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

Method SetIdentity

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

Source from the content-addressed store, hash-verified

490}
491
492void mitk::BaseGeometry::SetIdentity()
493{
494 mitk::ModifiedLock lock(this);
495
496 m_GeometryTransform->SetIdentity();
497 Modified();
498}
499
500void mitk::BaseGeometry::Compose(const mitk::BaseGeometry::TransformType *other, bool pre)
501{

Callers 15

MoveSurfaceToCenterMethod · 0.45
FitGeometryMethod · 0.45
doMITKMapFunction · 0.45
GenerateDataMethod · 0.45
testGeometry3DFunction · 0.45
testGeometryAfterCastingFunction · 0.45
setUpMethod · 0.45
TestSetIdentityMethod · 0.45

Calls 1

ModifiedFunction · 0.85