36 #ifndef vtkTextSource_h 37 #define vtkTextSource_h 39 #include "vtkFiltersSourcesModule.h" 57 vtkSetStringMacro(
Text);
58 vtkGetStringMacro(
Text);
74 vtkSetVector3Macro(ForegroundColor,
double);
75 vtkGetVectorMacro(ForegroundColor,
double,3);
82 vtkSetVector3Macro(BackgroundColor,
double);
83 vtkGetVectorMacro(BackgroundColor,
double,3);
92 vtkSetMacro(OutputPointsPrecision,
int);
93 vtkGetMacro(OutputPointsPrecision,
int);
103 double ForegroundColor[4];
104 double BackgroundColor[4];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.