|
OpenStructure
|
#include <entity_io_crd_handler.hh>
Inherits EntityVisitor, and EntityVisitor.
Public Member Functions | |
| CRDWriter (const String &filename, bool ext=false) | |
| CRDWriter (const boost::filesystem::path &filename, bool ext=false) | |
| CRDWriter (std::ostream &outstream, bool ext=false) | |
| void | Write (const mol::EntityView &ent) |
| void | Write (const mol::EntityHandle &ent) |
| virtual bool | VisitAtom (const mol::AtomHandle &atom) |
| virtual bool | VisitResidue (const mol::ResidueHandle &r) |
| void | WriteHeader (const mol::EntityView &ent) |
| CRDWriter (const String &filename, bool ext=false) | |
| CRDWriter (const boost::filesystem::path &filename, bool ext=false) | |
| CRDWriter (std::ostream &outstream, bool ext=false) | |
| void | Write (const mol::EntityView &ent) |
| void | Write (const mol::EntityHandle &ent) |
| virtual bool | VisitAtom (const mol::AtomHandle &atom) |
| virtual bool | VisitResidue (const mol::ResidueHandle &r) |
| 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 | VisitBond (const BondHandle &b) |
| virtual bool | VisitTorsion (const TorsionHandle &t) |
CHARMM coordinate file export.
Definition at line 62 of file entity_io_crd_handler.hh.
| CRDWriter | ( | const boost::filesystem::path & | filename, |
| bool | ext = false |
||
| ) |
| CRDWriter | ( | std::ostream & | outstream, |
| bool | ext = false |
||
| ) |
| CRDWriter | ( | const boost::filesystem::path & | filename, |
| bool | ext = false |
||
| ) |
| CRDWriter | ( | std::ostream & | outstream, |
| bool | ext = false |
||
| ) |
|
virtual |
Atom callback.
Reimplemented from EntityVisitor.
|
virtual |
Atom callback.
Reimplemented from EntityVisitor.
|
virtual |
Residue callback.
Reimplemented from EntityVisitor.
|
virtual |
Residue callback.
Reimplemented from EntityVisitor.
| void Write | ( | const mol::EntityView & | ent | ) |
| void Write | ( | const mol::EntityView & | ent | ) |
| void Write | ( | const mol::EntityHandle & | ent | ) |
| void Write | ( | const mol::EntityHandle & | ent | ) |
| void WriteHeader | ( | const mol::EntityView & | ent | ) |
| void WriteHeader | ( | const mol::EntityView & | ent | ) |
1.8.1.1