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

User interface to provide controls for surface based registration. More...

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

Public Member Functions

 SurfaceRegView ()
 
virtual ~SurfaceRegView ()
 
virtual std::string GetViewID () const
 Returns the view ID. More...
 
- Public Member Functions inherited from niftk::BaseView
 BaseView ()
 
virtual ~BaseView ()
 
virtual void onVisibilityChanged (const mitk::DataNode *node) override
 Called when the visibility of a node in the data storage changed. More...
 
virtual void OnFocusChanged ()
 Called when the window focus changes, and tracks the current mitk::BaseRenderer*. More...
 
virtual bool IsExclusiveFunctionality () const
 Returns whether this functionality should be exclusive, or in other words, the only active plugin. More...
 
virtual bool IsActivated ()
 Returns the activation status. More...
 
virtual bool IsVisible ()
 Returns the visible status. More...
 
mitk::DataStorage::Pointer GetDataStorage () const override
 Gets the currently active data storage. More...
 
virtual void SetCurrentSelection (mitk::DataNode::Pointer dataNode) override
 Selects the data node in this view and also in the data manager. It sets the "selected" property of the node. As a (positive) side effect of changing the data manager selection, the "selected" property of the previously selected nodes will be cleared. More...
 
virtual void OnSelectionChanged (berry::IWorkbenchPart::Pointer part, const QList< mitk::DataNode::Pointer > &nodes) override
 
virtual QmitkRenderWindow * GetRenderWindow (QString id)
 Retrieves a RenderWindow from the mitkRenderWindowPart. More...
 
virtual QmitkRenderWindow * GetSelectedRenderWindow () const override
 Retrieves the currently selected RenderWindow from the mitkRenderWindowPart. More...
 
virtual bool IsActiveEditorCursorVisible () const override
 Gets the visibility of the cursor (aka. crosshair) in the 2D render windows of the main display. More...
 
virtual void SetActiveEditorCursorVisible (bool visible) const override
 Sets the visibility of the cursor (aka. crosshair) in the 2D render windows of the main display. More...
 
virtual void RequestRenderWindowUpdate (mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL) override
 Request an update of all render windows of the currently active render window part. More...
 
QList< mitk::DataNode::Pointer > GetDataManagerSelection () const override
 Gets the list of nodes selected in the data manager. More...
 
virtual void FireNodeSelected (mitk::DataNode::Pointer node) override
 Informs other parts of the workbench that node is selected via the blueberry selection service. More...
 
virtual
mitk::SliceNavigationController * 
GetSliceNavigationController () override
 Retrieve the current slice navigation controller from the currently focused render window. More...
 
virtual void FocusOnCurrentWindow () const override
 Used to try and get the FocusManager to focus on the Current IRenderWindowPart. More...
 
virtual mitk::Point3D GetSelectedPosition () const override
 Gets the selected position in the active render window part. More...
 
virtual void SetSelectedPosition (const mitk::Point3D &selectedPosition) override
 Sets the selected position in the active render window part. More...
 
- Public Member Functions inherited from niftk::VisibilityChangeObserver
 VisibilityChangeObserver ()
 
virtual ~VisibilityChangeObserver ()
 

Static Public Attributes

static const std::string VIEW_ID = "uk.ac.ucl.cmic.igisurfacereg"
 Static view ID = uk.ac.ucl.cmic.igisurfacereg. More...
 

Protected Member Functions

virtual void CreateQtPartControl (QWidget *parent) override
 Called by framework, this method creates all the controls for this view. More...
 
virtual void SetFocus () override
 Called by framework, sets the focus on a specific widget. More...
 
float ComputeDistance (vtkSmartPointer< vtkPolyData > fixed, vtkSmartPointer< vtkPolyData > moving)
 
- Protected Member Functions inherited from niftk::BaseView
virtual void Activated () override
 
virtual void Deactivated () override
 
virtual void Visible () override
 
virtual void Hidden () override
 
virtual QWidget * GetParent ()
 
virtual void SetParent (QWidget *)
 Normally called from within CreateQtPartControl, we store the parent widget. More...
 
void SetViewToCoordinate (const mitk::Point3D &coordinate)
 Gets the current render window, and sets it to the given coordinate, specified in millimetres. More...
 

Additional Inherited Members

- Public Types inherited from niftk::BaseView
typedef QmitkAbstractView SuperClass
 

Detailed Description

User interface to provide controls for surface based registration.

This class manages user interaction, but delegates the algorithm to niftk::ICPBasedRegistration.

Constructor & Destructor Documentation

SurfaceRegView::SurfaceRegView ( )

this is needed for all Qt objects that should have a Qt meta-object (everything that derives from QObject and wants to have signal/slots)

SurfaceRegView::~SurfaceRegView ( )
virtual

Member Function Documentation

float SurfaceRegView::ComputeDistance ( vtkSmartPointer< vtkPolyData >  fixed,
vtkSmartPointer< vtkPolyData >  moving 
)
protected
void SurfaceRegView::CreateQtPartControl ( QWidget *  parent)
overrideprotectedvirtual

Called by framework, this method creates all the controls for this view.

std::string SurfaceRegView::GetViewID ( ) const
virtual

Returns the view ID.

void SurfaceRegView::SetFocus ( )
overrideprotectedvirtual

Called by framework, sets the focus on a specific widget.

Member Data Documentation

const std::string SurfaceRegView::VIEW_ID = "uk.ac.ucl.cmic.igisurfacereg"
static

Static view ID = uk.ac.ucl.cmic.igisurfacereg.


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