|
BALL
1.4.1
|
#include <BALL/SCORING/COMMON/scoringTypes.h>
Public Member Functions | |
| ScoringTypes () | |
| ScoringTypes (const ScoringTypes &st) | |
| ScoringTypes (const ScoringComponent &sc) | |
| virtual | ~ScoringTypes () |
| virtual void | clear () |
| virtual bool | setup () |
| const HashMap< const Atom *, Size > & | getTypeMap () const |
Protected Attributes | |
| const ScoringComponent * | scoring_component_ |
| HashMap< const Atom *, Size > | type_map_ |
Define the interface for the base function
Definition at line 11 of file scoringTypes.h.
| BALL::ScoringTypes::ScoringTypes | ( | const ScoringTypes & | st | ) |
| BALL::ScoringTypes::ScoringTypes | ( | const ScoringComponent & | sc | ) |
| virtual BALL::ScoringTypes::~ScoringTypes | ( | ) | [virtual] |
| virtual void BALL::ScoringTypes::clear | ( | ) | [virtual] |
| const HashMap<const Atom*, Size>& BALL::ScoringTypes::getTypeMap | ( | ) | const |
| virtual bool BALL::ScoringTypes::setup | ( | ) | [virtual] |
Reimplemented in BALL::FresnoTypes.
const ScoringComponent* BALL::ScoringTypes::scoring_component_ [protected] |
Definition at line 40 of file scoringTypes.h.
HashMap<const Atom*, Size> BALL::ScoringTypes::type_map_ [protected] |
Definition at line 43 of file scoringTypes.h.
1.7.6.1