43 #ifndef vtkRISReader_h
44 #define vtkRISReader_h
60 vtkGetStringMacro(FileName);
61 vtkSetStringMacro(FileName);
67 vtkGetStringMacro(Delimiter);
68 vtkSetStringMacro(Delimiter);
74 vtkGetMacro(MaxRecords,
int);
75 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.