![]() |
CustusX
18.04-rc1
An IGT application
|
#include <cxLandmarkRegistrationWidget.h>
Public Member Functions | |
| LandmarkRegistrationWidget (RegServicesPtr services, QWidget *parent, QString objectName, QString windowTitle, bool showAccuracy=true) | |
| virtual | ~LandmarkRegistrationWidget () |
Public Member Functions inherited from cx::RegistrationBaseWidget | |
| RegistrationBaseWidget (RegServicesPtr services, QWidget *parent, QString objectName, QString windowTitle) | |
| virtual | ~RegistrationBaseWidget () |
Public Member Functions inherited from cx::BaseWidget | |
| BaseWidget (QWidget *parent, QString objectName, QString windowTitle) | |
| virtual | ~BaseWidget () |
| QWidget * | createMethodWidget (QWidget *inputWidget, QWidget *outputWidget, QString methodname, bool inputChecked=false, bool outputVisible=true) |
| Create a specialized widget for filters, with input/ouput, enable and options. More... | |
| QGroupBox * | createGroupbox (QWidget *widget, QString boxname) |
| Create a group box with a given name. More... | |
| QGroupBox * | wrapInGroupBox (QWidget *base, QString name) |
| CXFrame * | wrapInFrame (QWidget *base) |
| QAction * | createAction2 (QObject *parent, QIcon iconName, QString text, QString tip, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
| template<class T > | |
| QAction * | createAction (QObject *parent, QIcon iconName, QString text, QString tip, T slot, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
Public Member Functions inherited from cx::OptimizedUpdateWidget | |
| OptimizedUpdateWidget (QWidget *parent=NULL) | |
| virtual | ~OptimizedUpdateWidget () |
| void | forcePrePaint () |
Protected Slots | |
| virtual void | cellClickedSlot (int row, int column) |
| when a landmark is selected from the table More... | |
| void | cellChangedSlot (int row, int column) |
| reacts when the user types in a (landmark) name More... | |
| void | landmarkUpdatedSlot () |
| void | updateAverageAccuracyLabel () |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *event) |
| updates internal info before showing the widget More... | |
| virtual void | hideEvent (QHideEvent *event) |
| virtual void | prePaintEvent () |
| populates the table widget More... | |
| virtual LandmarkMap | getTargetLandmarks () const =0 |
| virtual void | performRegistration ()=0 |
| virtual Transform3D | getTargetTransform () const =0 |
| Return transform from target space to reference space. More... | |
| virtual void | setTargetLandmark (QString uid, Vector3D p_target)=0 |
| virtual QString | getTargetName () const =0 |
| void | setManualToolPosition (Vector3D p_r) |
| QString | getNextLandmark () |
| void | activateLandmark (QString uid) |
| std::vector< Landmark > | getAllLandmarks () const |
| get all the landmarks from the image and the datamanager More... | |
| QString | getLandmarkName (QString uid) |
| double | getAccuracy (QString uid) |
| double | getAverageAccuracy () |
Protected Member Functions inherited from cx::OptimizedUpdateWidget | |
| virtual void | paintEvent (QPaintEvent *event) |
Protected Attributes | |
| QVBoxLayout * | mVerticalLayout |
| vertical layout is used More... | |
| QTableWidget * | mLandmarkTableWidget |
| the table widget presenting the landmarks More... | |
| QLabel * | mAvarageAccuracyLabel |
| label showing the average accuracy More... | |
| QString | mActiveLandmark |
| uid of surrently selected landmark. More... | |
| LandmarkListenerPtr | mLandmarkListener |
| bool | mShowAccuracy |
Protected Attributes inherited from cx::RegistrationBaseWidget | |
| RegServicesPtr | mServices |
Additional Inherited Members | |
Public Slots inherited from cx::BaseWidget | |
| void | adjustSizeSlot () |
Public Slots inherited from cx::OptimizedUpdateWidget | |
| virtual void | setModified () |
Static Public Member Functions inherited from cx::BaseWidget | |
| static QFrame * | createHorizontalLine () |
| Creates a horizontal line which can be inserted into widgets. More... | |
Superclass for Image Registration and Patient Registration
Definition at line 44 of file cxLandmarkRegistrationWidget.h.
| cx::LandmarkRegistrationWidget::LandmarkRegistrationWidget | ( | RegServicesPtr | services, |
| QWidget * | parent, | ||
| QString | objectName, | ||
| QString | windowTitle, | ||
| bool | showAccuracy = true |
||
| ) |
Definition at line 38 of file cxLandmarkRegistrationWidget.cpp.
|
virtual |
Definition at line 51 of file cxLandmarkRegistrationWidget.cpp.
|
protected |
Definition at line 200 of file cxLandmarkRegistrationWidget.cpp.
|
protectedslot |
reacts when the user types in a (landmark) name
Definition at line 244 of file cxLandmarkRegistrationWidget.cpp.
|
protectedvirtualslot |
when a landmark is selected from the table
Definition at line 55 of file cxLandmarkRegistrationWidget.cpp.
|
protected |
Definition at line 343 of file cxLandmarkRegistrationWidget.cpp.
|
protected |
get all the landmarks from the image and the datamanager
Definition at line 224 of file cxLandmarkRegistrationWidget.cpp.
|
protected |
Definition at line 313 of file cxLandmarkRegistrationWidget.cpp.
|
protected |
|
protected |
Return the next landmark in the series of available landmarks, beginning with the active landmark.
Definition at line 209 of file cxLandmarkRegistrationWidget.cpp.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
Return transform from target space to reference space.
Implemented in cx::CenterlinePointsWidget, cx::ImageLandmarksWidget, cx::LandmarkImage2ImageRegistrationWidget, cx::LandmarkPatientRegistrationWidget, and cx::PatientLandMarksWidget.
|
protectedvirtual |
Reimplemented in cx::CenterlinePointsWidget, cx::ImageLandmarksWidget, cx::LandmarkImage2ImageRegistrationWidget, cx::LandmarkPatientRegistrationWidget, cx::PatientLandMarksWidget, and cx::FastPatientRegistrationWidget.
Definition at line 110 of file cxLandmarkRegistrationWidget.cpp.
|
protectedslot |
Definition at line 276 of file cxLandmarkRegistrationWidget.cpp.
|
protectedpure virtual |
|
protectedvirtual |
populates the table widget
Reimplemented from cx::OptimizedUpdateWidget.
Reimplemented in cx::CenterlinePointsWidget, cx::ImageLandmarksWidget, cx::LandmarkImage2ImageRegistrationWidget, and cx::PatientLandMarksWidget.
Definition at line 120 of file cxLandmarkRegistrationWidget.cpp.
|
protected |
Definition at line 77 of file cxLandmarkRegistrationWidget.cpp.
|
protectedpure virtual |
|
protectedvirtual |
updates internal info before showing the widget
Reimplemented from cx::BaseWidget.
Reimplemented in cx::CenterlinePointsWidget, cx::ImageLandmarksWidget, cx::LandmarkImage2ImageRegistrationWidget, cx::LandmarkPatientRegistrationWidget, cx::PatientLandMarksWidget, and cx::FastPatientRegistrationWidget.
Definition at line 94 of file cxLandmarkRegistrationWidget.cpp.
|
protectedslot |
Definition at line 285 of file cxLandmarkRegistrationWidget.cpp.
|
protected |
uid of surrently selected landmark.
Definition at line 84 of file cxLandmarkRegistrationWidget.h.
|
protected |
label showing the average accuracy
Definition at line 81 of file cxLandmarkRegistrationWidget.h.
|
protected |
Definition at line 85 of file cxLandmarkRegistrationWidget.h.
|
protected |
the table widget presenting the landmarks
Definition at line 80 of file cxLandmarkRegistrationWidget.h.
|
protected |
Definition at line 86 of file cxLandmarkRegistrationWidget.h.
|
protected |
vertical layout is used
Definition at line 79 of file cxLandmarkRegistrationWidget.h.