MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Member Functions | Public Attributes
mds::mod::CProgress::CProgressInitializer Struct Reference

Helper class used to call methods beginProgress() and endProgress() automatically. More...

#include <mdsProgress.h>

List of all members.

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

CProgressm_Obj
 Stored reference to the progress class.

Detailed Description

Helper class used to call methods beginProgress() and endProgress() automatically.


Constructor & Destructor Documentation

Default constructor that calls the beginProgress() method.

Destructor calls the endProgress() method.


Member Function Documentation

void mds::mod::CProgress::CProgressInitializer::operator= ( const CProgressInitializer )

Empty assignment operator...


Member Data Documentation

Stored reference to the progress class.


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