52#include "vtkViewsCoreModule.h"
68 vtkSetMacro(PointSize,
double);
69 vtkGetMacro(PointSize,
double);
76 vtkSetMacro(LineWidth,
double);
77 vtkGetMacro(LineWidth,
double);
85 vtkSetVector3Macro(PointColor,
double);
86 vtkGetVector3Macro(PointColor,
double);
87 vtkSetMacro(PointOpacity,
double);
88 vtkGetMacro(PointOpacity,
double);
134 vtkSetMacro(ScalePointLookupTable,
bool);
135 vtkGetMacro(ScalePointLookupTable,
bool);
136 vtkBooleanMacro(ScalePointLookupTable,
bool);
144 vtkSetVector3Macro(CellColor,
double);
145 vtkGetVector3Macro(CellColor,
double);
146 vtkSetMacro(CellOpacity,
double);
147 vtkGetMacro(CellOpacity,
double);
193 vtkSetMacro(ScaleCellLookupTable,
bool);
194 vtkGetMacro(ScaleCellLookupTable,
bool);
195 vtkBooleanMacro(ScaleCellLookupTable,
bool);
202 vtkSetVector3Macro(OutlineColor,
double);
203 vtkGetVector3Macro(OutlineColor,
double);
210 vtkSetVector3Macro(SelectedPointColor,
double);
211 vtkGetVector3Macro(SelectedPointColor,
double);
212 vtkSetMacro(SelectedPointOpacity,
double);
213 vtkGetMacro(SelectedPointOpacity,
double);
220 vtkSetVector3Macro(SelectedCellColor,
double);
221 vtkGetVector3Macro(SelectedCellColor,
double);
222 vtkSetMacro(SelectedCellOpacity,
double);
223 vtkGetMacro(SelectedCellOpacity,
double);
230 vtkSetVector3Macro(BackgroundColor,
double);
231 vtkGetVector3Macro(BackgroundColor,
double);
238 vtkSetVector3Macro(BackgroundColor2,
double);
239 vtkGetVector3Macro(BackgroundColor2,
double);
268 double* c = this->GetVertexLabelColor();
289 double* c = this->GetEdgeLabelColor();
327 double PointColor[3];
333 double OutlineColor[3];
335 double SelectedPointColor[3];
337 double SelectedCellColor[3];
340 double BackgroundColor[3];
341 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)
Whether a given lookup table matches the point or cell theme of this theme.
virtual void GetCellValueRange(double &mn, double &mx)
virtual void SetPointValueRange(double rng[2])
virtual double * GetCellSaturationRange()
virtual void GetVertexLabelColor(double &r, double &g, double &b)
The color to use for labeling graph vertices.
virtual double * GetCellHueRange()
The ranges to use in the cell lookup table.
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 void GetEdgeLabelColor(double &r, double &g, double &b)
The color to use for labeling graph edges.
double SelectedPointOpacity
virtual void SetPointAlphaRange(double rng[2])
virtual void SetCellLookupTable(vtkScalarsToColors *lut)
Set/Get the cell lookup table.
virtual void SetPointAlphaRange(double mn, double mx)
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])
The color to use for labeling graph edges.
virtual void GetPointAlphaRange(double rng[2])
virtual void GetPointHueRange(double &mn, double &mx)
The ranges to use in the point lookup table.
virtual double * GetPointValueRange()
virtual void SetPointSaturationRange(double rng[2])
virtual double * GetPointSaturationRange()
static vtkViewTheme * CreateNeonTheme()
Convenience methods for creating some default view themes.
virtual void SetCellAlphaRange(double rng[2])
virtual void SetVertexLabelColor(double c[3])
The color to use for labeling graph vertices.
bool ScalePointLookupTable
virtual double * GetEdgeLabelColor()
The color to use for labeling graph edges.
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 void GetCellSaturationRange(double rng[2])
virtual double * GetVertexLabelColor()
The color to use for labeling graph vertices.
virtual void GetVertexLabelColor(double c[3])
The color to use for labeling graph vertices.
static vtkViewTheme * CreateOceanTheme()
Convenience methods for creating some default view themes.
vtkTextProperty * CellTextProperty
virtual void GetCellHueRange(double rng[2])
The ranges to use in the cell lookup table.
virtual void SetPointSaturationRange(double mn, double mx)
vtkTextProperty * PointTextProperty
virtual void SetCellAlphaRange(double mn, double mx)
virtual void GetPointSaturationRange(double &mn, double &mx)
virtual void GetPointValueRange(double &mn, double &mx)
virtual double * GetPointHueRange()
The ranges to use in the point lookup table.
virtual double * GetCellValueRange()
virtual void SetEdgeLabelColor(double c[3])
The color to use for labeling graph edges.
virtual double * GetPointAlphaRange()
virtual void GetCellSaturationRange(double &mn, double &mx)
virtual void GetPointHueRange(double rng[2])
The ranges to use in the point lookup table.
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)
Set/Get the point lookup table.
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])
The ranges to use in the point lookup table.
virtual void SetCellSaturationRange(double rng[2])
virtual void GetPointAlphaRange(double &mn, double &mx)
bool ScaleCellLookupTable
vtkScalarsToColors * CellLookupTable
virtual double * GetCellAlphaRange()
double SelectedCellOpacity
static vtkViewTheme * CreateMellowTheme()
Convenience methods for creating some default view themes.
virtual void GetCellHueRange(double &mn, double &mx)
The ranges to use in the cell lookup table.
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])
The ranges to use in the cell lookup table.
static vtkViewTheme * New()