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