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

Method BuildImplicitStructures

Common/DataModel/vtkStructuredGrid.cxx:87–91  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

85
86//------------------------------------------------------------------------------
87void vtkStructuredGrid::BuildImplicitStructures()
88{
89 this->BuildCells();
90 this->BuildCellTypes();
91}
92
93//------------------------------------------------------------------------------
94vtkCell* vtkStructuredGrid::GetCell(vtkIdType cellId)

Callers 1

SetExtentMethod · 0.95

Calls 2

BuildCellsMethod · 0.95
BuildCellTypesMethod · 0.95

Tested by

no test coverage detected