77 #ifndef vtkApplyColors_h 78 #define vtkApplyColors_h 80 #include "vtkViewsInfovisModule.h" 107 vtkSetMacro(UsePointLookupTable,
bool);
108 vtkGetMacro(UsePointLookupTable,
bool);
109 vtkBooleanMacro(UsePointLookupTable,
bool);
117 vtkSetMacro(ScalePointLookupTable,
bool);
118 vtkGetMacro(ScalePointLookupTable,
bool);
119 vtkBooleanMacro(ScalePointLookupTable,
bool);
127 vtkSetVector3Macro(DefaultPointColor,
double);
128 vtkGetVector3Macro(DefaultPointColor,
double);
136 vtkSetMacro(DefaultPointOpacity,
double);
137 vtkGetMacro(DefaultPointOpacity,
double);
145 vtkSetVector3Macro(SelectedPointColor,
double);
146 vtkGetVector3Macro(SelectedPointColor,
double);
154 vtkSetMacro(SelectedPointOpacity,
double);
155 vtkGetMacro(SelectedPointOpacity,
double);
163 vtkSetStringMacro(PointColorOutputArrayName);
164 vtkGetStringMacro(PointColorOutputArrayName);
181 vtkSetMacro(UseCellLookupTable,
bool);
182 vtkGetMacro(UseCellLookupTable,
bool);
183 vtkBooleanMacro(UseCellLookupTable,
bool);
191 vtkSetMacro(ScaleCellLookupTable,
bool);
192 vtkGetMacro(ScaleCellLookupTable,
bool);
193 vtkBooleanMacro(ScaleCellLookupTable,
bool);
201 vtkSetVector3Macro(DefaultCellColor,
double);
202 vtkGetVector3Macro(DefaultCellColor,
double);
210 vtkSetMacro(DefaultCellOpacity,
double);
211 vtkGetMacro(DefaultCellOpacity,
double);
219 vtkSetVector3Macro(SelectedCellColor,
double);
220 vtkGetVector3Macro(SelectedCellColor,
double);
228 vtkSetMacro(SelectedCellOpacity,
double);
229 vtkGetMacro(SelectedCellOpacity,
double);
237 vtkSetStringMacro(CellColorOutputArrayName);
238 vtkGetStringMacro(CellColorOutputArrayName);
247 vtkSetMacro(UseCurrentAnnotationColor,
bool);
248 vtkGetMacro(UseCurrentAnnotationColor,
bool);
249 vtkBooleanMacro(UseCurrentAnnotationColor,
bool);
272 void ProcessColorArray(
276 unsigned char color[4],
281 double DefaultPointColor[3];
283 double DefaultCellColor[3];
285 double SelectedPointColor[3];
287 double SelectedCellColor[3];
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