19 #ifndef OST_IO_ENTITY_IO_PLUGIN_PDB_H
20 #define OST_IO_ENTITY_IO_PLUGIN_PDB_H
29 namespace ost {
namespace io {
34 virtual void Import(mol::EntityHandle& ent,
35 const boost::filesystem::path& loc);
37 virtual void Export(
const mol::EntityView& ent,
38 const boost::filesystem::path& loc)
const;
40 virtual void Import(mol::EntityHandle& ent, std::istream& stream);
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()