|
Rosetta 3.5
|
two more classes, temporary for testing purposes More...
#include <AtomID.hh>

Public Member Functions | |
| BondID () | |
| BondID (AtomID const &a1, AtomID const &a2) | |
| bool | has (AtomID const &id) const |
| AtomID const & | other_atom (AtomID const &id) const |
| BondID | reversed () const |
| void | reverse () |
Public Attributes | |
| AtomID | atom1 |
| AtomID | atom2 |
Friends | |
| bool | operator== (BondID const &a, BondID const &b) |
|
inline |
Definition at line 158 of file AtomID.hh.
Referenced by reversed().
|
inline |
|
inline |
| AtomID core::id::BondID::atom1 |
Definition at line 200 of file AtomID.hh.
Referenced by core::conformation::get_residue_connections(), has(), other_atom(), core::kinematics::AtomTree::replace_residue_subtree(), reverse(), and reversed().
| AtomID core::id::BondID::atom2 |
Definition at line 201 of file AtomID.hh.
Referenced by core::conformation::get_residue_connections(), has(), other_atom(), core::kinematics::AtomTree::replace_residue_subtree(), reverse(), and reversed().
1.8.4