00001 /******************************************************************************* 00002 * $Id: Interval.cpp,v 1.12 2004/03/01 02:40:08 darling Exp $ 00003 * This file is copyright 2002-2007 Aaron Darling and authors listed in the AUTHORS file. 00004 * Please see the file called COPYING for licensing, copying, and modification 00005 * Please see the file called COPYING for licensing details. 00006 * ************** 00007 ******************************************************************************/ 00008 00009 #ifdef HAVE_CONFIG_H 00010 #include "config.h" 00011 #endif 00012 00013 #include "libMems/Interval.h" 00014 #include "libMems/gnAlignedSequences.h" 00015 #include "libMems/GappedAlignment.h" 00016 #include "libMems/Match.h" 00017 #include <list> 00018 #include <iterator> 00019 00020 using namespace std; 00021 using namespace genome; 00022 namespace mems { 00023 00024 00025 }
1.3.6