Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
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: