|
Rosetta 3.5
|
#include <mol_util.hh>

Public Member Functions | |
| BondData (core::Size index1, core::Size index2, core::Size type) | |
| bool | operator< (const BondData &other) const |
| bool | operator== (const core::chemical::sdf::BondData &other) const |
Public Attributes | |
| core::Size | lower |
| core::Size | upper |
| core::Size | bondType |
Definition at line 26 of file mol_util.hh.
| core::chemical::sdf::BondData::BondData | ( | core::Size | index1, |
| core::Size | index2, | ||
| core::Size | type | ||
| ) |
Definition at line 24 of file mol_util.cc.
Definition at line 39 of file mol_util.cc.
| bool core::chemical::sdf::BondData::operator== | ( | const core::chemical::sdf::BondData & | other) | const |
Definition at line 44 of file mol_util.cc.
| core::Size core::chemical::sdf::BondData::bondType |
Definition at line 33 of file mol_util.hh.
Referenced by BondData(), core::chemical::sdf::MolWriter::compose_bonds(), and operator==().
| core::Size core::chemical::sdf::BondData::lower |
Definition at line 31 of file mol_util.hh.
Referenced by BondData(), core::chemical::sdf::MolWriter::compose_bonds(), operator<(), and operator==().
| core::Size core::chemical::sdf::BondData::upper |
Definition at line 32 of file mol_util.hh.
Referenced by BondData(), core::chemical::sdf::MolWriter::compose_bonds(), operator<(), and operator==().
1.8.4