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

Method GetPhysicalViewUp

Rendering/VR/vtkVRRenderWindowInteractor.cxx:147–151  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

145
146//------------------------------------------------------------------------------
147double* vtkVRRenderWindowInteractor::GetPhysicalViewUp()
148{
149 vtkVRRenderWindow* win = vtkVRRenderWindow::SafeDownCast(this->RenderWindow);
150 return win ? win->GetPhysicalViewUp() : nullptr;
151}
152
153//------------------------------------------------------------------------------
154void vtkVRRenderWindowInteractor::SetPhysicalTranslation(

Callers 11

ComplexInteractionMethod · 0.80
BuildRepresentationMethod · 0.80
RenderMethod · 0.80
GetFloorTransformMethod · 0.80
SetPoseFromCameraMethod · 0.80
OnRotateMethod · 0.80
GroundMovement3DMethod · 0.80
Elevation3DMethod · 0.80
ShowBillboardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected