31 #ifndef vtkOBJExporter_h
32 #define vtkOBJExporter_h
34 #include "vtkIOExportModule.h"
51 vtkSetStringMacro(FilePrefix);
52 vtkGetStringMacro(FilePrefix);
59 vtkSetStringMacro(OBJFileComment);
60 vtkGetStringMacro(OBJFileComment);
67 vtkSetStringMacro(MTLFileComment);
68 vtkGetStringMacro(MTLFileComment);
76 void WriteAnActor(
vtkActor *anActor, FILE *fpObj, FILE *fpMat,
int &
id);