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

Method GetBounds

Common/DataModel/vtkGraph.cxx:184–188  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182
183//------------------------------------------------------------------------------
184double* vtkGraph::GetBounds()
185{
186 this->ComputeBounds();
187 return this->Bounds;
188}
189
190//------------------------------------------------------------------------------
191void vtkGraph::GetBounds(double bounds[6])

Callers 1

ComputeBoundsMethod · 0.45

Calls 1

ComputeBoundsMethod · 0.95

Tested by

no test coverage detected