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

Method GetMinPoint

Common/DataModel/vtkBoundingBox.h:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494inline const double* vtkBoundingBox::GetMinPoint() const
495{
496 return this->MinPnt;
497}
498
499inline void vtkBoundingBox::GetMinPoint(double x[3]) const
500{

Callers 15

GetOriginAndSpacingMethod · 0.80
operator()Function · 0.80
SplitNodeBoxFunction · 0.80
IntersectWithLineMethod · 0.80
SetBoundsMethod · 0.80
SetXMinMethod · 0.80
EvaluateFunctionMethod · 0.80
EvaluateGradientMethod · 0.80
PrintSelfMethod · 0.80
GetXMinMethod · 0.80
PrintSelfMethod · 0.80
GetOriginMethod · 0.80

Calls

no outgoing calls

Tested by 3

ValidateDatasetFunction · 0.64