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

Method GetBounds

Common/DataModel/vtkHyperTreeGrid.cxx:1696–1700  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1694
1695//------------------------------------------------------------------------------
1696double* vtkHyperTreeGrid::GetBounds()
1697{
1698 this->ComputeBounds();
1699 return this->Bounds;
1700}
1701
1702//------------------------------------------------------------------------------
1703void vtkHyperTreeGrid::GetBounds(double* obds)

Callers 3

GetCenterMethod · 0.95
ComputeBoundsMethod · 0.45

Calls 1

ComputeBoundsMethod · 0.95

Tested by

no test coverage detected