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

Method GetViewTransformObject

Rendering/Core/vtkCamera.cxx:2053–2056  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2051
2052//------------------------------------------------------------------------------
2053vtkTransform* vtkCamera::GetViewTransformObject()
2054{
2055 return this->GetModelViewTransformObject();
2056}
2057
2058//------------------------------------------------------------------------------
2059double* vtkCamera::GetOrientation()

Callers 3

RenderMethod · 0.80
ComputeMatrixMethod · 0.80
OnMotionEventMethod · 0.80

Calls 1

Tested by

no test coverage detected