|
OpenStructure
|
#include <entity_io_crd_handler.hh>
Inherits EntityVisitor, and EntityVisitor.
Public Member Functions | |
| CRDWriter (const String &filename) | |
| CRDWriter (const boost::filesystem::path &filename) | |
| CRDWriter (std::ostream &outstream) | |
| virtual bool | VisitAtom (const mol::AtomHandle &atom) |
| void | WriteHeader (const mol::EntityView &ent) |
| CRDWriter (const String &filename) | |
| CRDWriter (const boost::filesystem::path &filename) | |
| CRDWriter (std::ostream &outstream) | |
| virtual bool | VisitAtom (const mol::AtomHandle &atom) |
| void | WriteHeader (const mol::EntityView &ent) |
Public Member Functions inherited from EntityVisitor | |
| virtual | ~EntityVisitor () |
| virtual void | OnEntry () |
| virtual void | OnExit () |
| virtual bool | VisitChain (const ChainHandle &c) |
| virtual bool | VisitResidue (const ResidueHandle &r) |
| virtual bool | VisitBond (const BondHandle &b) |
| virtual bool | VisitTorsion (const TorsionHandle &t) |
Definition at line 57 of file entity_io_crd_handler.hh.
| CRDWriter | ( | const boost::filesystem::path & | filename | ) |
| CRDWriter | ( | std::ostream & | outstream | ) |
| CRDWriter | ( | const boost::filesystem::path & | filename | ) |
| CRDWriter | ( | std::ostream & | outstream | ) |
|
virtual |
Atom callback.
Reimplemented from EntityVisitor.
|
virtual |
Atom callback.
Reimplemented from EntityVisitor.
| void WriteHeader | ( | const mol::EntityView & | ent | ) |
| void WriteHeader | ( | const mol::EntityView & | ent | ) |
1.8.1.1