77 #ifndef vtkApplyColors_h
78 #define vtkApplyColors_h
80 #include "vtkViewsInfovisModule.h"
108 vtkGetMacro(UsePointLookupTable,
bool);
118 vtkGetMacro(ScalePointLookupTable,
bool);
127 vtkSetVector3Macro(DefaultPointColor,
double);
128 vtkGetVector3Macro(DefaultPointColor,
double);
137 vtkGetMacro(DefaultPointOpacity,
double);
145 vtkSetVector3Macro(SelectedPointColor,
double);
146 vtkGetVector3Macro(SelectedPointColor,
double);
155 vtkGetMacro(SelectedPointOpacity,
double);
163 vtkSetStringMacro(PointColorOutputArrayName);
182 vtkGetMacro(UseCellLookupTable,
bool);
192 vtkGetMacro(ScaleCellLookupTable,
bool);
201 vtkSetVector3Macro(DefaultCellColor,
double);
202 vtkGetVector3Macro(DefaultCellColor,
double);
211 vtkGetMacro(DefaultCellOpacity,
double);
219 vtkSetVector3Macro(SelectedCellColor,
double);
220 vtkGetVector3Macro(SelectedCellColor,
double);
229 vtkGetMacro(SelectedCellOpacity,
double);
237 vtkSetStringMacro(CellColorOutputArrayName);
248 vtkGetMacro(UseCurrentAnnotationColor,
bool);
259 ~vtkApplyColors() VTK_OVERRIDE;
270 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
272 void ProcessColorArray(
276 unsigned char color[4],
281 double DefaultPointColor[3];
282 double DefaultPointOpacity;
283 double DefaultCellColor[3];
284 double DefaultCellOpacity;
285 double SelectedPointColor[3];
286 double SelectedPointOpacity;
287 double SelectedCellColor[3];
288 double SelectedCellOpacity;
289 bool ScalePointLookupTable;
290 bool ScaleCellLookupTable;
291 bool UsePointLookupTable;
292 bool UseCellLookupTable;
293 char* PointColorOutputArrayName;
294 char* CellColorOutputArrayName;
295 bool UseCurrentAnnotationColor;
298 vtkApplyColors(const vtkApplyColors&) VTK_DELETE_FUNCTION;
299 void operator=(const vtkApplyColors&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
Abstract superclass for all arrays.
Superclass for mapping scalar values to colors.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
apply colors to a data set.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.