|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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*);
 
  
void SetInput(vtkRenderWindow *renWin)
These methods are provided for backward compatibility.
abstract base class for most VTK objects
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
vtkRenderer * ActiveRenderer
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to write a scene to a file
vtkRenderWindow * GetInput()
abstract specification for renderers
create a window for renderers to draw into
vtkRenderWindow * RenderWindow
vtkTypeUInt32 vtkMTimeType