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:
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:
![]() | void SetFilePrefix (char *) |
![]() | char *GetFilePrefix () |