NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seqfeat/Delta_item.hpp>
#include <objects/seq/Seq_literal.hpp>
#include <objects/seq/Seq_data.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <objtools/readers/hgvs/protein_irep_to_seqfeat.hpp>
#include <objtools/readers/hgvs/irep_to_seqfeat_errors.hpp>
#include <objtools/readers/hgvs/irep_to_seqfeat_common.hpp>
#include <objtools/readers/hgvs/variation_ref_utils.hpp>
#include <objtools/readers/hgvs/special_irep_to_seqfeat.hpp>
#include <objtools/readers/hgvs/post_process.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (NHgvsTestUtils) | |
bool | s_IntervalLimitsReversed (const CAaInterval &interval) |
bool s_IntervalLimitsReversed | ( | const CAaInterval & | interval | ) |
Definition at line 108 of file protein_irep_to_seqfeat.cpp.
References CAaSite_Base::GetIndex(), CAaInterval_Base::GetStart(), and CAaInterval_Base::GetStop().
Referenced by CHgvsProtIrepReader::x_CreateIdentitySubvarref(), and CHgvsProtIrepReader::x_CreateVarrefFromLoc().
USING_SCOPE | ( | NHgvsTestUtils | ) |