Fraxinus  18.10
An IGT application
cxFastImageRegistrationWidget.h
Go to the documentation of this file.
1 /*=========================================================================
2 This file is part of CustusX, an Image Guided Therapy Application.
3 
4 Copyright (c) SINTEF Department of Medical Technology.
5 All rights reserved.
6 
7 CustusX is released under a BSD 3-Clause license.
8 
9 See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10 =========================================================================*/
11 
12 #ifndef CXFASTIMAGEREGISTRATIONWIDGET_H_
13 #define CXFASTIMAGEREGISTRATIONWIDGET_H_
14 
15 #include "org_custusx_registration_method_landmark_Export.h"
16 
17 #include "cxImageLandmarksWidget.h"
18 
19 namespace cx
20 {
36 class org_custusx_registration_method_landmark_EXPORT FastImageRegistrationWidget : public ImageLandmarksWidget
37 {
38  Q_OBJECT
39 public:
40  FastImageRegistrationWidget(RegServicesPtr services, QWidget* parent, QString objectName, QString windowTitle, bool useRegistrationFixedPropertyInsteadOfActiveImage = false);
41  virtual ~FastImageRegistrationWidget();
42 
43 protected:
44  virtual void performRegistration();
45 };
46 
50 }//namespace cx
51 
52 #endif /* CXFASTIMAGEREGISTRATIONWIDGET_H_ */
boost::shared_ptr< class RegServices > RegServicesPtr
Definition: cxRegServices.h:20
Widget for performing landmark based image registration using only the translation part of the matrix...
Namespace for all CustusX production code.