 |
VTK
9.1.0
|
Go to the documentation of this file.
39 #ifndef vtkArrayReader_h
40 #define vtkArrayReader_h
43 #include "vtkIOCoreModule.h"
76 vtkSetMacro(ReadFromInputString,
bool);
77 vtkGetMacro(ReadFromInputString,
bool);
78 vtkBooleanMacro(ReadFromInputString,
bool);
static vtkArray * Read(const vtkStdString &str)
Read an arbitrary array from a string.
virtual void SetInputString(const vtkStdString &string)
The input string to parse.
static vtkArrayReader * New()
~vtkArrayReader() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Reads sparse and dense vtkArray data written by vtkArrayWriter.
Superclass for algorithms that produce vtkArrayDatas as output.
vtkSetFilePathMacro(FileName)
Set the filesystem location from which data will be read.
Abstract interface for N-dimensional arrays.
vtkGetFilePathMacro(FileName)
Set the filesystem location from which data will be read.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual vtkStdString GetInputString()
The input string to parse.
Wrapper around std::string to keep symbols short.
static vtkArray * Read(istream &stream)
Read an arbitrary array from a stream.