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

Method BuildCells

Common/DataModel/vtkStructuredGrid.cxx:75–78  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

73
74//------------------------------------------------------------------------------
75void vtkStructuredGrid::BuildCells()
76{
77 this->StructuredCells = vtkStructuredData::GetCellArray(this->Extent, false);
78}
79
80//------------------------------------------------------------------------------
81void vtkStructuredGrid::BuildCellTypes()

Callers 1

Calls 1

GetCellArrayFunction · 0.85

Tested by

no test coverage detected