27 #ifndef vtkTextSource_h
28 #define vtkTextSource_h
30 #include "vtkFiltersSourcesModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
49 vtkSetStringMacro(
Text);
50 vtkGetStringMacro(
Text);
66 vtkSetVector3Macro(ForegroundColor,
double);
67 vtkGetVectorMacro(ForegroundColor,
double, 3);
74 vtkSetVector3Macro(BackgroundColor,
double);
75 vtkGetVectorMacro(BackgroundColor,
double, 3);
84 vtkSetMacro(OutputPointsPrecision,
int);
85 vtkGetMacro(OutputPointsPrecision,
int);
95 double ForegroundColor[4];
96 double BackgroundColor[4];
104 VTK_ABI_NAMESPACE_END
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.