1 #ifndef __qSlicerCropVolumeModuleWidget_h 2 #define __qSlicerCropVolumeModuleWidget_h 7 #include "qSlicerCropVolumeModuleExport.h" 9 class qSlicerCropVolumeModuleWidgetPrivate;
31 QScopedPointer<qSlicerCropVolumeModuleWidgetPrivate>
d_ptr;
33 void setup()
override;
34 void enter()
override;
46 void onROIVisibilityChanged(
bool);
48 void onInterpolationModeChanged();
50 void onFixAlignment();
51 void updateWidgetFromMRML();
52 void onSpacingScalingValueChanged(
double);
53 void onIsotropicModeChanged(
bool);
54 void onMRMLSceneEndBatchProcessEvent();
55 void onInterpolationEnabled(
bool interpolationEnabled);
56 void onVolumeInformationSectionClicked(
bool isOpen);
57 void onFillValueChanged(
double);
59 void updateVolumeInfo();
A set of MRML Nodes that supports serialization and undo/redo.
Abstract Superclass for all specific types of MRML nodes.