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

Method ~vtkCellTreeLocator

Common/DataModel/vtkCellTreeLocator.cxx:1266–1270  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1264
1265//------------------------------------------------------------------------------
1266vtkCellTreeLocator::~vtkCellTreeLocator()
1267{
1268 this->FreeSearchStructure();
1269 this->FreeCellBounds();
1270}
1271
1272//------------------------------------------------------------------------------
1273void vtkCellTreeLocator::FreeSearchStructure()

Callers

nothing calls this directly

Calls 2

FreeSearchStructureMethod · 0.95
FreeCellBoundsMethod · 0.80

Tested by

no test coverage detected