source: tags/initial/PHYLO/PH_filter.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 444 bytes
Line 
1class PH_filter {
2        public:
3        char    *filter;        // 0 1
4        long    filter_len;
5        long    real_len;       // how many 1
6        long    update;
7        long    *options_vector;   // options used to calculate current filter
8//      float   *markerline;       // line to create filter (according to options_vector)
9        char    *init(char *filter, char *zerobases, long size);
10        char    *init(long size);
11       
12        PH_filter::PH_filter(void);
13        ~PH_filter(void);
14        float *calculate_column_homology(void);
15};     
16
Note: See TracBrowser for help on using the repository browser.