47 #ifndef vtkFixedWidthTextReader_h
48 #define vtkFixedWidthTextReader_h
50 #include "vtkIOInfovisModule.h"
64 vtkSetStringMacro(FileName);
71 vtkGetMacro(FieldWidth,
int);
80 vtkGetMacro(StripWhiteSpace,
bool);
88 vtkGetMacro(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
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.