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

Function SetHandlePosition

Interaction/Widgets/vtkSphereRepresentation.h:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 */
157 void SetHandlePosition(double handle[3]);
158 void SetHandlePosition(double x, double y, double z)
159 {
160 double p[3];
161 p[0] = x;
162 p[1] = y;
163 p[2] = z;
164 this->SetHandlePosition(p);
165 }
166 vtkGetVector3Macro(HandlePosition, double);
167 ///@}
168

Callers

nothing calls this directly

Calls 1

SetHandlePositionMethod · 0.45

Tested by

no test coverage detected