22#ifndef __qMRMLSegmentationGeometryDialog_h
23#define __qMRMLSegmentationGeometryDialog_h
29#include "qSlicerSegmentationsModuleWidgetsExport.h"
34class qMRMLSegmentationGeometryDialogPrivate;
73 QScopedPointer<qMRMLSegmentationGeometryDialogPrivate>
d_ptr;
Q_INVOKABLE bool execDialog()
Python compatibility function for showing dialog (calls exec)
void setEditEnabled(bool aEditEnabled)
QScopedPointer< qMRMLSegmentationGeometryDialogPrivate > d_ptr
qMRMLSegmentationGeometryDialog(vtkMRMLSegmentationNode *segmentationNode, QObject *parent=nullptr)
bool resampleLabelmaps() const
void setResampleLabelmaps(bool aResampleLabelmaps)
MRML node containing segmentations.