|
Rosetta 3.5
|
signals a change in residue identity in a Conformation More...
#include <IdentityEvent.hh>


Public Types | |
| enum | Tag { EMPTY, INVALIDATE, RESIDUE } |
| the type of length change More... | |
| typedef core::Size | Size |
| typedef GeneralEvent | Super |
Public Types inherited from core::conformation::signals::GeneralEvent | |
| typedef core::conformation::Conformation | Conformation |
Public Member Functions | |
| IdentityEvent () | |
| default constructor More... | |
| IdentityEvent (Conformation const *conf, Tag const t, Size const &pos, Residue const *res) | |
| constructor More... | |
| IdentityEvent (IdentityEvent const &rval) | |
| copy constructor More... | |
| virtual | ~IdentityEvent () |
| default destructor More... | |
| IdentityEvent & | operator= (IdentityEvent const &rval) |
| copy assignment More... | |
Public Member Functions inherited from core::conformation::signals::GeneralEvent | |
| GeneralEvent () | |
| default constructor More... | |
| GeneralEvent (Conformation const *conf) | |
| constructor More... | |
| GeneralEvent (GeneralEvent const &rval) | |
| copy constructor More... | |
| virtual | ~GeneralEvent () |
| default destructor More... | |
| GeneralEvent & | operator= (GeneralEvent const &rval) |
| copy assignment More... | |
Public Attributes | |
| Tag | tag |
| tag indicating type of identity change More... | |
| Size | position |
| residue position More... | |
| ResidueCAP | residue |
| direct access to residue More... | |
Public Attributes inherited from core::conformation::signals::GeneralEvent | |
| Conformation const * | conformation |
| the Conformation firing the signal More... | |
signals a change in residue identity in a Conformation
Definition at line 49 of file IdentityEvent.hh.
Definition at line 53 of file IdentityEvent.hh.
Definition at line 54 of file IdentityEvent.hh.
the type of length change
| Enumerator | |
|---|---|
| EMPTY | |
| INVALIDATE | |
| RESIDUE | |
Definition at line 58 of file IdentityEvent.hh.
|
inline |
default constructor
Definition at line 67 of file IdentityEvent.hh.
|
inline |
|
inline |
copy constructor
Definition at line 93 of file IdentityEvent.hh.
|
inlinevirtual |
default destructor
Definition at line 104 of file IdentityEvent.hh.
|
inline |
copy assignment
Definition at line 110 of file IdentityEvent.hh.
References core::conformation::signals::GeneralEvent::operator=(), position, residue, and tag.
| Size core::conformation::signals::IdentityEvent::position |
residue position
Definition at line 125 of file IdentityEvent.hh.
Referenced by core::pose::PDBInfo::on_identity_change(), and operator=().
| ResidueCAP core::conformation::signals::IdentityEvent::residue |
direct access to residue
Definition at line 133 of file IdentityEvent.hh.
Referenced by core::pose::PDBInfo::on_identity_change(), and operator=().
| Tag core::conformation::signals::IdentityEvent::tag |
tag indicating type of identity change
Definition at line 122 of file IdentityEvent.hh.
Referenced by core::pose::PDBInfo::on_identity_change(), and operator=().
1.8.4