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