35 #include <QPushButton> 40 #include <vtkCellArray.h> 66 "org_custusx_registration_method_vessel_seans_widget",
67 "Seans Vessel Registration")
73 mSpaceListenerMoving =
mServices->spaceProvider()->createListener();
74 mSpaceListenerFixed =
mServices->spaceProvider()->createListener();
83 QVBoxLayout* layout =
new QVBoxLayout(
this);
84 QGridLayout* entryLayout =
new QGridLayout;
85 entryLayout->setColumnStretch(1, 1);
92 layout->addLayout(entryLayout);
107 QString logPath =
mServices->patient()->getActivePatientFolder() +
"/Logs/";
120 mSpaceListenerFixed->setSpace(
mServices->spaceProvider()->getD(fixed));
121 mSpaceListenerMoving->setSpace(
mServices->spaceProvider()->getD(moving));
128 mServices->registration()->addImage2ImageRegistration(delta,
"Vessel based");
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
void fixedDataChanged(QString uid)
boost::shared_ptr< class Data > DataPtr
boost::shared_ptr< class RegServices > RegServicesPtr
void movingDataChanged(QString uid)
Namespace for all CustusX production code.