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

Method GetXMax

Common/DataModel/vtkBox.cxx:812–815  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

810
811//------------------------------------------------------------------------------
812void vtkBox::GetXMax(double p[3]) VTK_FUTURE_CONST
813{
814 this->BBox->GetMaxPoint(p[0], p[1], p[2]);
815}
816
817//------------------------------------------------------------------------------
818void vtkBox::GetXMax(double& x, double& y, double& z) VTK_FUTURE_CONST

Callers 2

SetMethod · 0.80

Calls 1

GetMaxPointMethod · 0.80

Tested by

no test coverage detected