37#ifndef vtkArrayDataWriter_h
38#define vtkArrayDataWriter_h
40#include "vtkIOCoreModule.h"
44VTK_ABI_NAMESPACE_BEGIN
80 vtkSetMacro(WriteToOutputString,
bool);
81 vtkGetMacro(WriteToOutputString,
bool);
82 vtkBooleanMacro(WriteToOutputString,
bool);
101 bool Write(ostream& stream,
bool WriteBinary =
false);
Serialize vtkArrayData to a file or stream.
static bool Write(vtkArrayData *array, ostream &stream, bool WriteBinary=false)
Write arbitrary data to a stream without using the pipeline.
vtkStdString OutputString
int Write() override
Write data to output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkArrayDataWriter() override
vtkGetFilePathMacro(FileName)
Get / set the filename where data will be stored (when used as a filter).
void WriteData() override
vtkSetFilePathMacro(FileName)
Get / set the filename where data will be stored (when used as a filter).
virtual vtkStdString GetOutputString()
The output string.
bool Write(const vtkStdString &FileName, bool WriteBinary=false)
Writes input port 0 data to a file, using an arbitrary filename and binary flag.
static vtkStdString Write(vtkArrayData *array, bool WriteBinary=false)
Write arbitrary data to a string without using the pipeline.
static vtkArrayDataWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static bool Write(vtkArrayData *array, const vtkStdString &file_name, bool WriteBinary=false)
Write an arbitrary array to a file, without using the pipeline.
vtkStdString Write(bool WriteBinary)
Write input port 0 data to a string.
bool Write(ostream &stream, bool WriteBinary=false)
Write input port 0 data to an arbitrary stream.
Pipeline data object that contains multiple vtkArray objects.
a simple class to control print indentation
Wrapper around std::string to keep symbols short.
abstract class to write data to file(s)