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

Method Compose

Modules/Core/src/DataManagement/mitkBaseGeometry.cpp:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void mitk::BaseGeometry::Compose(const mitk::BaseGeometry::TransformType *other, bool pre)
501{
502 mitk::ModifiedLock lock(this);
503 m_GeometryTransform->Compose(other, pre);
504 Modified();
505}
506
507void mitk::BaseGeometry::Compose(const vtkMatrix4x4 *vtkmatrix, bool pre)
508{

Callers 10

FitGeometryMethod · 0.45
refineGeometryMethod · 0.45
testGeometry3DFunction · 0.45
TestComposeTransformMethod · 0.45
TestComposeVtkMatrixMethod · 0.45
GenerateDataMethod · 0.45

Calls 4

ModifiedFunction · 0.85
GetPointerMethod · 0.80
NewFunction · 0.50

Tested by 4

testGeometry3DFunction · 0.36
TestComposeTransformMethod · 0.36
TestComposeVtkMatrixMethod · 0.36