28 #ifndef vtkOBJExporter_h
29 #define vtkOBJExporter_h
31 #include "vtkIOExportModule.h"
48 vtkSetStringMacro(FilePrefix);
49 vtkGetStringMacro(FilePrefix);
56 vtkSetStringMacro(OBJFileComment);
57 vtkGetStringMacro(OBJFileComment);
64 vtkSetStringMacro(MTLFileComment);
65 vtkGetStringMacro(MTLFileComment);
73 void WriteAnActor(
vtkActor *anActor, FILE *fpObj, FILE *fpMat,
int &
id);