Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
QmitkStaticDynamicSegmentationDialog Class Reference

Dialog for static / dynamic segmentation node creation. More...

#include <QmitkStaticDynamicSegmentationDialog.h>

Inheritance diagram for QmitkStaticDynamicSegmentationDialog:
Collaboration diagram for QmitkStaticDynamicSegmentationDialog:

Public Member Functions

 QmitkStaticDynamicSegmentationDialog (QWidget *parent=nullptr)
 
void SetReferenceImage (const mitk::Image *referenceImage)
 
mitk::Image::ConstPointer GetSegmentationTemplate () const
 

Detailed Description

Dialog for static / dynamic segmentation node creation.

This dialog is used to ask a user about the dimensionality of a newly created segmentation. If the user wants to create a static / 3D segmentation image from a given 4D reference image, the time steps of the reference image are combined into a single time step, with a step duration that is as long as the step duration of all 4D time steps combined.

Definition at line 30 of file QmitkStaticDynamicSegmentationDialog.h.

Constructor & Destructor Documentation

◆ QmitkStaticDynamicSegmentationDialog()

QmitkStaticDynamicSegmentationDialog::QmitkStaticDynamicSegmentationDialog ( QWidget *  parent = nullptr)

Member Function Documentation

◆ GetSegmentationTemplate()

mitk::Image::ConstPointer QmitkStaticDynamicSegmentationDialog::GetSegmentationTemplate ( ) const

◆ SetReferenceImage()

void QmitkStaticDynamicSegmentationDialog::SetReferenceImage ( const mitk::Image referenceImage)

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