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