NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Signals | Public Member Functions | List of all members
niftk::SegmentationSelectorWidget Class Reference

Implements the widget to select a reference image, and create a new segmentation. More...

Inheritance diagram for niftk::SegmentationSelectorWidget:
Inheritance graph
[legend]
Collaboration diagram for niftk::SegmentationSelectorWidget:
Collaboration graph
[legend]

Signals

void NewSegmentationButtonClicked ()
 

Public Member Functions

 SegmentationSelectorWidget (QWidget *parent=0)
 
virtual ~SegmentationSelectorWidget ()
 
mitk::ToolManager * GetToolManager () const
 Retrieves the tool manager using the micro services API. More...
 
void SetToolManager (mitk::ToolManager *toolManager)
 Sets the tool manager nullptr is not allowed, a valid manager is required. More...
 

Detailed Description

Implements the widget to select a reference image, and create a new segmentation.

The class track the selected reference and working data in the tool manager, and if a valid reference image and segmentation is selected, displays their name. If no image is selected, it desplays a default message ("not selected") in red.

Constructor & Destructor Documentation

niftk::SegmentationSelectorWidget::SegmentationSelectorWidget ( QWidget *  parent = 0)
niftk::SegmentationSelectorWidget::~SegmentationSelectorWidget ( )
virtual

Member Function Documentation

mitk::ToolManager * niftk::SegmentationSelectorWidget::GetToolManager ( ) const

Retrieves the tool manager using the micro services API.

void niftk::SegmentationSelectorWidget::NewSegmentationButtonClicked ( )
signal
void niftk::SegmentationSelectorWidget::SetToolManager ( mitk::ToolManager *  toolManager)

Sets the tool manager nullptr is not allowed, a valid manager is required.

Parameters
toolManager

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