|
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 | ( | ) |
| BALL::ScoringTypes::ScoringTypes | ( | const ScoringTypes & | st | ) |
| BALL::ScoringTypes::ScoringTypes | ( | const ScoringComponent & | sc | ) |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in BALL::FresnoTypes.
|
protected |
Definition at line 40 of file scoringTypes.h.
Definition at line 43 of file scoringTypes.h.
1.8.1.2