Documentation for vtkIVExporter

vtkIVExporter - export a scene into OpenInventor 2.0 format.

Super Class: vtkExporter

Description:

vtkIVExporter is a concrete subclass of vtkExporter that writes OpenInventor 2.0 files.

 

See Also:

vtkExporter

 

Methods:

void vtkIVExporter ()
void vtkIVExporter ()
static vtkIVExporter *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetFileName (char *)
char *GetFileName ()
void WriteData ()
void WriteALight (vtkLight * ,unknown *)
void WriteAnActor (vtkActor * ,unknown *)
void WritePointData (vtkPoints * ,vtkNormals * ,vtkTCoords * ,vtkScalars * ,unknown *)

 

Detailed Method Descriptions:

Specify the name of the OpenInventor file to write.

void SetFileName (char *)
char *GetFileName ()