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

Function SetPoint1

Rendering/Annotation/vtkAxisActor2D.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 */
97 virtual vtkCoordinate* GetPoint1Coordinate() { return this->GetPositionCoordinate(); }
98 virtual void SetPoint1(double x[2]) { this->SetPosition(x); }
99 virtual void SetPoint1(double x, double y) { this->SetPosition(x, y); }
100 virtual double* GetPoint1() { return this->GetPosition(); }
101 ///@}

Callers

nothing calls this directly

Calls 1

SetPositionMethod · 0.45

Tested by

no test coverage detected