47 #ifndef vtkFixedWidthTextReader_h 48 #define vtkFixedWidthTextReader_h 50 #include "vtkIOInfovisModule.h" 63 vtkGetStringMacro(FileName);
64 vtkSetStringMacro(FileName);
70 vtkSetMacro(FieldWidth,
int);
71 vtkGetMacro(FieldWidth,
int);
79 vtkSetMacro(StripWhiteSpace,
bool);
80 vtkGetMacro(StripWhiteSpace,
bool);
81 vtkBooleanMacro(StripWhiteSpace,
bool);
88 vtkGetMacro(HaveHeaders,
bool);
89 vtkSetMacro(HaveHeaders,
bool);
90 vtkBooleanMacro(HaveHeaders,
bool);
99 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.