|
ARB
|
#include <ali_aligner.hxx>

Public Member Functions | |
| ali_aligner_dellist_elem (unsigned long s=0, float c=0.0, unsigned char op=0) | |
| void | print () |
Public Attributes | |
| unsigned long | start |
| float | costs |
| unsigned char | operation |
Definition at line 74 of file ali_aligner.hxx.
|
inline |
Definition at line 79 of file ali_aligner.hxx.
References s.
|
inline |
Definition at line 86 of file ali_aligner.hxx.
Referenced by ali_aligner_dellist::print(), and ali_aligner_dellist::print_cont().
| unsigned long ali_aligner_dellist_elem::start |
Definition at line 75 of file ali_aligner.hxx.
Referenced by ali_aligner_dellist::optimize(), ali_aligner_dellist::print_cont(), ali_aligner_dellist::starts(), and ali_aligner_dellist::update().
| float ali_aligner_dellist_elem::costs |
Definition at line 76 of file ali_aligner.hxx.
Referenced by ali_aligner_dellist::optimize(), ali_aligner_dellist::starts(), and ali_aligner_dellist::update().
| unsigned char ali_aligner_dellist_elem::operation |
Definition at line 77 of file ali_aligner.hxx.
Referenced by ali_aligner_dellist::optimize(), and ali_aligner_dellist::starts().
1.8.8