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

Function SetPosition

Interaction/Widgets/vtkTextRepresentation.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 void SetPosition(double x, double y) override;
107 VTK_MARSHALEXCLUDE(VTK_MARSHAL_EXCLUDE_REASON_IS_REDUNDANT)
108 void SetPosition(double pos[2]) override { this->SetPosition(pos[0], pos[1]); }
109 ///@}
110
111 ///@{

Callers

nothing calls this directly

Calls 1

SetPositionMethod · 0.45

Tested by

no test coverage detected