Gemmi C++ API
|
#include <chemcomp.hpp>
Public Member Functions | |
std::string | str () const |
std::string | lexicographic_str () const |
double | distance (DistanceOf of) const |
template<typename T > | |
const AtomId * | other (const T &a) const |
Static Public Member Functions | |
static const char * | what () |
Public Attributes | |
AtomId | id1 |
AtomId | id2 |
BondType | type |
bool | aromatic |
double | value |
double | esd |
double | value_nucleus |
double | esd_nucleus |
Definition at line 71 of file chemcomp.hpp.
Definition at line 72 of file chemcomp.hpp.
|
inline |
Definition at line 80 of file chemcomp.hpp.
|
inline |
Definition at line 81 of file chemcomp.hpp.
|
inline |
Definition at line 84 of file chemcomp.hpp.
Definition at line 87 of file chemcomp.hpp.
AtomId gemmi::Restraints::Bond::id1 |
Definition at line 73 of file chemcomp.hpp.
AtomId gemmi::Restraints::Bond::id2 |
Definition at line 73 of file chemcomp.hpp.
BondType gemmi::Restraints::Bond::type |
Definition at line 74 of file chemcomp.hpp.
bool gemmi::Restraints::Bond::aromatic |
Definition at line 75 of file chemcomp.hpp.
double gemmi::Restraints::Bond::value |
Definition at line 76 of file chemcomp.hpp.
double gemmi::Restraints::Bond::esd |
Definition at line 77 of file chemcomp.hpp.
double gemmi::Restraints::Bond::value_nucleus |
Definition at line 78 of file chemcomp.hpp.
double gemmi::Restraints::Bond::esd_nucleus |
Definition at line 79 of file chemcomp.hpp.