49 #ifndef vtkFixedWidthTextReader_h
50 #define vtkFixedWidthTextReader_h
65 vtkGetStringMacro(FileName);
66 vtkSetStringMacro(FileName);
70 vtkSetMacro(FieldWidth,
int);
71 vtkGetMacro(FieldWidth,
int);
77 vtkSetMacro(StripWhiteSpace,
bool);
78 vtkGetMacro(StripWhiteSpace,
bool);
79 vtkBooleanMacro(StripWhiteSpace,
bool);
84 vtkGetMacro(HaveHeaders,
bool);
85 vtkSetMacro(HaveHeaders,
bool);
86 vtkBooleanMacro(HaveHeaders,
bool);
93 vtkGetObjectMacro(TableErrorObserver,
vtkCommand);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
#define VTKIOINFOVIS_EXPORT
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)
Superclass for algorithms that produce only vtkTables as output.