NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Static Public Attributes | List of all members
SurfaceRegViewPreferencePage Class Reference

Preferences page for the Surface Based Registration View plugin. More...

Inheritance diagram for SurfaceRegViewPreferencePage:
Inheritance graph
[legend]
Collaboration diagram for SurfaceRegViewPreferencePage:
Collaboration graph
[legend]

Public Member Functions

 SurfaceRegViewPreferencePage ()
 
 SurfaceRegViewPreferencePage (const SurfaceRegViewPreferencePage &other)
 
 ~SurfaceRegViewPreferencePage ()
 
void Init (berry::IWorkbench::Pointer workbench) override
 
void CreateQtControl (QWidget *widget) override
 
QWidget * GetQtControl () const override
 
virtual bool PerformOk () override
 
virtual void PerformCancel () override
 
virtual void Update () override
 

Static Public Attributes

static const QString PREFERENCES_NODE_NAME
 Stores the name of the preferences node. More...
 
static const QString MAXIMUM_NUMBER_OF_ITERATIONS
 Stores the name of the preference node that contains the maximum iterations preference. More...
 
static const QString MAXIMUM_NUMBER_OF_POINTS
 Stored the name of the preference node that contains the maximum number of points to use. More...
 
static const QString TLS_ITERATIONS
 Stored the name of the preference node that contains the maximum number of iterations to use in Trimmed Least Squares. More...
 
static const QString TLS_PERCENTAGE
 Stored the name of the preference node that contains the percentage to use in Trimmed Least Squares. More...
 

Detailed Description

Preferences page for the Surface Based Registration View plugin.

Constructor & Destructor Documentation

SurfaceRegViewPreferencePage::SurfaceRegViewPreferencePage ( )
SurfaceRegViewPreferencePage::SurfaceRegViewPreferencePage ( const SurfaceRegViewPreferencePage other)
SurfaceRegViewPreferencePage::~SurfaceRegViewPreferencePage ( )

Member Function Documentation

void SurfaceRegViewPreferencePage::CreateQtControl ( QWidget *  widget)
override
QWidget * SurfaceRegViewPreferencePage::GetQtControl ( ) const
override
void SurfaceRegViewPreferencePage::Init ( berry::IWorkbench::Pointer  workbench)
override
void SurfaceRegViewPreferencePage::PerformCancel ( )
overridevirtual
See also
IPreferencePage::PerformCancel()
bool SurfaceRegViewPreferencePage::PerformOk ( )
overridevirtual
See also
IPreferencePage::PerformOk()
void SurfaceRegViewPreferencePage::Update ( void  )
overridevirtual
See also
IPreferencePage::Update()

Member Data Documentation

const QString SurfaceRegViewPreferencePage::MAXIMUM_NUMBER_OF_ITERATIONS
static

Stores the name of the preference node that contains the maximum iterations preference.

const QString SurfaceRegViewPreferencePage::MAXIMUM_NUMBER_OF_POINTS
static

Stored the name of the preference node that contains the maximum number of points to use.

const QString SurfaceRegViewPreferencePage::PREFERENCES_NODE_NAME
static

Stores the name of the preferences node.

const QString SurfaceRegViewPreferencePage::TLS_ITERATIONS
static

Stored the name of the preference node that contains the maximum number of iterations to use in Trimmed Least Squares.

const QString SurfaceRegViewPreferencePage::TLS_PERCENTAGE
static

Stored the name of the preference node that contains the percentage to use in Trimmed Least Squares.


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