32 #ifndef pqScalarsToColors_h 33 #define pqScalarsToColors_h 42 class pqScalarsToColorsInternal;
50 vtkSMProxy* proxy,
pqServer* server, QObject* parent=NULL);
58 bool getScalarRangeLock()
const;
63 void setScalarRange(
double min,
double max);
68 QPair<double, double> getScalarRange()
const;
71 bool getUseLogScale()
const;
81 void setVectorMode(
Mode mode,
int component);
86 Mode getVectorMode()
const;
87 int getVectorComponent()
const;
91 void updateScalarBarTitles(
const QString& component);
107 static void setColorRangeScalingMode(
int);
108 static int colorRangeScalingMode(
int default_value=GROW_ON_MODIFIED);
113 void componentOrModeChanged();
118 void hideUnusedScalarBars();
121 void setScalarRangeLock(
bool lock);
132 pqScalarsToColorsInternal* Internal;
pqScalarsToColors is a represents a vtkScalarsToColors proxy.
pqScalarBarRepresentation is created for "ScalarBarWidgetRepresentation" proxies. ...
This class represents any registered Server Manager proxy.
pqRenderViewBase is an abstract base class for all render-view based views.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...