EntityIOHandler Class Reference
pure abstract base class for entity
io handlers
More...
#include <entity_io_handler.hh>
Inherited by EntityIOCRDHandler, EntityIOCRDHandler, EntityIOMAEHandler, EntityIOMAEHandler, EntityIOPDBHandler, EntityIOPDBHandler, EntityIOSDFHandler, and EntityIOSDFHandler.
Detailed Description
pure abstract base class for entity
io handlers
Definition at line 33 of file entity_io_handler.hh.
Constructor & Destructor Documentation
Member Function Documentation
| virtual void Export |
( |
const mol::EntityView & |
ent, |
|
|
std::ostream & |
stream | |
|
) |
| | const [pure virtual] |
| virtual void Export |
( |
const mol::EntityView & |
ent, |
|
|
const boost::filesystem::path & |
loc | |
|
) |
| | const [pure virtual] |
| virtual void Export |
( |
const mol::EntityView & |
ent, |
|
|
std::ostream & |
stream | |
|
) |
| | const [pure virtual] |
| virtual void Export |
( |
const mol::EntityView & |
ent, |
|
|
const boost::filesystem::path & |
loc | |
|
) |
| | const [pure virtual] |
| virtual void Import |
( |
mol::EntityHandle & |
ent, |
|
|
std::istream & |
stream | |
|
) |
| | [pure virtual] |
| virtual void Import |
( |
mol::EntityHandle & |
ent, |
|
|
const boost::filesystem::path & |
loc | |
|
) |
| | [pure virtual] |
| virtual void Import |
( |
mol::EntityHandle & |
ent, |
|
|
std::istream & |
stream | |
|
) |
| | [pure virtual] |
| virtual void Import |
( |
mol::EntityHandle & |
ent, |
|
|
const boost::filesystem::path & |
loc | |
|
) |
| | [pure virtual] |
| virtual bool RequiresBuilder |
( |
|
) |
const [pure virtual] |
| virtual bool RequiresBuilder |
( |
|
) |
const [pure virtual] |
The documentation for this class was generated from the following files: