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

Method BuildCells

Common/DataModel/vtkCartesianGrid.cxx:545–548  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

543
544//------------------------------------------------------------------------------
545void vtkCartesianGrid::BuildCells()
546{
547 this->StructuredCells = vtkStructuredData::GetCellArray(this->GetExtent(), true);
548}
549
550//------------------------------------------------------------------------------
551void vtkCartesianGrid::BuildCellTypes()

Callers 1

Calls 2

GetCellArrayFunction · 0.85
GetExtentMethod · 0.45

Tested by

no test coverage detected