43 #ifndef __vtkRISReader_h
44 #define __vtkRISReader_h
59 vtkGetStringMacro(FileName);
60 vtkSetStringMacro(FileName);
66 vtkGetStringMacro(Delimiter);
67 vtkSetStringMacro(Delimiter);
73 vtkGetMacro(MaxRecords,
int);
74 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.