27 #ifndef vtkOutputStream_h
28 #define vtkOutputStream_h
30 #include "vtkIOCoreModule.h"
45 vtkGetMacro(Stream, ostream*);
53 virtual int StartWriting();
58 virtual int Write(
void const*
data,
size_t length);
66 virtual int EndWriting();
74 int WriteStream(
const char*
data,
size_t length);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Wraps a binary output stream with a VTK interface.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...