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

Method BuildCellTypes

Common/DataModel/vtkStructuredGrid.cxx:81–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80//------------------------------------------------------------------------------
81void vtkStructuredGrid::BuildCellTypes()
82{
83 this->StructuredCellTypes = vtkStructuredData::GetCellTypes(this->Extent, false);
84}
85
86//------------------------------------------------------------------------------
87void vtkStructuredGrid::BuildImplicitStructures()

Callers 1

Calls 1

GetCellTypesFunction · 0.70

Tested by

no test coverage detected