25 #ifndef vtkArrayReader_h
26 #define vtkArrayReader_h
29 #include "vtkIOCoreModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
46 vtkGetFilePathMacro(FileName);
47 vtkSetFilePathMacro(FileName);
63 vtkSetMacro(ReadFromInputString,
bool);
64 vtkGetMacro(ReadFromInputString,
bool);
65 vtkBooleanMacro(ReadFromInputString,
bool);
73 static vtkArray* Read(istream& stream);
Wrapper around std::string to keep symbols short.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Reads sparse and dense vtkArray data written by vtkArrayWriter.
Abstract interface for N-dimensional arrays.
a simple class to control print indentation
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.