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

Method SetMinPoint

Common/DataModel/vtkBoundingBox.h:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638inline void vtkBoundingBox::SetMinPoint(double p[3])
639{
640 this->SetMinPoint(p[0], p[1], p[2]);
641}
642
643inline void vtkBoundingBox::SetMaxPoint(double p[3])
644{

Callers 9

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

Calls

no outgoing calls

Tested by 1

TestBoxFunction · 0.48