50 #ifndef vtkFixedWidthTextReader_h 51 #define vtkFixedWidthTextReader_h 53 #include "vtkIOInfovisModule.h" 66 vtkGetStringMacro(FileName);
67 vtkSetStringMacro(FileName);
73 vtkSetMacro(FieldWidth,
int);
74 vtkGetMacro(FieldWidth,
int);
82 vtkSetMacro(StripWhiteSpace,
bool);
83 vtkGetMacro(StripWhiteSpace,
bool);
84 vtkBooleanMacro(StripWhiteSpace,
bool);
91 vtkGetMacro(HaveHeaders,
bool);
92 vtkSetMacro(HaveHeaders,
bool);
93 vtkBooleanMacro(HaveHeaders,
bool);
102 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.