42 #ifndef vtkArrayReader_h
43 #define vtkArrayReader_h
45 #include "vtkIOCoreModule.h"
61 vtkSetStringMacro(FileName);
78 vtkGetMacro(ReadFromInputString,
bool);
Superclass for algorithms that produce vtkArrayDatas as output.
Reads sparse and dense vtkArray data written by vtkArrayWriter.
virtual vtkStdString GetInputString()
static vtkArray * Read(vtkStdString str)
Read an arbitrary array from a string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkArray * Read(istream &stream)
Read an arbitrary array from a stream.
static vtkArrayReader * New()
virtual void SetInputString(const vtkStdString &string)
The input string to parse.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Abstract interface for N-dimensional arrays.
a simple class to control print indentation
Wrapper around std::string to keep symbols short.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.