root/branches/stable_5.0/DIST/DI_dna_shamos.cxx

Revision 5392, 474 bytes (checked in by westram, 4 years ago)

- changed prefix 'ph' to 'di'

('ph' is used in ../PHYLO, and many identifiers are duplicated)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1double DI_dna_shamos::make_dist(di_mldist *helical,di_mldist *nonhelical,
2                                long *helix_filter, char *seq1, char *seq2){
3    /* seq are e [0..max_dna], all seqs are already filtered
4     */
5
6
7
8
9}
10
11
12double DI_dna_shamos::main(GDATA *gb_main,DI_MATRIX *matrix,AP_filter *ap_filter){
13    GB_transaction transaction_scope(gb_main);
14    BI_helix *bi_helix = new BI_helix(gb_main);
15
16    long *helix = matrix->create_helix_filter(bi_helix,ap_filter);
Note: See TracBrowser for help on using the browser.