19 #ifndef __qMRMLScalarsDisplayWidget_h 20 #define __qMRMLScalarsDisplayWidget_h 29 #include <ctkVTKObject.h> 31 class qMRMLScalarsDisplayWidgetPrivate;
54 bool scalarsVisibility()
const;
55 QString activeScalarName()
const;
63 double minimumValue()
const;
66 double maximumValue()
const;
72 void displayNodeChanged();
85 void setScalarsVisibility(
bool);
86 void setActiveScalarName(
const QString&);
89 void setScalarsDisplayRange(
double min,
double max);
90 void setTresholdEnabled(
bool b);
91 void setThresholdRange(
double min,
double max);
94 void setScalarRangeMode(
int scalarRangeMode);
97 void setMinimumValue(
double min);
98 void setMaximumValue(
double max);
102 void updateWidgetFromMRML();
105 void onCurrentArrayActivated();
108 QScopedPointer<qMRMLScalarsDisplayWidgetPrivate>
d_ptr;
Abstract MRML node to represent color information.
Abstract class that contains graphical display properties for displayable nodes.
Abstract Superclass for all specific types of MRML nodes.