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

Method GetMax

Common/DataModel/vtkAMRDataObject.cxx:391–397  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

389
390//------------------------------------------------------------------------------
391void vtkAMRDataObject::GetMax(double max[3])
392{
393 const double* bb = this->GetBounds();
394 max[0] = bb[1];
395 max[1] = bb[3];
396 max[2] = bb[5];
397}
398
399// VTK_DEPRECATED_IN_9_6_0
400//------------------------------------------------------------------------------

Callers 3

ImageAccumulateFunction · 0.80
GetDomainParametersMethod · 0.80
GetCutPlaneMethod · 0.80

Calls 1

GetBoundsMethod · 0.95

Tested by

no test coverage detected