Medical Imaging Interaction Toolkit  2016.11.0
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 31 of file mitkModifiedLock.h.

Constructor & Destructor Documentation

mitk::ModifiedLock::ModifiedLock ( )
mitk::ModifiedLock::ModifiedLock ( BaseGeometry baseGeo)

Definition at line 19 of file mitkModifiedLock.cpp.

mitk::ModifiedLock::~ModifiedLock ( )

Definition at line 26 of file mitkModifiedLock.cpp.


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