39 #ifndef vtkArrayReader_h 40 #define vtkArrayReader_h 42 #include "vtkIOCoreModule.h" 58 vtkSetStringMacro(FileName);
75 vtkGetMacro(ReadFromInputString,
bool);
84 static vtkArray* Read(istream& stream);
98 vtkInformationVector*) VTK_OVERRIDE;
102 bool ReadFromInputString;
Wrapper around std::string to keep symbols short.
Reads sparse and dense vtkArray data written by vtkArrayWriter.
Abstract interface for N-dimensional arrays.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.