NCBI C++ ToolKit
|
Search Toolkit Book for CGuiObjectInfoSeq_feat::SFeatSeg
Data structure for holding a feature segment. More...
Public Types | |
enum | EType { eType_Exon , eType_Intron , eType_OutOfBound } |
Public Member Functions | |
SFeatSeg () | |
Public Attributes | |
EType | m_Type |
bool | m_CrossOrigin |
TSeqRange | m_Range |
sequence More... | |
TSeqRange | m_ProdRange |
in nucleotide coord. More... | |
bool | m_ExonDirForward |
Previous segment's strand of an intron or this segment's strand if it is an exon. More... | |
Data structure for holding a feature segment.
It could be an exon, intron or out of bound
Definition at line 100 of file gui_object_info_seq_feat.hpp.