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

Method Initialize

Common/DataModel/vtkCartesianGrid.cxx:205–212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

203
204//------------------------------------------------------------------------------
205void vtkCartesianGrid::Initialize()
206{
207 this->Superclass::Initialize();
208 if (this->Information)
209 {
210 this->SetDimensions(0, 0, 0);
211 }
212}
213
214//------------------------------------------------------------------------------
215void vtkCartesianGrid::GetCellNeighbors(

Callers

nothing calls this directly

Calls 1

SetDimensionsMethod · 0.45

Tested by

no test coverage detected