export.h

Go to the documentation of this file.
00001 #ifndef EXPORT_H
00002 #define EXPORT_H
00003 #include <set>
00004 #include <string>
00005 
00006 enum collapsemode
00007 {
00008     COLLAPSE_ALL, COLLAPSE_BY_MATERIAL, COLLAPSE_NONE
00009 };
00010 
00011 bool ExportSelection (const std::set<std::string>& ignorelist, collapsemode m, bool exmat, const std::string& path,
00012         bool limitMatNames, bool objects);
00013 
00014 #endif

Generated by  doxygen 1.6.2