NCBI C++ ToolKit
|
#include <algo/structure/cd_utils/cuAlignmentCollection.hpp>
#include <algo/structure/cd_utils/tree_msvc7.hpp>
#include <algo/structure/cd_utils/cuCdCore.hpp>
#include <string>
#include <iostream>
#include <fstream>
#include <map>
#include <vector>
#include <queue>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | SeqItem |
class | SeqTree |
Typedefs | |
typedef map< CCdCore *, bool > | SelectionByCd |
typedef map< int, std::string > | IntToStringMap |
typedef map< int, string > | RowMembershipColor |
typedef tree< SeqItem > | SeqTreeBase |
typedef SeqTreeBase::iterator | SeqTreeIterator |
Functions | |
USING_SCOPE (objects) | |
typedef map<int, std::string> IntToStringMap |
Definition at line 86 of file cuSeqtree.hpp.
typedef map<int, string> RowMembershipColor |
Definition at line 87 of file cuSeqtree.hpp.
typedef map<CCdCore*, bool> SelectionByCd |
Definition at line 49 of file cuSeqtree.hpp.
typedef tree<SeqItem> SeqTreeBase |
Definition at line 89 of file cuSeqtree.hpp.
typedef SeqTreeBase::iterator SeqTreeIterator |
Definition at line 90 of file cuSeqtree.hpp.
USING_SCOPE | ( | objects | ) |