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

Method FreeCellBounds

Common/DataModel/vtkAbstractCellLocator.cxx:67–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67void vtkAbstractCellLocator::FreeCellBounds()
68{
69 this->CellBoundsSharedPtr.reset();
70 this->CellBounds = nullptr;
71}
72
73//------------------------------------------------------------------------------
74void vtkAbstractCellLocator::ComputeCellBounds()

Callers 4

ComputeCellBoundsMethod · 0.95
~vtkCellTreeLocatorMethod · 0.80
~vtkCellLocatorMethod · 0.80
~vtkModifiedBSPTreeMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected