Medical Imaging Interaction Toolkit
2024.06.00
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 | ) |
mitk::ModifiedLock::~ModifiedLock | ( | ) |