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

Method GetBounds

Common/DataModel/vtkOctreePointLocator.cxx:150–156  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

148
149//------------------------------------------------------------------------------
150void vtkOctreePointLocator::GetBounds(double* bounds)
151{
152 if (this->Top)
153 {
154 this->Top->GetBounds(bounds);
155 }
156}
157
158//------------------------------------------------------------------------------
159double* vtkOctreePointLocator::GetBounds()

Callers 4

GetRegionBoundsMethod · 0.45
BuildLocatorInternalMethod · 0.45
FindPointsInAreaMethod · 0.45

Calls 1

GetBoundsFunction · 0.70

Tested by

no test coverage detected