GeneModel.h

Go to the documentation of this file.
00001 #ifndef GENEMODEL_H
00002 #define GENEMODEL_H
00003 
00004 #include "Range.h"
00005 
00006 class GeneModel {
00007         public:
00008                 GeneModel() : exons() {}
00009                 void insertExon(const Range &r);
00010         private:
00011                 vector<Range> exons;
00012 };
00013 
00014 #endif

Generated on Wed Aug 10 11:56:55 2011 for Softwares from Orpara by  doxygen 1.5.6