18 #ifndef vtkOOGLExporter_h
19 #define vtkOOGLExporter_h
22 #include "vtkIOExportModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
39 vtkSetFilePathMacro(FileName);
40 vtkGetFilePathMacro(FileName);
48 void WriteALight(
vtkLight* aLight, FILE* fp);
49 void WriteAnActor(
vtkActor* anActor, FILE* fp,
int count);
abstract class to write a scene to a file
represents an object (geometry & properties) in a rendered scene
virtual void WriteData()=0
export a scene into Geomview OOGL format.
a simple class to control print indentation
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.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...