Go to the documentation of this file.
39 #ifndef vtkArrayDataReader_h
40 #define vtkArrayDataReader_h
42 #include "vtkIOCoreModule.h"
57 vtkGetStringMacro(FileName);
58 vtkSetStringMacro(FileName);
74 vtkSetMacro(ReadFromInputString,
bool);
75 vtkGetMacro(ReadFromInputString,
bool);
76 vtkBooleanMacro(ReadFromInputString,
bool);
virtual vtkStdString GetInputString()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkArrayDataReader() override
Pipeline data object that contains multiple vtkArray objects.
a simple class to control print indentation
static vtkArrayData * Read(const vtkStdString &str)
Read an arbitrary array from a string.
static vtkArrayData * Read(istream &stream)
Read an arbitrary array from a stream.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetInputString(const vtkStdString &string)
The input string to parse.
Superclass for algorithms that produce vtkArrayDatas as output.
Reads vtkArrayData written by vtkArrayDataWriter.
static vtkArrayDataReader * New()
Wrapper around std::string to keep symbols short.