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

Method FreeSearchStructure

Common/DataModel/vtkCellLocator.cxx:81–88  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80//------------------------------------------------------------------------------
81void vtkCellLocator::FreeSearchStructure()
82{
83 if (this->Tree)
84 {
85 this->TreeSharedPtr.reset();
86 this->Tree = nullptr;
87 }
88}
89
90//------------------------------------------------------------------------------
91// Given an offset into the structure, the number of divisions in the octree,

Callers 2

~vtkCellLocatorMethod · 0.95
BuildLocatorInternalMethod · 0.95

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected