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

Method GetBounds

Common/DataModel/vtkDataSet.cxx:253–257  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax).

Source from the content-addressed store, hash-verified

251// Return a pointer to the geometry bounding box in the form
252// (xmin,xmax, ymin,ymax, zmin,zmax).
253double* vtkDataSet::GetBounds()
254{
255 this->ComputeBounds();
256 return this->Bounds;
257}
258
259//------------------------------------------------------------------------------
260void vtkDataSet::GetBounds(double bounds[6])

Callers 2

PrintSelfMethod · 0.95
GetCellBoundsMethod · 0.45

Calls 1

ComputeBoundsMethod · 0.95

Tested by

no test coverage detected