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