#include <cxLandmarkRegistrationWidget.h>
|
| | LandmarkRegistrationWidget (RegServices services, QWidget *parent, QString objectName, QString windowTitle) |
| |
| virtual | ~LandmarkRegistrationWidget () |
| |
| | RegistrationBaseWidget (RegServices services, QWidget *parent, QString objectName, QString windowTitle) |
| |
| virtual | ~RegistrationBaseWidget () |
| |
| | 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) |
| |
| template<class T > |
| QAction * | createAction (QObject *parent, QIcon iconName, QString text, QString tip, T slot, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
| |
| | OptimizedUpdateWidget (QWidget *parent=NULL) |
| |
| virtual | ~OptimizedUpdateWidget () |
| |
| void | forcePrePaint () |
| |
Superclass for Image Registration and Patient Registration
Definition at line 62 of file cxLandmarkRegistrationWidget.h.
| cx::LandmarkRegistrationWidget::LandmarkRegistrationWidget |
( |
RegServices |
services, |
|
|
QWidget * |
parent, |
|
|
QString |
objectName, |
|
|
QString |
windowTitle |
|
) |
| |
| cx::LandmarkRegistrationWidget::~LandmarkRegistrationWidget |
( |
| ) |
|
|
virtual |
| void cx::LandmarkRegistrationWidget::activateLandmark |
( |
QString |
uid | ) |
|
|
protected |
| void cx::LandmarkRegistrationWidget::cellChangedSlot |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
| void cx::LandmarkRegistrationWidget::cellClickedSlot |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedvirtualslot |
| double cx::LandmarkRegistrationWidget::getAccuracy |
( |
QString |
uid | ) |
|
|
protected |
| std::vector< Landmark > cx::LandmarkRegistrationWidget::getAllLandmarks |
( |
| ) |
const |
|
protected |
| double cx::LandmarkRegistrationWidget::getAverageAccuracy |
( |
| ) |
|
|
protected |
| QString cx::LandmarkRegistrationWidget::getLandmarkName |
( |
QString |
uid | ) |
|
|
protected |
| QString cx::LandmarkRegistrationWidget::getNextLandmark |
( |
| ) |
|
|
protected |
| virtual LandmarkMap cx::LandmarkRegistrationWidget::getTargetLandmarks |
( |
| ) |
const |
|
protectedpure virtual |
| virtual QString cx::LandmarkRegistrationWidget::getTargetName |
( |
| ) |
const |
|
protectedpure virtual |
| virtual Transform3D cx::LandmarkRegistrationWidget::getTargetTransform |
( |
| ) |
const |
|
protectedpure virtual |
| void cx::LandmarkRegistrationWidget::hideEvent |
( |
QHideEvent * |
event | ) |
|
|
protectedvirtual |
| void cx::LandmarkRegistrationWidget::landmarkUpdatedSlot |
( |
| ) |
|
|
protectedslot |
| virtual void cx::LandmarkRegistrationWidget::performRegistration |
( |
| ) |
|
|
protectedpure virtual |
| void cx::LandmarkRegistrationWidget::prePaintEvent |
( |
| ) |
|
|
protectedvirtual |
| void cx::LandmarkRegistrationWidget::setManualToolPosition |
( |
Vector3D |
p_r | ) |
|
|
protected |
| virtual void cx::LandmarkRegistrationWidget::setTargetLandmark |
( |
QString |
uid, |
|
|
Vector3D |
p_target |
|
) |
| |
|
protectedpure virtual |
| void cx::LandmarkRegistrationWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
| void cx::LandmarkRegistrationWidget::updateAverageAccuracyLabel |
( |
| ) |
|
|
protectedslot |
| QString cx::LandmarkRegistrationWidget::mActiveLandmark |
|
protected |
| QLabel* cx::LandmarkRegistrationWidget::mAvarageAccuracyLabel |
|
protected |
| QTableWidget* cx::LandmarkRegistrationWidget::mLandmarkTableWidget |
|
protected |
| QVBoxLayout* cx::LandmarkRegistrationWidget::mVerticalLayout |
|
protected |
The documentation for this class was generated from the following files: