NCBI C++ ToolKit
Public Member Functions | Public Attributes | List of all members
SIntron Struct Reference

Search Toolkit Book for SIntron

#include <algo/gnomon/aligncollapser.hpp>

+ Collaboration diagram for SIntron:

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
 

Detailed Description

Definition at line 60 of file aligncollapser.hpp.

Constructor & Destructor Documentation

◆ SIntron()

SIntron::SIntron ( int  a,
int  b,
int  strand,
bool  oriented,
const string sig 
)
inline

Definition at line 61 of file aligncollapser.hpp.

Member Function Documentation

◆ operator<()

bool SIntron::operator< ( const SIntron i) const
inline

Definition at line 62 of file aligncollapser.hpp.

References i, m_oriented, m_range, and m_strand.

Member Data Documentation

◆ m_oriented

bool SIntron::m_oriented

Definition at line 73 of file aligncollapser.hpp.

Referenced by CAlignCollapser::FilterAlignments(), and operator<().

◆ m_range

TSignedSeqRange SIntron::m_range

◆ m_sig

string SIntron::m_sig

Definition at line 74 of file aligncollapser.hpp.

◆ m_strand

int SIntron::m_strand

Definition at line 72 of file aligncollapser.hpp.

Referenced by CAlignCollapser::FilterAlignments(), and operator<().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:58 2024 by modify_doxy.py rev. 669887