22 #ifndef vtkArrayDataReader_h
23 #define vtkArrayDataReader_h
26 #include "vtkIOCoreModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
43 vtkGetFilePathMacro(FileName);
44 vtkSetFilePathMacro(FileName);
60 vtkSetMacro(ReadFromInputString,
bool);
61 vtkGetMacro(ReadFromInputString,
bool);
62 vtkBooleanMacro(ReadFromInputString,
bool);
Wrapper around std::string to keep symbols short.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Pipeline data object that contains multiple vtkArray objects.
a simple class to control print indentation
Reads vtkArrayData written by vtkArrayDataWriter.
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.