# Get the Vtk Matrix which describes the transform.
| 228 | |
| 229 | //## Get the Vtk Matrix which describes the transform. |
| 230 | vtkMatrix4x4 *GeometryTransformHolder::GetVtkMatrix() { return m_VtkMatrix; } |
| 231 | //## Get the Vtk Matrix which describes the transform. |
| 232 | const vtkMatrix4x4 *GeometryTransformHolder::GetVtkMatrix() const { return m_VtkMatrix; } |
| 233 | //##Documentation |