Go to the documentation of this file.
26 #ifndef vtkOutputStream_h
27 #define vtkOutputStream_h
GLsizei GLsizei GLenum GLenum const GLvoid * data
virtual int StartWriting()
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
GLuint GLsizei GLsizei * length
virtual int Write(void const *data, size_t length)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkGetMacro(name, type)
static vtkOutputStream * New()
vtkSetMacro(IgnoreDriverBugs, bool)
int WriteStream(const char *data, size_t length)
Wraps a binary output stream with a VTK interface.