38 #ifndef __vtkTextSource_h
39 #define __vtkTextSource_h
41 #include "vtkFiltersSourcesModule.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
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);
84 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
87 double ForegroundColor[4];
88 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.