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

Method GetViewTransformMatrix

Rendering/Core/vtkCamera.cxx:2047–2050  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2045
2046//------------------------------------------------------------------------------
2047vtkMatrix4x4* vtkCamera::GetViewTransformMatrix()
2048{
2049 return this->GetModelViewTransformMatrix();
2050}
2051
2052//------------------------------------------------------------------------------
2053vtkTransform* vtkCamera::GetViewTransformObject()

Callers 15

WriteDataMethod · 0.80
GetLRVectorMethod · 0.80
UpdateResliceMatrixMethod · 0.80
UpdatePolygonCoordsMethod · 0.80
ComputeMatricesMethod · 0.80
TransformPointsMethod · 0.80
GetMinimumBoundsDepthMethod · 0.80

Calls 1

Tested by

no test coverage detected