Go to the documentation of this file.
53 #ifndef vtkArrayDataWriter_h
54 #define vtkArrayDataWriter_h
88 {
return this->OutputString; }
static vtkStdString Write(vtkArrayData *array, bool WriteBinary=false)
vtkStdString Write(bool WriteBinary)
static bool Write(vtkArrayData *array, ostream &stream, bool WriteBinary=false)
static bool Write(vtkArrayData *array, const vtkStdString &file_name, bool WriteBinary=false)
#define vtkTypeMacro(thisClass, superclass)
Pipeline data object that contains multiple vtkArray objects.
bool Write(const vtkStdString &FileName, bool WriteBinary=false)
vtkStdString OutputString
static vtkArrayDataWriter * New()
Serialize vtkArrayData to a file or stream.
a simple class to control print indentation
#define vtkSetStringMacro(name)
virtual vtkStdString GetOutputString()
abstract class to write data to file(s)
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
bool Write(ostream &stream, bool WriteBinary=false)
Wrapper around std::string to keep symbols short.