Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetModelToWorldMatrix
Method
GetModelToWorldMatrix
Rendering/Core/vtkProp3D.cxx:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void vtkProp3D::GetModelToWorldMatrix(vtkMatrix4x4* result)
158
{
159
this->GetMatrix(result);
160
}
161
162
void vtkProp3D::SetPropertiesFromModelToWorldMatrix(vtkMatrix4x4* modelToWorld)
163
{
Callers
15
SetMapperShaderParameters
Method · 0.80
GetKeyMatrices
Method · 0.80
RenderGL2PS
Method · 0.80
SetShaderParameters
Method · 0.80
Render
Method · 0.80
Render
Method · 0.80
ProjectTetrahedra
Method · 0.80
IsCameraInside
Method · 0.80
RenderVolumeGeometry
Method · 0.80
UpdateSamplingDistance
Method · 0.80
BindTransformations
Method · 0.80
RenderSingleInput
Method · 0.80
Calls
1
GetMatrix
Method · 0.95
Tested by
no test coverage detected