BALL::CHPI::CHGroup Class Reference
#include <BALL/SCORING/COMPONENTS/CHPI.h>
List of all members.
Detailed Description
A class for storing aliphatic CH groups suitable for building CH- interactions with aromatic rings.
Constructor & Destructor Documentation
BALL::CHPI::CHGroup::CHGroup |
( |
|
) |
|
BALL::CHPI::CHGroup::~CHGroup |
( |
|
) |
|
BALL::CHPI::CHGroup::CHGroup |
( |
const CHGroup & |
CH_groups |
) |
|
BALL::CHPI::CHGroup::CHGroup |
( |
const Atom * |
C_atom, |
|
|
const Atom * |
H_atom | |
|
) |
| | |
Member Function Documentation
void BALL::CHPI::CHGroup::dump |
( |
std::ostream & |
s = std::cout |
) |
const |
const Atom* BALL::CHPI::CHGroup::getCAtom |
( |
|
) |
const [inline] |
const Atom* BALL::CHPI::CHGroup::getHAtom |
( |
|
) |
const [inline] |
void BALL::CHPI::CHGroup::setAtoms |
( |
const Atom * |
C_atom, |
|
|
const Atom * |
H_atom | |
|
) |
| | |
void BALL::CHPI::CHGroup::setCAtom |
( |
const Atom * |
C_atom |
) |
|
void BALL::CHPI::CHGroup::setHAtom |
( |
const Atom * |
H_atom |
) |
|
Member Data Documentation