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