41 #ifndef vtkArrayReader_h
42 #define vtkArrayReader_h
57 vtkGetStringMacro(FileName);
58 vtkSetStringMacro(FileName);
72 vtkSetMacro(ReadFromInputString,
bool);
73 vtkGetMacro(ReadFromInputString,
bool);
74 vtkBooleanMacro(ReadFromInputString,
bool);
79 static vtkArray* Read(istream& stream);
Wrapper around std::string to keep symbols short.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Reads sparse and dense vtkArray data written by vtkArrayWriter.
Abstract interface for N-dimensional arrays.
a simple class to control print indentation
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)