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

Method SetMaxPoint

Common/DataModel/vtkBoundingBox.h:643–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643inline void vtkBoundingBox::SetMaxPoint(double p[3])
644{
645 this->SetMaxPoint(p[0], p[1], p[2]);
646}
647
648inline void vtkBoundingBox::GetMinPoint(double& x, double& y, double& z) const
649{

Callers 9

RequestDataMethod · 0.60
GetDataBoundsMethod · 0.60
SetBoundsFunction · 0.60
TestBoxFunction · 0.60
SplitNodeBoxFunction · 0.60
SetXMaxMethod · 0.60
AllReduceMethod · 0.60
QueryMethod · 0.60

Calls

no outgoing calls

Tested by 1

TestBoxFunction · 0.48