|
Last change
on this file was
5390,
checked in by westram, 18 years ago
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
459 bytes
|
| Line | |
|---|
| 1 | class AP_sequence_parsimony : public AP_sequence { |
|---|
| 2 | private: |
|---|
| 3 | void build_table(void); |
|---|
| 4 | |
|---|
| 5 | public: |
|---|
| 6 | char *sequence; // AP_BASES |
|---|
| 7 | static char *table; |
|---|
| 8 | |
|---|
| 9 | AP_sequence_parsimony(void); |
|---|
| 10 | ~AP_sequence_parsimony(void); |
|---|
| 11 | |
|---|
| 12 | AP_sequence *dup(void); // used to get the real new element |
|---|
| 13 | void set(char *sequence); |
|---|
| 14 | AP_FLOAT combine(const AP_sequence *lefts, const AP_sequence *rights) ; |
|---|
| 15 | AP_FLOAT real_len(void); |
|---|
| 16 | }; |
|---|
Note: See
TracBrowser
for help on using the repository browser.