 |
VTK
9.0.1
|
Go to the documentation of this file.
39 #ifndef vtkArrayReader_h
40 #define vtkArrayReader_h
43 #include "vtkIOCoreModule.h"
56 vtkGetStringMacro(FileName);
57 vtkSetStringMacro(FileName);
73 vtkSetMacro(ReadFromInputString,
bool);
74 vtkGetMacro(ReadFromInputString,
bool);
75 vtkBooleanMacro(ReadFromInputString,
bool);
83 static vtkArray* Read(istream& stream);
a simple class to control print indentation
Reads sparse and dense vtkArray data written by vtkArrayWriter.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce vtkArrayDatas as output.
Abstract interface for N-dimensional arrays.
static vtkArrayDataAlgorithm * New()
Wrapper around std::string to keep symbols short.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.