CustusX  15.3.4-beta
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::FastPatientRegistrationWidget Class Reference

Widget for performing a fast and aprox landmark based patient registration, using only the matrix translation part. More...

#include <cxFastPatientRegistrationWidget.h>

Inheritance diagram for cx::FastPatientRegistrationWidget:
cx::LandmarkPatientRegistrationWidget cx::LandmarkRegistrationWidget cx::RegistrationBaseWidget cx::BaseWidget cx::OptimizedUpdateWidget

Public Member Functions

 FastPatientRegistrationWidget (RegServices services, QWidget *parent)
 
virtual ~FastPatientRegistrationWidget ()
 
virtual QString defaultWhatsThis () const
 Returns a short description of what this widget will do for you. More...
 
- Public Member Functions inherited from cx::LandmarkPatientRegistrationWidget
 LandmarkPatientRegistrationWidget (RegServices services, QWidget *parent, QString objectName, QString windowTitle)
 sets up layout and connects signals and slots More...
 
virtual ~LandmarkPatientRegistrationWidget ()
 empty More...
 
- Public Member Functions inherited from cx::LandmarkRegistrationWidget
 LandmarkRegistrationWidget (RegServices services, QWidget *parent, QString objectName, QString windowTitle)
 
virtual ~LandmarkRegistrationWidget ()
 
- Public Member Functions inherited from cx::RegistrationBaseWidget
 RegistrationBaseWidget (RegServices 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)
 
CXFramewrapInFrame (QWidget *base)
 
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 ()
 

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...
 
- Protected Slots inherited from cx::LandmarkPatientRegistrationWidget
void registerSlot ()
 
virtual void fixedDataChanged ()
 listens to the datamanager for when the active image is changed More...
 
void toolSampleButtonClickedSlot ()
 reacts when the Sample Tool button is clicked More...
 
virtual void cellClickedSlot (int row, int column)
 when a landmark i selected from the table More...
 
void removeLandmarkButtonClickedSlot ()
 
void updateToolSampleButton ()
 
- Protected Slots inherited from cx::LandmarkRegistrationWidget
virtual void cellClickedSlot (int row, int column)
 when a landmark i 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 inherited from cx::LandmarkPatientRegistrationWidget
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
 
virtual Transform3D getTargetTransform () const
 
virtual void setTargetLandmark (QString uid, Vector3D p_target)
 
virtual QString getTargetName () const
 
- Protected Member Functions inherited from cx::LandmarkRegistrationWidget
void setManualToolPosition (Vector3D p_r)
 
QString getNextLandmark ()
 
void activateLandmark (QString uid)
 
std::vector< LandmarkgetAllLandmarks () 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 inherited from cx::LandmarkPatientRegistrationWidget
QPushButton * mToolSampleButton
 the Sample Tool button More...
 
QPushButton * mRemoveLandmarkButton
 
QPushButton * mRegisterButton
 
ImageLandmarksSourcePtr mImageLandmarkSource
 
StringPropertyRegistrationFixedImagePtr mFixedProperty
 
ActiveToolProxyPtr mActiveToolProxy
 
- Protected Attributes inherited from cx::LandmarkRegistrationWidget
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...
 
- Protected Attributes inherited from cx::RegistrationBaseWidget
RegServices mServices
 

Detailed Description

Widget for performing a fast and aprox landmark based patient registration, using only the matrix translation part.

Date
27. sep. 2010 \author Janne Beate Bakeng

Definition at line 55 of file cxFastPatientRegistrationWidget.h.

Constructor & Destructor Documentation

cx::FastPatientRegistrationWidget::FastPatientRegistrationWidget ( RegServices  services,
QWidget *  parent 
)

Definition at line 40 of file cxFastPatientRegistrationWidget.cpp.

cx::FastPatientRegistrationWidget::~FastPatientRegistrationWidget ( )
virtual

Definition at line 45 of file cxFastPatientRegistrationWidget.cpp.

Member Function Documentation

QString cx::FastPatientRegistrationWidget::defaultWhatsThis ( ) const
virtual

Returns a short description of what this widget will do for you.

Reimplemented from cx::LandmarkPatientRegistrationWidget.

Definition at line 48 of file cxFastPatientRegistrationWidget.cpp.


The documentation for this class was generated from the following files: