34 #ifndef vtkFixedWidthTextReader_h
35 #define vtkFixedWidthTextReader_h
37 #include "vtkIOInfovisModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
51 vtkGetFilePathMacro(FileName);
52 vtkSetFilePathMacro(FileName);
58 vtkSetMacro(FieldWidth,
int);
59 vtkGetMacro(FieldWidth,
int);
67 vtkSetMacro(StripWhiteSpace,
bool);
68 vtkGetMacro(StripWhiteSpace,
bool);
69 vtkBooleanMacro(StripWhiteSpace,
bool);
76 vtkGetMacro(HaveHeaders,
bool);
77 vtkSetMacro(HaveHeaders,
bool);
78 vtkBooleanMacro(HaveHeaders,
bool);
87 vtkGetObjectMacro(TableErrorObserver,
vtkCommand);
109 VTK_ABI_NAMESPACE_END
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.