#include <CHPI.h>
Public Member Functions |
|
| AromaticRing (const AromaticRing &aromatic_ring) | |
| AromaticRing (const std::vector< Atom * > &atoms) | |
| const Vector3 & | getCentre () const |
| const Vector3 & | getNormalVector () const |
| void | setRing (const std::vector< Atom * > &atoms) |
| const std::vector< Atom * > & | getRing () const |
| void | dump (std::ostream &s=std::cout) const |
At the moment we only need the ring centres and the atoms.
1.5.8