void Progress(unsigned int steps=1)
Sets the current amount of progress to current progress + steps.
DataCollection - Class to facilitate loading/accessing structured data.
virtual void SetReferenceImage(Image::Pointer fixedImage)
Sets the reference image (fixed image) for the registration.
virtual void SetRemainingProgress(int steps)
Sets the remaining progress to the progress bar.
static ProgressBar * GetInstance()
static method to get the GUI dependent ProgressBar-instance so the methods for steps to do and progre...
virtual void AddStepsToDo(int steps)
Adds steps to the progress bar, which will be done with AddStepsToDo(int steps) and SetRemainingProgr...
virtual void SetProgress(const itk::EventObject &)
Sets one step of progress to the progress bar.
Image::Pointer m_ReferenceImage
void AddStepsToDo(unsigned int steps)
Adds steps to totalSteps.
RegistrationBase()
Default constructor.
virtual ~RegistrationBase()
Default destructor.