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

Function SetPoint1

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

Source from the content-addressed store, hash-verified

109 */
110 void SetPoint1(double x, double y, double z);
111 void SetPoint1(double x[3]) { this->SetPoint1(x[0], x[1], x[2]); }
112 double* GetPoint1() VTK_SIZEHINT(3) { return this->LineSource->GetPoint1(); }
113 void GetPoint1(double xyz[3]) { this->LineSource->GetPoint1(xyz); }
114

Callers 1

SetPoint1Method · 0.50

Calls 1

SetPoint1Method · 0.45

Tested by

no test coverage detected