Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
QmitkContourModelToImageWidget. More...
#include <QmitkContourModelToImageWidget.h>
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::SliceNavigationController * | GetTimeNavigationController () const |
Call this method to access the time navigation controller. More... | |
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.
|
explicit |
Default constructor, including creation of GUI elements and signals/slots connections.
|
override |
Defaul destructor.