39#ifndef vtkArrayDataReader_h
40#define vtkArrayDataReader_h
42#include "vtkIOCoreModule.h"
58 vtkSetStringMacro(FileName);
75 vtkGetMacro(ReadFromInputString,
bool);
Superclass for algorithms that produce vtkArrayDatas as output.
Reads vtkArrayData written by vtkArrayDataWriter.
static vtkArrayDataReader * New()
static vtkArrayData * Read(istream &stream)
Read an arbitrary array from a stream.
static vtkArrayData * Read(vtkStdString str)
Read an arbitrary array from a string.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual vtkStdString GetInputString()
virtual void SetInputString(const vtkStdString &string)
The input string to parse.
Pipeline data object that contains multiple vtkArray objects.
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.