NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/feat_ci.hpp>
#include <objmgr/align_ci.hpp>
#include <objmgr/annot_ci.hpp>
#include <objtools/alnmgr/alnmap.hpp>
#include <objtools/alnmgr/alnmix.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <util/range.hpp>
#include <util/range_coll.hpp>
#include <deque>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | binary_functor< Type > |
TEMPLATE binary functor base struct. More... | |
struct | plus_func< Type > |
TEMPLATE STRUCT max. More... | |
struct | max_func< Type > |
TEMPLATE STRUCT max. More... | |
struct | min_func< Type > |
TEMPLATE STRUCT min. More... | |
class | CDenMapRunIterator< CntType > |
Run iterator. iterate through runs of equal values in the bins. More... | |
class | CDensityMap< CntType > |
class CDensityMap generates a low-resolution view of a set of features. More... | |