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

Method ComputeCellBounds

Common/DataModel/vtkAbstractCellLocator.cxx:74–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

72
73//------------------------------------------------------------------------------
74void vtkAbstractCellLocator::ComputeCellBounds()
75{
76 if (this->CacheCellBounds)
77 {
78 this->FreeCellBounds();
79 this->StoreCellBounds();
80 }
81}
82
83//------------------------------------------------------------------------------
84void vtkAbstractCellLocator::UpdateInternalWeights()

Callers 5

BuildLocatorInternalMethod · 0.80
BuildLocatorInternalMethod · 0.80
BuildLocatorInternalMethod · 0.80
CreateLocatorsMethod · 0.80

Calls 2

FreeCellBoundsMethod · 0.95
StoreCellBoundsMethod · 0.95

Tested by

no test coverage detected