Documentation for vtkOBJExporter

vtkOBJExporter - export a scene into Wavefront format.

Super Class: vtkExporter

Description:

vtkOBJExporter is a concrete subclass of vtkExporter that writes wavefront .OBJ files in ASCII form. It also writes out a mtl file that contains the material properties. The filenames are derived by appending the .obj and .mtl suffix onto the user specified FilePrefix.

 

See Also:

vtkExporter

 

Methods:

void vtkOBJExporter ()
void vtkOBJExporter ()
static vtkOBJExporter *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetFilePrefix (char *)
char *GetFilePrefix ()
void WriteData ()
void WriteAnActor (vtkActor * ,unknown * ,unknown * ,int &)

 

Detailed Method Descriptions:

Specify the prefix of the files to write out. The resulting filenames will have .obj and .mtl appended to them.

void SetFilePrefix (char *)
char *GetFilePrefix ()