42 #include "vtkIOExportModule.h"
100 void SetStartWrite(
void (*f)(
void*),
void* arg);
106 void SetEndWrite(
void (*f)(
void*),
void* arg);
111 void SetStartWriteArgDelete(
void (*f)(
void*));
116 void SetEndWriteArgDelete(
void (*f)(
void*));
129 virtual void WriteData() = 0;
131 void (*StartWrite)(
void*);
132 void (*StartWriteArgDelete)(
void*);
134 void (*EndWrite)(
void*);
135 void (*EndWriteArgDelete)(
void*);
abstract class to write a scene to a file
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.
vtkTypeUInt32 vtkMTimeType
abstract specification for renderers
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkRenderer * ActiveRenderer
create a window for renderers to draw into
vtkRenderWindow * RenderWindow
vtkRenderWindow * GetInput()
These methods are provided for backward compatibility.
void SetInput(vtkRenderWindow *renWin)
These methods are provided for backward compatibility.