Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Dialog for static / dynamic segmentation node creation. More...
#include <QmitkStaticDynamicSegmentationDialog.h>
Public Member Functions | |
QmitkStaticDynamicSegmentationDialog (QWidget *parent=nullptr) | |
void | SetReferenceImage (const mitk::Image *referenceImage) |
mitk::Image::ConstPointer | GetSegmentationTemplate () const |
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.
QmitkStaticDynamicSegmentationDialog::QmitkStaticDynamicSegmentationDialog | ( | QWidget * | parent = nullptr | ) |
mitk::Image::ConstPointer QmitkStaticDynamicSegmentationDialog::GetSegmentationTemplate | ( | ) | const |
void QmitkStaticDynamicSegmentationDialog::SetReferenceImage | ( | const mitk::Image * | referenceImage | ) |