|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   52 #ifndef vtkArrayWriter_h 
   53 #define vtkArrayWriter_h 
   55 #include "vtkIOCoreModule.h"  
   72   vtkSetStringMacro(FileName);
 
   73   vtkGetStringMacro(FileName);
 
   94   vtkSetMacro(WriteToOutputString, 
bool);
 
   95   vtkGetMacro(WriteToOutputString, 
bool);
 
   96   vtkBooleanMacro(WriteToOutputString, 
bool);
 
  115   bool Write(ostream& stream, 
bool WriteBinary = 
false);
 
  121   static bool Write(
vtkArray* array, ostream& stream, 
bool WriteBinary = 
false);
 
  
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int Write()
Write data to output.
vtkStdString OutputString
virtual void WriteData()=0
Serialize sparse and dense arrays to a file or stream.
a simple class to control print indentation
abstract class to write data to file(s)
Abstract interface for N-dimensional arrays.
static vtkAlgorithm * New()
Wrapper around std::string to keep symbols short.
virtual vtkStdString GetOutputString()
The output string.