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

Method Initialize

Common/DataModel/vtkExplicitStructuredGrid.cxx:76–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75//------------------------------------------------------------------------------
76void vtkExplicitStructuredGrid::Initialize()
77{
78 this->Superclass::Initialize();
79
80 if (this->Information)
81 {
82 this->SetDimensions(0, 0, 0);
83 }
84
85 this->SetCells(nullptr);
86 if (this->Links)
87 {
88 this->Links->Initialize();
89 }
90}
91
92//------------------------------------------------------------------------------
93int vtkExplicitStructuredGrid::GetCellType(vtkIdType cellId)

Callers 1

SetExtentMethod · 0.45

Calls 2

SetDimensionsMethod · 0.95
SetCellsMethod · 0.45

Tested by

no test coverage detected