38 #ifndef __vtkTextSource_h
39 #define __vtkTextSource_h
54 vtkSetStringMacro(
Text);
55 vtkGetStringMacro(
Text);
60 vtkSetMacro(Backing,
int);
61 vtkGetMacro(Backing,
int);
62 vtkBooleanMacro(Backing,
int);
68 vtkSetVector3Macro(ForegroundColor,
double);
69 vtkGetVectorMacro(ForegroundColor,
double,3);
75 vtkSetVector3Macro(BackgroundColor,
double);
76 vtkGetVectorMacro(BackgroundColor,
double,3);
86 double ForegroundColor[4];
87 double BackgroundColor[4];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation