44 #ifndef vtkFixedWidthTextReader_h 45 #define vtkFixedWidthTextReader_h 47 #include "vtkIOInfovisModule.h" 61 vtkSetStringMacro(FileName);
68 vtkGetMacro(FieldWidth,
int);
77 vtkGetMacro(StripWhiteSpace,
bool);
85 vtkGetMacro(HaveHeaders,
bool);
96 vtkGetObjectMacro(TableErrorObserver,
vtkCommand);
106 vtkInformationVector*) VTK_OVERRIDE;
112 bool StripWhiteSpace;
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A table, which contains similar-typed columns of data.
Superclass for algorithms that produce only vtkTables as output.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.