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

Method GetBounds

Common/DataModel/vtkKdTree.cxx:495–501  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

493
494//------------------------------------------------------------------------------
495void vtkKdTree::GetBounds(double* bounds)
496{
497 if (this->Top)
498 {
499 this->Top->GetBounds(bounds);
500 }
501}
502
503//------------------------------------------------------------------------------
504void vtkKdTree::GetRegionBounds(int regionID, double bounds[6])

Callers 12

GetRegionBoundsMethod · 0.45
BuildLocatorInternalMethod · 0.45
SetNewBoundsMethod · 0.45
SetNewBounds_Method · 0.45
AddNewRegionsMethod · 0.45
UpdateBuildTimeMethod · 0.45
NewGeometryMethod · 0.45
FindPointsInAreaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected