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

Method GetBounds

Common/DataModel/vtkAMRDataObject.cxx:366–369  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

364
365//------------------------------------------------------------------------------
366const double* vtkAMRDataObject::GetBounds()
367{
368 return this->Bounds;
369}
370
371//------------------------------------------------------------------------------
372void vtkAMRDataObject::GetBounds(double bounds[6])

Callers 3

GetMinMethod · 0.95
GetMaxMethod · 0.95
SetDataSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected