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

Method Modified

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

Source from the content-addressed store, hash-verified

806}
807
808void mitk::BaseGeometry::Modified() const
809{
810 if (!m_ModifiedLockFlag)
811 Superclass::Modified();
812 else
813 m_ModifiedCalledFlag = true;
814}
815
816mitk::AffineTransform3D *mitk::BaseGeometry::GetIndexToWorldTransform()
817{

Callers 15

SetBoundsMethod · 0.95
SetParametersFunction · 0.45
SetRangesMethod · 0.45
SetRangeMethod · 0.45
SetRangesMethod · 0.45
SetRangeMethod · 0.45
SetRangesMethod · 0.45
SetRangeMethod · 0.45
SetRangesMethod · 0.45
SetRangeMethod · 0.45
SetOutputGeometryMethod · 0.45

Calls 1

ModifiedFunction · 0.85

Tested by

no test coverage detected