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

Method Initialize

Common/DataModel/vtkStructuredGrid.cxx:64–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63//------------------------------------------------------------------------------
64void vtkStructuredGrid::Initialize()
65{
66 this->Superclass::Initialize();
67
68 if (this->Information)
69 {
70 this->SetDimensions(0, 0, 0);
71 }
72}
73
74//------------------------------------------------------------------------------
75void vtkStructuredGrid::BuildCells()

Callers

nothing calls this directly

Calls 1

SetDimensionsMethod · 0.95

Tested by

no test coverage detected