CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxRegistrationMethodManualImageToImageService.cpp
Go to the documentation of this file.
3 
4 
5 namespace cx
6 {
7 
10 {
11 }
12 
14 {
15  QWidget* retval = new ManualImage2ImageRegistrationWidget(mServices, NULL, this->getWidgetName());
16  return retval;
17 }
18 
19 } //cx
boost::shared_ptr< class RegServices > RegServicesPtr
Definition: cxRegServices.h:41