Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
QmitkContourModelToImageWidget Class Reference

QmitkContourModelToImageWidget. More...

#include <QmitkContourModelToImageWidget.h>

Inheritance diagram for QmitkContourModelToImageWidget:
Collaboration diagram for QmitkContourModelToImageWidget:

Public Member Functions

 QmitkContourModelToImageWidget (mitk::DataStorage *dataStorage, mitk::SliceNavigationController *timeNavigationController, QWidget *parent=nullptr)
 Default constructor, including creation of GUI elements and signals/slots connections. More...
 
 ~QmitkContourModelToImageWidget () override
 Defaul destructor. More...
 
- Public Member Functions inherited from QmitkSegmentationUtilityWidget
 QmitkSegmentationUtilityWidget (mitk::SliceNavigationController *timeNavigationController, QWidget *parent=nullptr)
 
 ~QmitkSegmentationUtilityWidget () override
 
void SetTimeNavigationController (mitk::SliceNavigationController *timeNavigationController)
 Usually called only from QmitkSegmentationUtilitiesView::RenderWindowPartActivated() and QmitkSegmentationUtilitiesView::RenderWindowPartDeactivated(). More...
 

Additional Inherited Members

- Protected Member Functions inherited from QmitkSegmentationUtilityWidget
mitk::SliceNavigationControllerGetTimeNavigationController () const
 Call this method to access the time navigation controller. More...
 

Detailed Description

QmitkContourModelToImageWidget.

Tool masks an image with a binary image or a surface. The Method requires an image and a binary image mask or a surface. The input image and the binary image mask must be of the same size. Masking with a surface creates first a binary image of the surface and then use this for the masking of the input image.

Definition at line 43 of file QmitkContourModelToImageWidget.h.

Constructor & Destructor Documentation

◆ QmitkContourModelToImageWidget()

QmitkContourModelToImageWidget::QmitkContourModelToImageWidget ( mitk::DataStorage dataStorage,
mitk::SliceNavigationController timeNavigationController,
QWidget *  parent = nullptr 
)
explicit

Default constructor, including creation of GUI elements and signals/slots connections.

◆ ~QmitkContourModelToImageWidget()

QmitkContourModelToImageWidget::~QmitkContourModelToImageWidget ( )
override

Defaul destructor.


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