Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkRegistrationBase.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef MITKREGISTRATIONBASE_H
18 #define MITKREGISTRATIONBASE_H
19 
21 #include "mitkImageToImageFilter.h"
22 
23 namespace mitk
24 {
36  {
37  public:
39 
43  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
44 
45 
48  virtual void SetReferenceImage(Image::Pointer fixedImage);
49 
50  protected:
55 
59  virtual ~RegistrationBase();
60 
65  virtual void AddStepsToDo(int steps);
66 
70  virtual void SetProgress(const itk::EventObject &);
71 
75  virtual void SetRemainingProgress(int steps);
76 
78  };
79 
80 } // namespace mitk
81 
82 #endif // MITKREGISTRATIONBASE_H
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Superclass of all classes having one or more Images as input and generating Images as output...
This class handles the images for the registration as well as taking care of the progress bar during ...
#define MITKDEFORMABLEREGISTRATION_EXPORT