OpenStructure
|
#include <entity_io_pqr_handler.hh>
Inherits EntityVisitor, and EntityVisitor.
Public Member Functions | |
PQRWriter (const String &filename, bool ext=false) | |
PQRWriter (const boost::filesystem::path &filename, bool ext=false) | |
PQRWriter (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) |
PQRWriter (const String &filename, bool ext=false) | |
PQRWriter (const boost::filesystem::path &filename, bool ext=false) | |
PQRWriter (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_pqr_handler.hh.
PQRWriter | ( | const boost::filesystem::path & | filename, |
bool | ext = false |
||
) |
PQRWriter | ( | std::ostream & | outstream, |
bool | ext = false |
||
) |
PQRWriter | ( | const boost::filesystem::path & | filename, |
bool | ext = false |
||
) |
PQRWriter | ( | 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::EntityHandle & | ent | ) |
void Write | ( | const mol::EntityHandle & | ent | ) |
void Write | ( | const mol::EntityView & | ent | ) |
void Write | ( | const mol::EntityView & | ent | ) |
void WriteHeader | ( | const mol::EntityView & | ent | ) |
void WriteHeader | ( | const mol::EntityView & | ent | ) |