18#ifndef vtkOOGLExporter_h 
   19#define vtkOOGLExporter_h 
   22#include "vtkIOExportModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
represents an object (geometry & properties) in a rendered scene
 
abstract class to write a scene to a file
 
a simple class to control print indentation
 
a virtual light for 3D rendering
 
export a scene into Geomview OOGL format.
 
~vtkOOGLExporter() override
 
static vtkOOGLExporter * New()
 
vtkGetFilePathMacro(FileName)
Specify the name of the Geomview file to write.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void WriteData() override
 
void WriteALight(vtkLight *aLight, FILE *fp)
 
void WriteAnActor(vtkActor *anActor, FILE *fp, int count)
 
vtkSetFilePathMacro(FileName)
Specify the name of the Geomview file to write.