#include <AtomInfo.hh>
| Enumerator |
|---|
| IS_HYDROGEN |
|
| IS_DONOR |
|
| IS_ACCEPTOR |
|
| IS_HYDROXYL |
|
| IS_BACKBONE |
|
| count |
|
| core::scoring::hbonds::graph::AtomInfo::AtomInfo |
( |
unsigned short int |
atomid, |
|
|
numeric::xyzVector< float > const & |
atom_position, |
|
|
bool |
is_hydrogen_setting, |
|
|
bool |
is_donor_setting, |
|
|
bool |
is_acceptor_setting, |
|
|
bool |
is_hydroxyl_setting, |
|
|
bool |
is_backbone_setting |
|
) |
| |
|
inline |
| virtual core::scoring::hbonds::graph::AtomInfo::~AtomInfo |
( |
| ) |
|
|
inlinevirtual |
| void core::scoring::hbonds::graph::AtomInfo::is_acceptor |
( |
bool |
setting | ) |
|
|
inline |
| bool core::scoring::hbonds::graph::AtomInfo::is_acceptor |
( |
| ) |
const |
|
inline |
| void core::scoring::hbonds::graph::AtomInfo::is_backbone |
( |
bool |
setting | ) |
|
|
inline |
| bool core::scoring::hbonds::graph::AtomInfo::is_backbone |
( |
| ) |
const |
|
inline |
| void core::scoring::hbonds::graph::AtomInfo::is_donor |
( |
bool |
setting | ) |
|
|
inline |
| bool core::scoring::hbonds::graph::AtomInfo::is_donor |
( |
| ) |
const |
|
inline |
| void core::scoring::hbonds::graph::AtomInfo::is_hydrogen |
( |
bool |
setting | ) |
|
|
inline |
| bool core::scoring::hbonds::graph::AtomInfo::is_hydrogen |
( |
| ) |
const |
|
inline |
| void core::scoring::hbonds::graph::AtomInfo::is_hydroxyl |
( |
bool |
setting | ) |
|
|
inline |
| bool core::scoring::hbonds::graph::AtomInfo::is_hydroxyl |
( |
| ) |
const |
|
inline |
| void core::scoring::hbonds::graph::AtomInfo::local_atom_id |
( |
unsigned short int |
local_atom_id | ) |
|
|
inline |
| unsigned short int core::scoring::hbonds::graph::AtomInfo::local_atom_id |
( |
| ) |
const |
|
inline |
| bool core::scoring::hbonds::graph::AtomInfo::operator< |
( |
AtomInfo const & |
ot | ) |
const |
|
inline |
| void core::scoring::hbonds::graph::AtomInfo::xyz |
( |
numeric::xyzVector< float > const & |
setting | ) |
|
|
inline |
| numeric::xyzVector< float > const& core::scoring::hbonds::graph::AtomInfo::xyz |
( |
| ) |
const |
|
inline |
| unsigned short int core::scoring::hbonds::graph::AtomInfo::local_atom_id_ |
|
private |
| utility::DenseBoolMap< Settings::count, Settings::IS_HYDROGEN > core::scoring::hbonds::graph::AtomInfo::properties_ |
|
private |
| numeric::xyzVector< float > core::scoring::hbonds::graph::AtomInfo::xyz_ |
|
private |
The documentation for this class was generated from the following file: