54 #ifndef vtkArrayDataWriter_h 
   55 #define vtkArrayDataWriter_h 
   57 #include "vtkIOCoreModule.h"  
   75   vtkSetStringMacro(FileName);
 
   84   vtkGetMacro(Binary, 
int);
 
   92     { 
return this->OutputString; }
 
   99   vtkGetMacro(WriteToOutputString, 
bool);
 
  119   bool Write(ostream& stream, 
bool WriteBinary = 
false);
 
  125   static bool Write(
vtkArrayData* array, ostream& stream, 
bool WriteBinary = 
false);
 
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) 
 
a simple class to control print indentation 
 
vtkStdString OutputString
 
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions. 
 
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm. 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
virtual vtkStdString GetOutputString()
The output string. 
 
virtual int Write()
Write data to output. 
 
static vtkAlgorithm * New()
 
virtual void WriteData()=0
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.