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

Method GetPosition

Interaction/Widgets/vtkCameraHandleSource.cxx:66–69  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65//------------------------------------------------------------------------------
66double* vtkCameraHandleSource::GetPosition()
67{
68 return this->Camera->GetPosition();
69}
70
71//------------------------------------------------------------------------------
72void vtkCameraHandleSource::SetDirection(double xTarget, double yTarget, double zTarget)

Callers 15

SetPositionMethod · 0.95
RecomputeArrowsMethod · 0.95
RecomputeSphereMethod · 0.95
RotateMethod · 0.45
BuildRepresentationMethod · 0.45
BuildRepresentationMethod · 0.45
ResetCameraMethod · 0.45
BuildRepresentationMethod · 0.45
SizeHandlesMethod · 0.45
PickMethod · 0.45

Calls

no outgoing calls

Tested by 5

cameraDistanceFunction · 0.36
spinMethod · 0.36
TestHandleWidget2DFunction · 0.36