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

Method BuildCellTypes

Common/DataModel/vtkCartesianGrid.cxx:551–554  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

549
550//------------------------------------------------------------------------------
551void vtkCartesianGrid::BuildCellTypes()
552{
553 this->StructuredCellTypes = vtkStructuredData::GetCellTypes(this->GetExtent(), true);
554}
555
556//------------------------------------------------------------------------------
557// This Method returns an index to a location in the vtkImageData.

Callers 1

Calls 2

GetCellTypesFunction · 0.70
GetExtentMethod · 0.45

Tested by

no test coverage detected