Line | |
---|
1 | #ifndef pathsum_h |
---|
2 | #define pathsum_h |
---|
3 | |
---|
4 | void PathToEstrings(const PWPath &Path, short **ptresA, short **ptresB); |
---|
5 | void EstringsToPath(const short esA[], const short esB[], PWPath &Path); |
---|
6 | void MulEstrings(const short es1[], const short es2[], short esp[]); |
---|
7 | void EstringOp(const short es[], const Seq &sIn, Seq &sOut); |
---|
8 | unsigned EstringOp(const short es[], const Seq &sIn, MSA &a); |
---|
9 | void LogEstring(const short es[]); |
---|
10 | unsigned LengthEstring(const short es[]); |
---|
11 | short *EstringNewCopy(const short es[]); |
---|
12 | |
---|
13 | #endif // pathsum_h |
---|
Note: See
TracBrowser
for help on using the repository browser.