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

Method GetMaxPoint

Common/DataModel/vtkBoundingBox.h:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506inline const double* vtkBoundingBox::GetMaxPoint() const
507{
508 return this->MaxPnt;
509}
510
511inline void vtkBoundingBox::GetMaxPoint(double x[3]) const
512{

Callers 15

SplitNodeBoxFunction · 0.80
SetBoundsMethod · 0.80
SetXMaxMethod · 0.80
EvaluateFunctionMethod · 0.80
EvaluateGradientMethod · 0.80
PrintSelfMethod · 0.80
GetXMaxMethod · 0.80
IsSubsetOfMethod · 0.80
ContainsMethod · 0.80
ProjectBoundsMethod · 0.80

Calls

no outgoing calls

Tested by 2

ValidateDatasetFunction · 0.64