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

Method GetWorldPosition

Interaction/Widgets/vtkHandleRepresentation.cxx:115–118  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

113
114//------------------------------------------------------------------------------
115void vtkHandleRepresentation::GetWorldPosition(double pos[3]) VTK_FUTURE_CONST
116{
117 this->WorldPosition->GetValue(pos);
118}
119
120//------------------------------------------------------------------------------
121double* vtkHandleRepresentation::GetWorldPosition()

Callers 15

PrintSelfMethod · 0.95
ComplexInteractionMethod · 0.45

Calls 1

GetValueMethod · 0.45

Tested by 1

ExecuteMethod · 0.36