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];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTextSource * New()
Construct object with no string set and backing enabled.
~vtkTextSource() override