#include <entity_io_sdf_handler.hh>
Inherits ost::io::EntityIOHandler, and ost::io::EntityIOHandler.
Public Member Functions | |
| virtual void | Import (mol::EntityHandle &ent, const boost::filesystem::path &loc) |
| virtual void | Export (const mol::EntityView &ent, const boost::filesystem::path &loc) const |
| virtual void | Import (mol::EntityHandle &ent, std::istream &stream) |
| virtual void | Export (const mol::EntityView &ent, std::ostream &stream) const |
| virtual bool | RequiresBuilder () const |
| virtual void | Import (mol::EntityHandle &ent, const boost::filesystem::path &loc) |
| virtual void | Export (const mol::EntityView &ent, const boost::filesystem::path &loc) const |
| virtual void | Import (mol::EntityHandle &ent, std::istream &stream) |
| virtual void | Export (const mol::EntityView &ent, std::ostream &stream) const |
| virtual bool | RequiresBuilder () const |
Static Public Member Functions | |
| static bool | ProvidesImport (const boost::filesystem::path &loc, const String &format="auto") |
| static bool | ProvidesExport (const boost::filesystem::path &loc, const String &format="auto") |
| static String | GetFormatName () |
| static String | GetFormatDescription () |
| static bool | ProvidesImport (const boost::filesystem::path &loc, const String &format="auto") |
| static bool | ProvidesExport (const boost::filesystem::path &loc, const String &format="auto") |
| static String | GetFormatName () |
| static String | GetFormatDescription () |
Definition at line 26 of file entity_io_sdf_handler.hh.
| virtual void Export | ( | const mol::EntityView & | ent, | |
| std::ostream & | stream | |||
| ) | const [virtual] |
Implements EntityIOHandler.
| virtual void Export | ( | const mol::EntityView & | ent, | |
| const boost::filesystem::path & | loc | |||
| ) | const [virtual] |
Implements EntityIOHandler.
| virtual void Export | ( | const mol::EntityView & | ent, | |
| std::ostream & | stream | |||
| ) | const [virtual] |
Implements EntityIOHandler.
| virtual void Export | ( | const mol::EntityView & | ent, | |
| const boost::filesystem::path & | loc | |||
| ) | const [virtual] |
Implements EntityIOHandler.
| static String GetFormatDescription | ( | ) | [inline, static] |
Definition at line 46 of file entity_io_sdf_handler.hh.
| static String GetFormatDescription | ( | ) | [inline, static] |
Definition at line 46 of file entity_io_sdf_handler.hh.
| static String GetFormatName | ( | ) | [inline, static] |
Definition at line 45 of file entity_io_sdf_handler.hh.
| static String GetFormatName | ( | ) | [inline, static] |
Definition at line 45 of file entity_io_sdf_handler.hh.
| virtual void Import | ( | mol::EntityHandle & | ent, | |
| std::istream & | stream | |||
| ) | [virtual] |
Implements EntityIOHandler.
| virtual void Import | ( | mol::EntityHandle & | ent, | |
| const boost::filesystem::path & | loc | |||
| ) | [virtual] |
Implements EntityIOHandler.
| virtual void Import | ( | mol::EntityHandle & | ent, | |
| std::istream & | stream | |||
| ) | [virtual] |
Implements EntityIOHandler.
| virtual void Import | ( | mol::EntityHandle & | ent, | |
| const boost::filesystem::path & | loc | |||
| ) | [virtual] |
Implements EntityIOHandler.
| static bool ProvidesExport | ( | const boost::filesystem::path & | loc, | |
| const String & | format = "auto" | |||
| ) | [static] |
| static bool ProvidesExport | ( | const boost::filesystem::path & | loc, | |
| const String & | format = "auto" | |||
| ) | [static] |
| static bool ProvidesImport | ( | const boost::filesystem::path & | loc, | |
| const String & | format = "auto" | |||
| ) | [static] |
| static bool ProvidesImport | ( | const boost::filesystem::path & | loc, | |
| const String & | format = "auto" | |||
| ) | [static] |
| virtual bool RequiresBuilder | ( | ) | const [virtual] |
Implements EntityIOHandler.
| virtual bool RequiresBuilder | ( | ) | const [virtual] |
Implements EntityIOHandler.
1.5.8