Medical Imaging Interaction Toolkit  2023.12.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, QWidget *parent=nullptr)
 Default constructor, including creation of GUI elements and signals/slots connections. More...
 
 ~QmitkContourModelToImageWidget () override
 Default destructor. 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 42 of file QmitkContourModelToImageWidget.h.

Constructor & Destructor Documentation

◆ QmitkContourModelToImageWidget()

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

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

◆ ~QmitkContourModelToImageWidget()

QmitkContourModelToImageWidget::~QmitkContourModelToImageWidget ( )
override

Default destructor.


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