NCBI C++ ToolKit
|
Search Toolkit Book for CAlnSpanVertModel::SSpanRow
the alignment we store with its parsed data More...
#include <gui/widgets/aln_table/alnspan_vertmodel.hpp>
Public Member Functions | |
SSpanRow () | |
Public Attributes | |
TSeqRange | aln_range |
vector< TSignedSeqRange > | ranges |
vector< bool > | strands |
vector< CConstRef< objects::CSeq_loc > > | locs |
int | type |
int | length |
int | gap |
int | mismatch |
double | identity |
vector< string > | str_ranges |
visible values More... | |
string | str_type |
the alignment we store with its parsed data
Definition at line 78 of file alnspan_vertmodel.hpp.
|
inline |
Definition at line 95 of file alnspan_vertmodel.hpp.
TSeqRange CAlnSpanVertModel::SSpanRow::aln_range |
Definition at line 80 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::GetValueAt(), CAlnSpanVertModel::x_ConvertRowsToSpans(), CAlnSpanVertModel::x_MergeRows(), CAlnSpanVertModel::x_PopulateRows(), and CAlnSpanVertModel::x_PopulateRowsSpliced().
int CAlnSpanVertModel::SSpanRow::gap |
Definition at line 87 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::GetValueAt(), CAlnSpanVertModel::x_ConvertRowsToSpans(), CAlnSpanVertModel::x_InsertIntrons(), CAlnSpanVertModel::x_MergeRows(), and CAlnSpanVertModel::x_PopulateRows().
double CAlnSpanVertModel::SSpanRow::identity |
Definition at line 89 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::GetValueAt(), CAlnSpanVertModel::x_ConvertRowsToSpans(), and CAlnSpanVertModel::x_InsertIntrons().
int CAlnSpanVertModel::SSpanRow::length |
vector< CConstRef<objects::CSeq_loc> > CAlnSpanVertModel::SSpanRow::locs |
Definition at line 83 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::x_UpdateLocs().
int CAlnSpanVertModel::SSpanRow::mismatch |
Definition at line 88 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::GetValueAt(), CAlnSpanVertModel::x_InsertIntrons(), CAlnSpanVertModel::x_MergeRows(), CAlnSpanVertModel::x_PopulateRows(), and CAlnSpanVertModel::x_PopulateRowsSpliced().
vector<TSignedSeqRange> CAlnSpanVertModel::SSpanRow::ranges |
Definition at line 81 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::GetValueAt(), CAlnSpanVertModel::x_InsertIntrons(), CAlnSpanVertModel::x_MergeRows(), CAlnSpanVertModel::x_PopulateRowsSpliced(), and CAlnSpanVertModel::x_UpdateLocs().
|
mutable |
visible values
Definition at line 92 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::GetValueAt().
|
mutable |
Definition at line 93 of file alnspan_vertmodel.hpp.
Referenced by CAlnSpanVertModel::GetValueAt().
vector< bool > CAlnSpanVertModel::SSpanRow::strands |
Definition at line 82 of file alnspan_vertmodel.hpp.
int CAlnSpanVertModel::SSpanRow::type |