Fraxinus  18.10
An IGT application
cxRegisterI2IWidget.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 #ifndef CXREGISTERI2IWIDGET_H_
12 #define CXREGISTERI2IWIDGET_H_
13 
14 #include <vector>
15 #include <QtWidgets>
16 
17 #include "cxDoubleProperty.h"
18 #include "cxDoubleWidgets.h"
20 
21 namespace cx
22 {
23 typedef boost::shared_ptr<class StringPropertySelectImage> StringPropertySelectImagePtr;
25 
36 {
37  Q_OBJECT
38 
39 public:
40  RegisterI2IWidget(RegServicesPtr services, QWidget* parent);
42 
43 private:
45 
46  SeansVesselRegistrationWidget* mSeansVesselRegsitrationWidget;
47 };
48 
49 }
50 
51 #endif /* CXREGISTERI2IWIDGET_H_ */
I2I (image2image) ICP registration.
boost::shared_ptr< class RegServices > RegServicesPtr
Definition: cxRegServices.h:20
boost::shared_ptr< class StringPropertySelectImage > StringPropertySelectImagePtr
Widget for performing the registration between two vessel segments.
Namespace for all CustusX production code.