36 #ifndef vtkTextSource_h
37 #define vtkTextSource_h
39 #include "vtkFiltersSourcesModule.h"
57 vtkSetStringMacro(
Text);
66 vtkGetMacro(Backing,
int);
74 vtkSetVector3Macro(ForegroundColor,
double);
75 vtkGetVectorMacro(ForegroundColor,
double,3);
82 vtkSetVector3Macro(BackgroundColor,
double);
83 vtkGetVectorMacro(BackgroundColor,
double,3);
93 vtkGetMacro(OutputPointsPrecision,
int);
103 double ForegroundColor[4];
104 double BackgroundColor[4];
105 int OutputPointsPrecision;
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.