41 #ifndef vtkISIReader_h
42 #define vtkISIReader_h
58 vtkGetStringMacro(FileName);
59 vtkSetStringMacro(FileName);
65 vtkGetStringMacro(Delimiter);
66 vtkSetStringMacro(Delimiter);
72 vtkGetMacro(MaxRecords,
int);
73 vtkSetMacro(MaxRecords,
int);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
#define VTKIOINFOVIS_EXPORT
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.