 |
VTK
9.0.1
|
Go to the documentation of this file.
36 #ifndef vtkArrayDataReader_h
37 #define vtkArrayDataReader_h
40 #include "vtkIOCoreModule.h"
53 vtkGetStringMacro(FileName);
54 vtkSetStringMacro(FileName);
70 vtkSetMacro(ReadFromInputString,
bool);
71 vtkGetMacro(ReadFromInputString,
bool);
72 vtkBooleanMacro(ReadFromInputString,
bool);
Pipeline data object that contains multiple vtkArray objects.
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce vtkArrayDatas as output.
Reads vtkArrayData written by vtkArrayDataWriter.
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.