MCPcopy Create free account
hub / github.com/MITK/MITK / SetMatrix

Method SetMatrix

Modules/Core/src/DataManagement/mitkGeometryTransformHolder.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 void GeometryTransformHolder::SetMatrix(Matrix3D &matrix)
241 {
242 m_IndexToWorldTransform->SetMatrix(matrix);
243 TransferItkToVtkTransform();
244 }
245
246 void GeometryTransformHolder::SetIdentity()
247 {

Calls

no outgoing calls