#include <scoringTypes.h>
Public Member Functions | |
ScoringTypes (const ScoringTypes &st) throw () | |
ScoringTypes (const ScoringComponent &sc) throw () | |
virtual void | clear () throw () |
virtual bool | setup () throw () |
const HashMap< const Atom *, Size > & | getTypeMap () const throw () |
Protected Attributes | |
const ScoringComponent * | scoring_component_ |
HashMap< const Atom *, Size > | type_map_ |