|
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 57 of file entity_detail.hh.
|
inline |
Definition at line 59 of file entity_detail.hh.
| AtomEntry* atom1 |
Definition at line 65 of file entity_detail.hh.
| AtomEntry* atom2 |
Definition at line 66 of file entity_detail.hh.
| mol::BondHandle bond |
Definition at line 64 of file entity_detail.hh.
| geom::Vec3 pp1 |
Definition at line 68 of file entity_detail.hh.
| geom::Vec3 pp2 |
Definition at line 68 of file entity_detail.hh.
| float radius |
Definition at line 67 of file entity_detail.hh.
1.8.1.1