Go to the documentation of this file.
54 #ifndef vtkArrayWriter_h
55 #define vtkArrayWriter_h
89 {
return this->OutputString; }
vtkStdString Write(bool WriteBinary)
static vtkArrayWriter * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
static bool Write(vtkArray *array, ostream &stream, bool WriteBinary=false)
#define vtkTypeMacro(thisClass, superclass)
vtkStdString OutputString
Serialize sparse and dense arrays to a file or stream.
a simple class to control print indentation
#define vtkSetStringMacro(name)
abstract class to write data to file(s)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
Abstract interface for N-dimensional arrays.
void PrintSelf(ostream &os, vtkIndent indent)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkStdString Write(vtkArray *array, bool WriteBinary=false)
bool Write(ostream &stream, bool WriteBinary=false)
Wrapper around std::string to keep symbols short.
static bool Write(vtkArray *array, const vtkStdString &file_name, bool WriteBinary=false)
bool Write(const vtkStdString &FileName, bool WriteBinary=false)
virtual vtkStdString GetOutputString()