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

Method GetBounds

Common/DataModel/vtkGenericDataSet.cxx:112–116  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). The return value is VOLATILE. \post result_exists: result!=0

Source from the content-addressed store, hash-verified

110// The return value is VOLATILE.
111// \post result_exists: result!=0
112double* vtkGenericDataSet::GetBounds()
113{
114 this->ComputeBounds();
115 return this->Bounds;
116}
117
118//------------------------------------------------------------------------------
119// Description:

Callers

nothing calls this directly

Calls 1

ComputeBoundsMethod · 0.45

Tested by

no test coverage detected