Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
ModifiedLock manages the calls of Modified() functions. More...
#include <mitkModifiedLock.h>
Public Member Functions | |
ModifiedLock () | |
ModifiedLock (BaseGeometry *baseGeo) | |
~ModifiedLock () | |
ModifiedLock manages the calls of Modified() functions.
If an object of ModifiedLock is created, the ModifiedLockFlag in class BaseGeometry is set to true. Therefore, all following calls of Modified() will be collected and only be carried out at the end of the function / section, when the deconstructor of the ModifiedLock object is called.
Definition at line 27 of file mitkModifiedLock.h.
mitk::ModifiedLock::ModifiedLock | ( | ) |
mitk::ModifiedLock::ModifiedLock | ( | BaseGeometry * | baseGeo | ) |
Definition at line 15 of file mitkModifiedLock.cpp.
mitk::ModifiedLock::~ModifiedLock | ( | ) |
Definition at line 22 of file mitkModifiedLock.cpp.
References mitk::BaseGeometry::Modified().