38 #ifndef vtkTextSource_h
39 #define vtkTextSource_h
55 vtkSetStringMacro(
Text);
56 vtkGetStringMacro(
Text);
61 vtkSetMacro(Backing,
int);
62 vtkGetMacro(Backing,
int);
63 vtkBooleanMacro(Backing,
int);
69 vtkSetVector3Macro(ForegroundColor,
double);
70 vtkGetVectorMacro(ForegroundColor,
double,3);
76 vtkSetVector3Macro(BackgroundColor,
double);
77 vtkGetVectorMacro(BackgroundColor,
double,3);
85 vtkSetMacro(OutputPointsPrecision,
int);
86 vtkGetMacro(OutputPointsPrecision,
int);
96 double ForegroundColor[4];
97 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
int OutputPointsPrecision