14 #include <QPushButton> 19 #include <vtkCellArray.h> 45 "org_custusx_registration_method_vessel_seans_widget",
46 "Seans Vessel Registration")
52 mSpaceListenerMoving =
mServices->spaceProvider()->createListener();
53 mSpaceListenerFixed =
mServices->spaceProvider()->createListener();
62 QVBoxLayout* layout =
new QVBoxLayout(
this);
63 QGridLayout* entryLayout =
new QGridLayout;
64 entryLayout->setColumnStretch(1, 1);
71 layout->addLayout(entryLayout);
86 QString logPath =
mServices->patient()->getActivePatientFolder() +
"/Logs/";
99 mSpaceListenerFixed->setSpace(
mServices->spaceProvider()->getD(fixed));
100 mSpaceListenerMoving->setSpace(
mServices->spaceProvider()->getD(moving));
107 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.