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

Method BuildImplicitStructures

Common/DataModel/vtkCartesianGrid.cxx:537–542  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

535
536//------------------------------------------------------------------------------
537void vtkCartesianGrid::BuildImplicitStructures()
538{
539 this->BuildPoints();
540 this->BuildCells();
541 this->BuildCellTypes();
542}
543
544//------------------------------------------------------------------------------
545void vtkCartesianGrid::BuildCells()

Callers 1

SetExtentMethod · 0.95

Calls 3

BuildCellsMethod · 0.95
BuildCellTypesMethod · 0.95
BuildPointsMethod · 0.45

Tested by

no test coverage detected