19 #ifndef OST_IO_ENTITY_IO_PLUGIN_PDB_H
20 #define OST_IO_ENTITY_IO_PLUGIN_PDB_H
29 namespace ost {
namespace io {
35 const boost::filesystem::path& loc);
38 const boost::filesystem::path& loc)
const;
42 virtual void Export(
const mol::EntityView& ent, std::ostream& stream)
const;
44 static bool ProvidesImport(
const boost::filesystem::path& loc,
45 const String& format=
"auto");
46 static bool ProvidesExport(
const boost::filesystem::path& loc,
47 const String& format=
"auto");
48 virtual bool RequiresProcessor()
const;
EntityIOHandlerFactory< EntityIOPDBHandler > EntityIOPDBHandlerFactory
static String GetFormatName()
static String GetFormatDescription()
pure abstract base class for entity io handlers