33 #ifndef vtkViewTheme_h
34 #define vtkViewTheme_h
37 #include "vtkViewsCoreModule.h"
53 vtkSetMacro(PointSize,
double);
54 vtkGetMacro(PointSize,
double);
61 vtkSetMacro(LineWidth,
double);
62 vtkGetMacro(LineWidth,
double);
70 vtkSetVector3Macro(PointColor,
double);
71 vtkGetVector3Macro(PointColor,
double);
72 vtkSetMacro(PointOpacity,
double);
73 vtkGetMacro(PointOpacity,
double);
119 vtkSetMacro(ScalePointLookupTable,
bool);
120 vtkGetMacro(ScalePointLookupTable,
bool);
121 vtkBooleanMacro(ScalePointLookupTable,
bool);
129 vtkSetVector3Macro(CellColor,
double);
130 vtkGetVector3Macro(CellColor,
double);
131 vtkSetMacro(CellOpacity,
double);
132 vtkGetMacro(CellOpacity,
double);
178 vtkSetMacro(ScaleCellLookupTable,
bool);
179 vtkGetMacro(ScaleCellLookupTable,
bool);
180 vtkBooleanMacro(ScaleCellLookupTable,
bool);
187 vtkSetVector3Macro(OutlineColor,
double);
188 vtkGetVector3Macro(OutlineColor,
double);
195 vtkSetVector3Macro(SelectedPointColor,
double);
196 vtkGetVector3Macro(SelectedPointColor,
double);
197 vtkSetMacro(SelectedPointOpacity,
double);
198 vtkGetMacro(SelectedPointOpacity,
double);
205 vtkSetVector3Macro(SelectedCellColor,
double);
206 vtkGetVector3Macro(SelectedCellColor,
double);
207 vtkSetMacro(SelectedCellOpacity,
double);
208 vtkGetMacro(SelectedCellOpacity,
double);
215 vtkSetVector3Macro(BackgroundColor,
double);
216 vtkGetVector3Macro(BackgroundColor,
double);
223 vtkSetVector3Macro(BackgroundColor2,
double);
224 vtkGetVector3Macro(BackgroundColor2,
double);
253 double* c = this->GetVertexLabelColor();
274 double* c = this->GetEdgeLabelColor();
312 double PointColor[3];
318 double OutlineColor[3];
320 double SelectedPointColor[3];
322 double SelectedCellColor[3];
325 double BackgroundColor[3];
326 double BackgroundColor2[3];
a simple class to control print indentation
abstract base class for most VTK objects
Superclass for mapping scalar values to colors.
represent text properties.
Sets theme colors for a graphical view.
bool LookupMatchesCellTheme(vtkScalarsToColors *s2c)
virtual void GetCellValueRange(double &mn, double &mx)
virtual void SetPointValueRange(double rng[2])
static vtkViewTheme * New()
virtual void GetVertexLabelColor(double &r, double &g, double &b)
virtual void SetCellValueRange(double mn, double mx)
vtkScalarsToColors * PointLookupTable
virtual void SetPointValueRange(double mn, double mx)
virtual void SetPointHueRange(double mn, double mx)
The ranges to use in the point lookup table.
virtual void GetPointValueRange(double rng[2])
virtual double * GetPointAlphaRange()
virtual void GetEdgeLabelColor(double &r, double &g, double &b)
virtual double * GetVertexLabelColor()
double SelectedPointOpacity
virtual void SetPointAlphaRange(double rng[2])
static vtkViewTheme * CreateMellowTheme()
virtual void SetCellLookupTable(vtkScalarsToColors *lut)
virtual void SetPointAlphaRange(double mn, double mx)
virtual double * GetEdgeLabelColor()
virtual void SetCellHueRange(double mn, double mx)
The ranges to use in the cell lookup table.
virtual void GetCellAlphaRange(double &mn, double &mx)
virtual void GetEdgeLabelColor(double c[3])
virtual void GetPointAlphaRange(double rng[2])
virtual void GetPointHueRange(double &mn, double &mx)
virtual void SetPointSaturationRange(double rng[2])
virtual void SetCellAlphaRange(double rng[2])
virtual void SetVertexLabelColor(double c[3])
virtual double * GetCellValueRange()
bool ScalePointLookupTable
virtual double * GetPointHueRange()
virtual void GetPointSaturationRange(double rng[2])
virtual void SetCellSaturationRange(double mn, double mx)
virtual void GetCellValueRange(double rng[2])
virtual void SetCellValueRange(double rng[2])
virtual double * GetPointValueRange()
static vtkViewTheme * CreateNeonTheme()
virtual double * GetCellAlphaRange()
virtual void GetCellSaturationRange(double rng[2])
virtual double * GetCellSaturationRange()
virtual void GetVertexLabelColor(double c[3])
vtkTextProperty * CellTextProperty
virtual void GetCellHueRange(double rng[2])
virtual void SetPointSaturationRange(double mn, double mx)
static vtkViewTheme * CreateOceanTheme()
Convenience methods for creating some default view themes.
vtkTextProperty * PointTextProperty
virtual void SetCellAlphaRange(double mn, double mx)
virtual void GetPointSaturationRange(double &mn, double &mx)
virtual void GetPointValueRange(double &mn, double &mx)
virtual void SetEdgeLabelColor(double c[3])
virtual void GetCellSaturationRange(double &mn, double &mx)
virtual void GetPointHueRange(double rng[2])
virtual void SetEdgeLabelColor(double r, double g, double b)
The color to use for labeling graph edges.
bool LookupMatchesPointTheme(vtkScalarsToColors *s2c)
Whether a given lookup table matches the point or cell theme of this theme.
virtual void SetPointLookupTable(vtkScalarsToColors *lut)
virtual void SetPointTextProperty(vtkTextProperty *tprop)
The text property to use for labeling points/vertices.
virtual void GetCellAlphaRange(double rng[2])
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetPointHueRange(double rng[2])
virtual double * GetPointSaturationRange()
virtual void SetCellSaturationRange(double rng[2])
virtual void GetPointAlphaRange(double &mn, double &mx)
bool ScaleCellLookupTable
vtkScalarsToColors * CellLookupTable
double SelectedCellOpacity
virtual void GetCellHueRange(double &mn, double &mx)
virtual void SetCellTextProperty(vtkTextProperty *tprop)
The text property to use for labeling edges/cells.
virtual void SetVertexLabelColor(double r, double g, double b)
The color to use for labeling graph vertices.
virtual void SetCellHueRange(double rng[2])
virtual double * GetCellHueRange()