Go to the documentation of this file.
76 #ifndef vtkApplyColors_h
77 #define vtkApplyColors_h
237 unsigned char color[4],
242 double DefaultPointColor[3];
244 double DefaultCellColor[3];
246 double SelectedPointColor[3];
248 double SelectedCellColor[3];
#define vtkGetObjectMacro(name, type)
virtual long unsigned int GetMTime()
#define vtkSetVector3Macro(name, type)
#define VTKVIEWSINFOVIS_EXPORT
char * PointColorOutputArrayName
bool UseCurrentAnnotationColor
GLenum GLenum GLenum GLenum GLenum scale
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
double DefaultCellOpacity
apply colors to a data set.
vtkScalarsToColors * CellLookupTable
double DefaultPointOpacity
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetVector3Macro(name, type)
double SelectedCellOpacity
virtual void SetPointLookupTable(vtkScalarsToColors *lut)
char * CellColorOutputArrayName
a simple class to control print indentation
#define vtkSetStringMacro(name)
static vtkApplyColors * New()
vtkScalarsToColors * PointLookupTable
#define vtkGetMacro(name, type)
Superclass for mapping scalar values to colors.
vtkGetStringMacro(ExtensionsString)
double SelectedPointOpacity
Abstract superclass for all arrays.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
int FillInputPortInformation(int port, vtkInformation *info)
bool ScaleCellLookupTable
virtual void SetCellLookupTable(vtkScalarsToColors *lut)
bool ScalePointLookupTable
void PrintSelf(ostream &os, vtkIndent indent)
void ProcessColorArray(vtkUnsignedCharArray *colorArr, vtkScalarsToColors *lut, vtkAbstractArray *arr, unsigned char color[4], bool scale)