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

Method GetXMin

Common/DataModel/vtkBox.cxx:800–803  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

798}
799//------------------------------------------------------------------------------
800void vtkBox::GetXMin(double p[3]) VTK_FUTURE_CONST
801{
802 this->BBox->GetMinPoint(p[0], p[1], p[2]);
803}
804
805//------------------------------------------------------------------------------
806void vtkBox::GetXMin(double& x, double& y, double& z) VTK_FUTURE_CONST

Callers 2

SetMethod · 0.80

Calls 1

GetMinPointMethod · 0.80

Tested by

no test coverage detected