39 #ifndef vtkTextSource_h 40 #define vtkTextSource_h 42 #include "vtkFiltersSourcesModule.h" 60 vtkSetStringMacro(
Text);
69 vtkGetMacro(Backing,
int);
77 vtkSetVector3Macro(ForegroundColor,
double);
78 vtkGetVectorMacro(ForegroundColor,
double,3);
85 vtkSetVector3Macro(BackgroundColor,
double);
86 vtkGetVectorMacro(BackgroundColor,
double,3);
96 vtkGetMacro(OutputPointsPrecision,
int);
106 double ForegroundColor[4];
107 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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.