#include <BALL/KERNEL/molecularInteractions.h>
Definition at line 11 of file molecularInteractions.h.
BALL::MolecularInteractions::MolecularInteractions |
( |
| ) |
|
void BALL::MolecularInteractions::addInteraction |
( |
const Atom * |
atom, |
|
|
String |
interaction_type, |
|
|
double |
energy |
|
) |
| |
void BALL::MolecularInteractions::addInteraction |
( |
String |
interaction_type, |
|
|
double |
energy |
|
) |
| |
void BALL::MolecularInteractions::clear |
( |
| ) |
|
double BALL::MolecularInteractions::getInteractionEnergy |
( |
const Atom * |
atom, |
|
|
String |
interaction_type |
|
) |
| const |
double BALL::MolecularInteractions::getInteractionEnergy |
( |
const Atom * |
atom, |
|
|
const list< String > & |
interaction_types |
|
) |
| const |
double BALL::MolecularInteractions::getInteractionEnergy |
( |
String |
interaction_type | ) |
const |
double BALL::MolecularInteractions::getInteractionEnergy |
( |
const std::list< String > & |
interaction_types | ) |
const |
double BALL::MolecularInteractions::getInteractionEnergy |
( |
| ) |
const |
const std::map<const Atom*,double>* BALL::MolecularInteractions::getInteractions |
( |
String |
interaction_type | ) |
const |
void BALL::MolecularInteractions::getInteractions |
( |
const std::list< String > & |
interaction_types, |
|
|
std::map< const Atom *, double > & |
interactions |
|
) |
| const |
bool BALL::MolecularInteractions::hasInteraction |
( |
const Atom * |
atom, |
|
|
String |
interaction_type |
|
) |
| const |
void BALL::MolecularInteractions::setThreshold |
( |
double |
threshold | ) |
|
bool BALL::MolecularInteractions::SAVE_ONLY_SUMS |
|
static |