NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <algorithm>
#include <objects/biblio/PubMedId.hpp>
#include <objects/pub/Pub.hpp>
#include <algo/structure/cd_utils/cuSort.hpp>
#include <algo/structure/cd_utils/cuCdCore.hpp>
#include <algo/structure/cd_utils/cuAlign.hpp>
#include <algo/structure/cd_utils/cuCD.hpp>
#include <algo/structure/cd_utils/cuSequence.hpp>
#include <algo/structure/cd_utils/cuUtils.hpp>
#include <stdio.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
int | intSortRowsFunction (void *pVal, int i, int j) |
Variables | |
const CRef< CSeq_align > | EMPTY_CREF_SEQALIGN |
const CRef< CSeq_annot > | EMPTY_CREF_SEQANNOT |
USING_SCOPE | ( | objects | ) |
const CRef<CSeq_align> EMPTY_CREF_SEQALIGN |
Definition at line 59 of file cuCdCore.cpp.
Referenced by CCdCore::GetSeqAlign().
const CRef<CSeq_annot> EMPTY_CREF_SEQANNOT |
Definition at line 60 of file cuCdCore.cpp.
Referenced by CCdCore::GetAlignment().