#include <heuristic.hh>
Inherits ost::conop::Processor.
Public Member Functions | |
| HeuristicProcessor () | |
| virtual ProcessorPtr | Copy () const |
| HeuristicProcessor (bool bf, bool at, bool cn, bool aa, ConopAction zo) | |
| virtual String | ToString () const |
Protected Member Functions | |
| void | ProcessUnkResidue (DiagnosticsPtr diags, mol::ResidueHandle res) const |
| virtual void | DoProcess (DiagnosticsPtr diags, mol::EntityHandle ent) const |
Definition at line 34 of file heuristic.hh.
| HeuristicProcessor | ( | ) | [inline] |
Definition at line 36 of file heuristic.hh.
| HeuristicProcessor | ( | bool | bf, | |
| bool | at, | |||
| bool | cn, | |||
| bool | aa, | |||
| ConopAction | zo | |||
| ) | [inline] |
Definition at line 44 of file heuristic.hh.
| virtual ProcessorPtr Copy | ( | ) | const [inline, virtual] |
Implements Processor.
Definition at line 41 of file heuristic.hh.
| virtual void DoProcess | ( | DiagnosticsPtr | diags, | |
| mol::EntityHandle | ent | |||
| ) | const [protected, virtual] |
Implements Processor.
| void ProcessUnkResidue | ( | DiagnosticsPtr | diags, | |
| mol::ResidueHandle | res | |||
| ) | const [protected] |
1.6.1