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

Function SetPoint2

Interaction/Widgets/vtkLineWidget.h:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 */
118 void SetPoint2(double x, double y, double z);
119 void SetPoint2(double x[3]) { this->SetPoint2(x[0], x[1], x[2]); }
120 double* GetPoint2() VTK_SIZEHINT(3) { return this->LineSource->GetPoint2(); }
121 void GetPoint2(double xyz[3]) { this->LineSource->GetPoint2(xyz); }
122

Callers 1

SetPoint2Method · 0.50

Calls 1

SetPoint2Method · 0.45

Tested by

no test coverage detected