61 #ifndef vtkApplyColors_h
62 #define vtkApplyColors_h
65 #include "vtkViewsInfovisModule.h"
67 VTK_ABI_NAMESPACE_BEGIN
92 vtkSetMacro(UsePointLookupTable,
bool);
93 vtkGetMacro(UsePointLookupTable,
bool);
94 vtkBooleanMacro(UsePointLookupTable,
bool);
102 vtkSetMacro(ScalePointLookupTable,
bool);
103 vtkGetMacro(ScalePointLookupTable,
bool);
104 vtkBooleanMacro(ScalePointLookupTable,
bool);
112 vtkSetVector3Macro(DefaultPointColor,
double);
113 vtkGetVector3Macro(DefaultPointColor,
double);
121 vtkSetMacro(DefaultPointOpacity,
double);
122 vtkGetMacro(DefaultPointOpacity,
double);
130 vtkSetVector3Macro(SelectedPointColor,
double);
131 vtkGetVector3Macro(SelectedPointColor,
double);
139 vtkSetMacro(SelectedPointOpacity,
double);
140 vtkGetMacro(SelectedPointOpacity,
double);
148 vtkSetStringMacro(PointColorOutputArrayName);
149 vtkGetStringMacro(PointColorOutputArrayName);
166 vtkSetMacro(UseCellLookupTable,
bool);
167 vtkGetMacro(UseCellLookupTable,
bool);
168 vtkBooleanMacro(UseCellLookupTable,
bool);
176 vtkSetMacro(ScaleCellLookupTable,
bool);
177 vtkGetMacro(ScaleCellLookupTable,
bool);
178 vtkBooleanMacro(ScaleCellLookupTable,
bool);
186 vtkSetVector3Macro(DefaultCellColor,
double);
187 vtkGetVector3Macro(DefaultCellColor,
double);
195 vtkSetMacro(DefaultCellOpacity,
double);
196 vtkGetMacro(DefaultCellOpacity,
double);
204 vtkSetVector3Macro(SelectedCellColor,
double);
205 vtkGetVector3Macro(SelectedCellColor,
double);
213 vtkSetMacro(SelectedCellOpacity,
double);
214 vtkGetMacro(SelectedCellOpacity,
double);
222 vtkSetStringMacro(CellColorOutputArrayName);
223 vtkGetStringMacro(CellColorOutputArrayName);
232 vtkSetMacro(UseCurrentAnnotationColor,
bool);
233 vtkGetMacro(UseCurrentAnnotationColor,
bool);
234 vtkBooleanMacro(UseCurrentAnnotationColor,
bool);
261 double DefaultPointColor[3];
263 double DefaultCellColor[3];
265 double SelectedPointColor[3];
267 double SelectedCellColor[3];
282 VTK_ABI_NAMESPACE_END
bool UseCurrentAnnotationColor
vtkTypeUInt32 vtkMTimeType
Abstract superclass for all arrays.
double SelectedCellOpacity
char * PointColorOutputArrayName
double DefaultCellOpacity
double DefaultPointOpacity
Superclass for mapping scalar values to colors.
vtkScalarsToColors * CellLookupTable
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
dynamic, self-adjusting array of unsigned char
char * CellColorOutputArrayName
double SelectedPointOpacity
bool ScaleCellLookupTable
apply colors to a data set.
vtkScalarsToColors * PointLookupTable
bool ScalePointLookupTable