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

Method GetPhysicalViewDirection

Rendering/VR/vtkVRRenderWindowInteractor.cxx:130–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128
129//------------------------------------------------------------------------------
130double* vtkVRRenderWindowInteractor::GetPhysicalViewDirection()
131{
132 vtkVRRenderWindow* win = vtkVRRenderWindow::SafeDownCast(this->RenderWindow);
133 return win ? win->GetPhysicalViewDirection() : nullptr;
134}
135
136//------------------------------------------------------------------------------
137void vtkVRRenderWindowInteractor::SetPhysicalViewUp(double x, double y, double z)

Callers 9

BuildRepresentationMethod · 0.80
GetFloorTransformMethod · 0.80
SetPoseFromCameraMethod · 0.80
ApplyPoseToCameraMethod · 0.80
OnRotateMethod · 0.80
ShowBillboardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected