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

PointSetConverterView. More...

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

Public Member Functions

 PointSetConverterView ()
 
virtual ~PointSetConverterView ()
 

Static Public Attributes

static const std::string VIEW_ID
 

Protected Slots

void OnCreateNewPointSetButtonClicked ()
 Create a new empty point set in the data manager. More...
 
void OnConvertPolygonsToPointSetButtonClicked ()
 Convert polygons in the datamanager to point sets with similar names. More...
 

Protected Member Functions

virtual void CreateQtPartControl (QWidget *parent)
 
virtual void SetFocus ()
 
virtual void OnSelectionChanged (berry::IWorkbenchPart::Pointer source, const QList< mitk::DataNode::Pointer > &nodes)
 called by QmitkFunctionality when DataManager's selection has changed If the selected node is a point set – it will be changed to the active point set More...
 

Protected Attributes

Ui::PointSetConverterViewControls * m_Controls
 

Detailed Description

PointSetConverterView.

Warning
This class is not yet documented. Use "git blame" and ask the author to provide basic documentation.
See also
QmitkAbstractView ${}

Constructor & Destructor Documentation

PointSetConverterView::PointSetConverterView ( )
virtual PointSetConverterView::~PointSetConverterView ( )
virtual

Member Function Documentation

virtual void PointSetConverterView::CreateQtPartControl ( QWidget *  parent)
protectedvirtual
void PointSetConverterView::OnConvertPolygonsToPointSetButtonClicked ( )
protectedslot

Convert polygons in the datamanager to point sets with similar names.

void PointSetConverterView::OnCreateNewPointSetButtonClicked ( )
protectedslot

Create a new empty point set in the data manager.

virtual void PointSetConverterView::OnSelectionChanged ( berry::IWorkbenchPart::Pointer  source,
const QList< mitk::DataNode::Pointer > &  nodes 
)
protectedvirtual

called by QmitkFunctionality when DataManager's selection has changed If the selected node is a point set – it will be changed to the active point set

virtual void PointSetConverterView::SetFocus ( )
protectedvirtual

Member Data Documentation

Ui::PointSetConverterViewControls* PointSetConverterView::m_Controls
protected
const std::string PointSetConverterView::VIEW_ID
static

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