Provides the standard view on the scoring.
More...
#include <aligner_impl.hh>
Provides the standard view on the scoring.
- See also
- ModifiedScoringView
- Note
- We use a template-based scheme to switch between use of the unmodified score and the modified score without run-time penalty for the standard case the mechanism is used for methods align_noex and trace_noex
◆ UnmodifiedScoringView()
LocARNA::AlignerImpl::UnmodifiedScoringView::UnmodifiedScoringView |
( |
const AlignerImpl * |
aligner_impl | ) |
|
|
inlineexplicit |
Construct for Aligner object
- Parameters
-
aligner_impl | the aligner implementation object |
◆ D() [1/2]
infty_score_t LocARNA::AlignerImpl::UnmodifiedScoringView::D |
( |
const Arc & |
a, |
|
|
const Arc & |
b |
|
) |
| const |
|
inline |
View on matrix D
- Parameters
-
- Returns
- D matrix entry for match of a and b
◆ D() [2/2]
View on matrix D
- Parameters
-
- Returns
- D matrix entry for arc match am
◆ scoring()
const Scoring* LocARNA::AlignerImpl::UnmodifiedScoringView::scoring |
( |
| ) |
const |
|
inline |
Get scoring object
- Returns
- (unmodified) scoring object of aligner
The documentation for this class was generated from the following file: