Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitk::ModifiedLock Class Reference

ModifiedLock manages the calls of Modified() functions. More...

#include <mitkModifiedLock.h>

Public Member Functions

 ModifiedLock ()
 
 ModifiedLock (BaseGeometry *baseGeo)
 
 ~ModifiedLock ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ModifiedLock() [1/2]

mitk::ModifiedLock::ModifiedLock ( )

◆ ModifiedLock() [2/2]

mitk::ModifiedLock::ModifiedLock ( BaseGeometry baseGeo)

◆ ~ModifiedLock()

mitk::ModifiedLock::~ModifiedLock ( )

The documentation for this class was generated from the following file: