MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCellArray

Method GetCellArray

Common/DataModel/vtkStructuredData.cxx:335–341  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

333
334//------------------------------------------------------------------------------
335vtkSmartPointer<vtkStructuredCellArray> vtkStructuredData::GetCellArray(
336 int extent[6], bool usePixelVoxelOrientation)
337{
338 auto implicitCellArray = vtkSmartPointer<vtkStructuredCellArray>::New();
339 implicitCellArray->SetData(extent, usePixelVoxelOrientation);
340 return implicitCellArray;
341}
342
343//------------------------------------------------------------------------------
344vtkSmartPointer<vtkConstantArray<unsigned char>> vtkStructuredData::GetCellTypes(

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
SetDataMethod · 0.45

Tested by

no test coverage detected