NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <objects/seq/Bioseq.hpp>
#include <objects/seq/Seq_annot.hpp>
#include <objects/seqres/Seq_graph.hpp>
#include <objmgr/graph_ci.hpp>
#include <objtools/validator/validerror_graph.hpp>
#include <objtools/validator/utilities.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
bool | s_CompareTwoSeqGraphs (const CRef< CSeq_graph > g1, const CRef< CSeq_graph > g2) |
bool s_CompareTwoSeqGraphs | ( | const CRef< CSeq_graph > | g1, |
const CRef< CSeq_graph > | g2 | ||
) |
Definition at line 163 of file validerror_graph.cpp.
References eExtreme_Positional, CSeq_graph_Base::GetLoc(), CSeq_loc::GetStart(), CSeq_loc::GetStop(), and CSeq_graph_Base::IsSetLoc().
Referenced by CValidError_graph::ValidateGraphsOnBioseq().