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

Method Initialize

Common/DataModel/vtkPointSet.cxx:77–91  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75
76//------------------------------------------------------------------------------
77void vtkPointSet::Initialize()
78{
79 vtkDataSet::Initialize();
80
81 this->Cleanup();
82
83 if (this->PointLocator)
84 {
85 this->PointLocator->Initialize();
86 }
87 if (this->CellLocator)
88 {
89 this->CellLocator->Initialize();
90 }
91}
92
93//------------------------------------------------------------------------------
94void vtkPointSet::ComputeBounds()

Callers 2

CopyStructureMethod · 0.45
FindCellMethod · 0.45

Calls 2

CleanupMethod · 0.95
InitializeFunction · 0.70

Tested by

no test coverage detected