BALL 1.5.0
Loading...
Searching...
No Matches
rescorer.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4// $id$
5
6#ifndef BALL_SCORING_COMMON_RESCORER_H
7#define BALL_SCORING_COMMON_RESCORER_H
8
9#ifndef BALL_COMMON_H
10# include <BALL/common.h>
11#endif
12
19
20namespace BALL
21{
22
26 {
27
28 public:
29 // assignment operator
30 Rescorer& operator = (const Rescorer& rescorer);
31
32 // runs a rescoring
33 static int runRescoring(CommandlineParser& par, bool simple_rescoring, bool train);
34
35 private:
36
37 static void processMultiMoleculeFile(ScoringFunction* scoring_function, StructurePreparer* sp, String par_file, Rescoring* rescoring, bool train, double min_dock_score, String dock_score_label, GenericMolFile* input, GenericMolFile* output, double output_score_threshold, bool ignore_top);
38
39 };
40
41}
42
43#endif // BALL_SCORING_COMMON_RESCORER_H
static int runRescoring(CommandlineParser &par, bool simple_rescoring, bool train)
#define BALL_EXPORT