77#ifndef vtkApplyColors_h
78#define vtkApplyColors_h
81#include "vtkViewsInfovisModule.h"
Abstract superclass for all arrays.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
bool ScaleCellLookupTable
void ProcessColorArray(vtkUnsignedCharArray *colorArr, vtkScalarsToColors *lut, vtkAbstractArray *arr, unsigned char color[4], bool scale)
double DefaultCellColor[3]
double DefaultPointColor[3]
char * PointColorOutputArrayName
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetPointLookupTable(vtkScalarsToColors *lut)
The lookup table to use for point colors.
vtkScalarsToColors * PointLookupTable
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
virtual void SetCellLookupTable(vtkScalarsToColors *lut)
The lookup table to use for cell colors.
vtkScalarsToColors * CellLookupTable
double SelectedCellOpacity
double SelectedPointColor[3]
bool UseCurrentAnnotationColor
double SelectedPointOpacity
static vtkApplyColors * New()
double DefaultCellOpacity
~vtkApplyColors() override
char * CellColorOutputArrayName
bool ScalePointLookupTable
double SelectedCellColor[3]
double DefaultPointOpacity
vtkMTimeType GetMTime() override
Retrieve the modified time for this filter.
a simple class to control print indentation
Superclass for mapping scalar values to colors.
dynamic, self-adjusting array of unsigned char
vtkTypeUInt32 vtkMTimeType