00001 #ifndef _INTRONINTERVAL_H
00002 #define _INTRONINTERVAL_H
00003
00004 #include <vector>
00005 #include "localtypedef.h"
00006
00007 class AnnotationItem;
00008 class PrintInterval;
00009 class RegionPrediction;
00010
00011 class IntronInterval {
00012 public:
00013 static void
00014 update(const AnnotationItem&, AnnotationItem&, const std::vector<scr_pr>&);
00015
00016 static void
00017 update_base(AnnotationItem&, const std::vector<scr_pr>&);
00018
00019
00020
00021
00022 };
00023
00024 #endif // _INTRONINTERVAL_H