|
OpenStructure
|
#include <sdf_writer.hh>
Inherits EntityViewVisitor, and EntityViewVisitor.
Public Member Functions | |
| SDFWriter (std::ostream &ostream) | |
| SDFWriter (const String &filename) | |
| SDFWriter (const boost::filesystem::path &filename) | |
| void | Write (const mol::EntityView &ent) |
| void | Write (const mol::EntityHandle &ent) |
| SDFWriter (std::ostream &ostream) | |
| SDFWriter (const String &filename) | |
| SDFWriter (const boost::filesystem::path &filename) | |
| void | Write (const mol::EntityView &ent) |
| void | Write (const mol::EntityHandle &ent) |
Public Member Functions inherited from EntityViewVisitor | |
| virtual | ~EntityViewVisitor () |
| virtual void | OnEntry () |
| virtual void | OnExit () |
| virtual bool | VisitResidue (const ResidueView &r) |
| virtual bool | VisitAtom (const AtomView &a) |
| virtual bool | VisitBond (const BondHandle &b) |
Definition at line 41 of file sdf_writer.hh.
| SDFWriter | ( | std::ostream & | ostream | ) |
| SDFWriter | ( | const boost::filesystem::path & | filename | ) |
| SDFWriter | ( | std::ostream & | ostream | ) |
| SDFWriter | ( | const boost::filesystem::path & | filename | ) |
| void Write | ( | const mol::EntityView & | ent | ) |
| void Write | ( | const mol::EntityView & | ent | ) |
| void Write | ( | const mol::EntityHandle & | ent | ) |
| void Write | ( | const mol::EntityHandle & | ent | ) |
1.8.1.1