BALL::CHPI::AromaticRing Class Reference
#include <BALL/SCORING/COMPONENTS/CHPI.h>
List of all members.
Detailed Description
A class for storing aromatic rings and information associated with them. At the moment we only need the ring centres and the atoms.
Constructor & Destructor Documentation
BALL::CHPI::AromaticRing::AromaticRing |
( |
|
) |
|
BALL::CHPI::AromaticRing::AromaticRing |
( |
const AromaticRing & |
aromatic_ring |
) |
|
BALL::CHPI::AromaticRing::AromaticRing |
( |
const std::vector< Atom * > & |
atoms |
) |
|
Member Function Documentation
void BALL::CHPI::AromaticRing::computeCentre_ |
( |
|
) |
[private] |
void BALL::CHPI::AromaticRing::computeNormalVector_ |
( |
|
) |
[private] |
void BALL::CHPI::AromaticRing::dump |
( |
std::ostream & |
s = std::cout |
) |
const |
const Vector3& BALL::CHPI::AromaticRing::getCentre |
( |
|
) |
const |
const Vector3& BALL::CHPI::AromaticRing::getNormalVector |
( |
|
) |
const |
const std::vector<Atom*>& BALL::CHPI::AromaticRing::getRing |
( |
|
) |
const |
void BALL::CHPI::AromaticRing::setRing |
( |
const std::vector< Atom * > & |
atoms |
) |
|
Member Data Documentation