![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Helper class used to call methods beginProgress() and endProgress() automatically. More...
#include <mdsProgress.h>
Public Member Functions | |
| CProgressInitializer (CProgress &p) | |
| Default constructor that calls the beginProgress() method. | |
| void | operator= (const CProgressInitializer &) |
| Empty assignment operator... | |
| ~CProgressInitializer () | |
| Destructor calls the endProgress() method. | |
Public Attributes | |
| CProgress & | m_Obj |
| Stored reference to the progress class. | |
Helper class used to call methods beginProgress() and endProgress() automatically.
Default constructor that calls the beginProgress() method.
Destructor calls the endProgress() method.
| void mds::mod::CProgress::CProgressInitializer::operator= | ( | const CProgressInitializer & | ) |
Empty assignment operator...
Stored reference to the progress class.
1.7.6.1