|
OpenStructure
|
#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.
|
inline |
Definition at line 84 of file entity_detail.hh.
| AtomEntry* atom1 |
Definition at line 90 of file entity_detail.hh.
| AtomEntry* atom2 |
Definition at line 91 of file entity_detail.hh.
| mol::BondHandle bond |
Definition at line 89 of file entity_detail.hh.
| geom::Vec3 pp1 |
Definition at line 93 of file entity_detail.hh.
| geom::Vec3 pp2 |
Definition at line 93 of file entity_detail.hh.
| float radius |
Definition at line 92 of file entity_detail.hh.