NCBI C++ ToolKit
|
Search Toolkit Book for SIntron
#include <algo/gnomon/aligncollapser.hpp>
Public Member Functions | |
SIntron (int a, int b, int strand, bool oriented, const string &sig) | |
bool | operator< (const SIntron &i) const |
Public Attributes | |
TSignedSeqRange | m_range |
int | m_strand |
bool | m_oriented |
string | m_sig |
Definition at line 60 of file aligncollapser.hpp.
Definition at line 61 of file aligncollapser.hpp.
Definition at line 62 of file aligncollapser.hpp.
References i, m_oriented, m_range, and m_strand.
bool SIntron::m_oriented |
Definition at line 73 of file aligncollapser.hpp.
Referenced by CAlignCollapser::FilterAlignments(), and operator<().
TSignedSeqRange SIntron::m_range |
Definition at line 71 of file aligncollapser.hpp.
Referenced by CAlignCollapser::FilterAlignments(), CAlignCollapser::GetCollapsedAlgnments(), and operator<().
string SIntron::m_sig |
Definition at line 74 of file aligncollapser.hpp.
int SIntron::m_strand |
Definition at line 72 of file aligncollapser.hpp.
Referenced by CAlignCollapser::FilterAlignments(), and operator<().