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

Method GetWorldPosition

Common/Core/vtkEventData.h:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 vtkEventDataDevice3D* GetAsEventDataDevice3D() override { return this; }
161
162 void GetWorldPosition(double v[3]) const
163 {
164 v[0] = this->WorldPosition[0];
165 v[1] = this->WorldPosition[1];
166 v[2] = this->WorldPosition[2];
167 }
168 const double* GetWorldPosition() const VTK_SIZEHINT(3) { return this->WorldPosition; }
169 void SetWorldPosition(const double p[3])
170 {

Callers 11

ComplexInteractionMethod · 0.45
MoveEventMethod · 0.45
EventCallbackMethod · 0.45
StartPositionPropMethod · 0.45
ClipMethod · 0.45
PositionPropMethod · 0.45
HardwareSelectMethod · 0.45
UpdateRayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected