MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkOctreePointLocator

Method ~vtkOctreePointLocator

Common/DataModel/vtkOctreePointLocator.cxx:135–147  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

133
134//------------------------------------------------------------------------------
135vtkOctreePointLocator::~vtkOctreePointLocator()
136{
137 this->FreeSearchStructure();
138
139 delete[] this->LocatorPoints;
140 this->LocatorPoints = nullptr;
141
142 delete[] this->LocatorIds;
143 this->LocatorIds = nullptr;
144
145 delete[] this->LeafNodeList;
146 this->LeafNodeList = nullptr;
147}
148
149//------------------------------------------------------------------------------
150void vtkOctreePointLocator::GetBounds(double* bounds)

Callers

nothing calls this directly

Calls 1

FreeSearchStructureMethod · 0.95

Tested by

no test coverage detected