Documentation for vtkOBJReader

vtkOBJReader - read Wavefront .obj files

Super Class: vtkPolyDataSource

Description:

vtkOBJReader is a source object that reads Wavefront .obj files. The output of this source object is polygonal data.

 

See Also:

vtkOBJImporter

 

Methods:

void vtkOBJReader ()
void vtkOBJReader ()
static vtkOBJReader *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetFileName (char *)
char *GetFileName ()
void Execute ()

 

Detailed Method Descriptions:

Specify file name of Wavefront .obj file.

void SetFileName (char *)
char *GetFileName ()