60 vtkSetStringMacro(Text);
61 vtkGetStringMacro(Text);
77 vtkSetVector3Macro(ForegroundColor,
double);
78 vtkGetVectorMacro(ForegroundColor,
double, 3);
85 vtkSetVector3Macro(BackgroundColor,
double);
86 vtkGetVectorMacro(BackgroundColor,
double, 3);
95 vtkSetMacro(OutputPointsPrecision,
int);
96 vtkGetMacro(OutputPointsPrecision,
int);
106 double ForegroundColor[4];
107 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