Go to the documentation of this file.
30 #ifndef vtkOOGLExporter_h
31 #define vtkOOGLExporter_h
33 #include "vtkIOExportModule.h"
50 vtkSetStringMacro(FileName);
51 vtkGetStringMacro(FileName);
~vtkOOGLExporter() override
void WriteAnActor(vtkActor *anActor, FILE *fp, int count)
a virtual light for 3D rendering
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WriteALight(vtkLight *aLight, FILE *fp)
void WriteData() override
static vtkOOGLExporter * New()
export a scene into Geomview OOGL format.
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
abstract class to write a scene to a file