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

Method FreeSearchStructure

Common/DataModel/vtkCellTreeLocator.cxx:1273–1280  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1271
1272//------------------------------------------------------------------------------
1273void vtkCellTreeLocator::FreeSearchStructure()
1274{
1275 if (this->Tree)
1276 {
1277 delete this->Tree;
1278 this->Tree = nullptr;
1279 }
1280}
1281
1282//------------------------------------------------------------------------------
1283void vtkCellTreeLocator::BuildLocator()

Callers 2

~vtkCellTreeLocatorMethod · 0.95
BuildLocatorInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected