#include <entity_detail.hh>
Public Member Functions | |
BondEntry (const mol::BondHandle &b, float r, AtomEntry *ae1, AtomEntry *ae2) | |
Data Fields | |
mol::BondHandle | bond |
AtomEntry * | atom1 |
AtomEntry * | atom2 |
float | radius |
geom::Vec3 | pp1 |
geom::Vec3 | pp2 |
Definition at line 82 of file entity_detail.hh.
BondEntry | ( | const mol::BondHandle & | b, | |
float | r, | |||
AtomEntry * | ae1, | |||
AtomEntry * | ae2 | |||
) | [inline] |
Definition at line 84 of file entity_detail.hh.
Definition at line 90 of file entity_detail.hh.
Definition at line 91 of file entity_detail.hh.
Definition at line 89 of file entity_detail.hh.
Definition at line 93 of file entity_detail.hh.
Definition at line 93 of file entity_detail.hh.
float radius |
Definition at line 92 of file entity_detail.hh.