37 #ifndef vtkArrayDataWriter_h
38 #define vtkArrayDataWriter_h
40 #include "vtkIOCoreModule.h"
44 VTK_ABI_NAMESPACE_BEGIN
58 vtkSetFilePathMacro(FileName);
59 vtkGetFilePathMacro(FileName);
80 vtkSetMacro(WriteToOutputString,
bool);
81 vtkGetMacro(WriteToOutputString,
bool);
82 vtkBooleanMacro(WriteToOutputString,
bool);
101 bool Write(ostream& stream,
bool WriteBinary =
false);
107 static bool Write(
vtkArrayData* array, ostream& stream,
bool WriteBinary =
false);
137 VTK_ABI_NAMESPACE_END
Wrapper around std::string to keep symbols short.
Serialize vtkArrayData to a file or stream.
Pipeline data object that contains multiple vtkArray objects.
abstract class to write data to file(s)
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
vtkStdString OutputString
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual vtkStdString GetOutputString()
The output string.
virtual int Write()
Write data to output.
static vtkAlgorithm * New()
virtual void WriteData()=0