NorMIT-nav  2023.01.05-dev+develop.0da12
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_ */
cx::SeansVesselRegistrationWidget
I2I (image2image) ICP registration.
Definition: cxSeansVesselRegistrationWidget.h:47
cx
Namespace for all CustusX production code.
Definition: cx_dev_group_definitions.h:13
cx::RegisterI2IWidget
Widget for performing the registration between two vessel segments.
Definition: cxRegisterI2IWidget.h:35
cxDoubleProperty.h
cx::RegistrationBaseWidget
Definition: cxRegistrationBaseWidget.h:28
cx::StringPropertySelectImagePtr
boost::shared_ptr< class StringPropertySelectImage > StringPropertySelectImagePtr
Definition: cxRegisterI2IWidget.h:23
cx::RegisterI2IWidget::~RegisterI2IWidget
~RegisterI2IWidget()
Definition: cxRegisterI2IWidget.cpp:39
cxRegistrationBaseWidget.h
cx::RegServicesPtr
boost::shared_ptr< class RegServices > RegServicesPtr
Definition: cxRegServices.h:20
cxDoubleWidgets.h