44 #ifndef vtkFixedWidthTextReader_h 45 #define vtkFixedWidthTextReader_h 47 #include "vtkIOInfovisModule.h" 60 vtkGetStringMacro(FileName);
61 vtkSetStringMacro(FileName);
67 vtkSetMacro(FieldWidth,
int);
68 vtkGetMacro(FieldWidth,
int);
76 vtkSetMacro(StripWhiteSpace,
bool);
77 vtkGetMacro(StripWhiteSpace,
bool);
78 vtkBooleanMacro(StripWhiteSpace,
bool);
85 vtkGetMacro(HaveHeaders,
bool);
86 vtkSetMacro(HaveHeaders,
bool);
87 vtkBooleanMacro(HaveHeaders,
bool);
96 vtkGetObjectMacro(TableErrorObserver,
vtkCommand);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
reader for pulling in text files with fixed-width fields
superclass for callback/observer methods
a simple class to control print indentation
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.