21 #include <mitkIGTException.h>
27 bool connected =
false;
33 output =
"ERROR: Device is not installed!";
38 output =
"<br>testing connection <br> ...";
44 output +=
"<br>testing tracking <br> ...";
60 MITK_WARN <<
"Error while testing connection / start tracking of the device: " << e.GetDescription();
void Progress(unsigned int steps=1)
Sets the current amount of progress to current progress + steps.
itk::SmartPointer< Self > Pointer
An object of this class represents an exception of the MITK-IGT module.
static ProgressBar * GetInstance()
static method to get the GUI dependent ProgressBar-instance so the methods for steps to do and progre...
void AddStepsToDo(unsigned int steps)
Adds steps to totalSteps.