A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/Sparse__align___8hpp_source.html below:

NCBI C++ ToolKit: include/objects/seqalign/Sparse_align_.hpp Source File

41 #ifndef OBJECTS_SEQALIGN_SPARSE_ALIGN_BASE_HPP 42 #define OBJECTS_SEQALIGN_SPARSE_ALIGN_BASE_HPP 53 #ifndef BEGIN_objects_SCOPE 54 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects) 55 # define END_objects_SCOPE END_SCOPE(objects) 96  typedef

vector< TSeqPos >

TLens

;

124  bool

IsSetFirst_id(

void

)

const

;

131  bool

CanGetFirst_id(

void

)

const

;

134  void

ResetFirst_id(

void

);

140  const TFirst_id

& GetFirst_id(

void

)

const

;

161  bool

IsSetSecond_id(

void

)

const

;

168  bool

CanGetSecond_id(

void

)

const

;

171  void

ResetSecond_id(

void

);

177  const TSecond_id

& GetSecond_id(

void

)

const

;

199  bool

IsSetNumseg(

void

)

const

;

206  bool

CanGetNumseg(

void

)

const

;

209  void

ResetNumseg(

void

);

215  TNumseg

GetNumseg(

void

)

const

;

237  bool

IsSetFirst_starts(

void

)

const

;

244  bool

CanGetFirst_starts(

void

)

const

;

247  void

ResetFirst_starts(

void

);

269  bool

IsSetSecond_starts(

void

)

const

;

276  bool

CanGetSecond_starts(

void

)

const

;

279  void

ResetSecond_starts(

void

);

301  bool

IsSetLens(

void

)

const

;

308  bool

CanGetLens(

void

)

const

;

311  void

ResetLens(

void

);

317  const TLens

& GetLens(

void

)

const

;

323  TLens

& SetLens(

void

);

332  bool

IsSetSecond_strands(

void

)

const

;

339  bool

CanGetSecond_strands(

void

)

const

;

342  void

ResetSecond_strands(

void

);

364  bool

IsSetSeg_scores(

void

)

const

;

371  bool

CanGetSeg_scores(

void

)

const

;

374  void

ResetSeg_scores(

void

);

389  virtual void

Reset(

void

);

Base class for all serializable objects.

static char UnassignedByte(void)

void ThrowUnassigned(TMemberIndex index) const

uint32_t Uint4

4-byte (32-bit) unsigned integer

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

#define NCBI_SEQALIGN_EXPORT

bool CanGetNumseg(void) const

Check if it is safe to call GetNumseg method.

bool CanGetSeg_scores(void) const

Check if it is safe to call GetSeg_scores method.

bool CanGetSecond_starts(void) const

Check if it is safe to call GetSecond_starts method.

CSparse_align_Base(const CSparse_align_Base &)

TSeg_scores & SetSeg_scores(void)

Assign a value to Seg_scores data member.

bool IsSetFirst_starts(void) const

starts on the first sequence [numseg] Check if a value has been assigned to First_starts data member.

CRef< TSecond_id > m_Second_id

const TSeg_scores & GetSeg_scores(void) const

Get the Seg_scores member data.

bool IsSetFirst_id(void) const

Check if a value has been assigned to First_id data member.

bool CanGetSecond_strands(void) const

Check if it is safe to call GetSecond_strands method.

void ResetNumseg(void)

Reset Numseg data member.

DECLARE_INTERNAL_TYPE_INFO()

bool IsSetSecond_id(void) const

Check if a value has been assigned to Second_id data member.

bool CanGetFirst_id(void) const

Check if it is safe to call GetFirst_id method.

bool CanGetFirst_starts(void) const

Check if it is safe to call GetFirst_starts method.

bool IsSetSeg_scores(void) const

per-segment scores Check if a value has been assigned to Seg_scores data member.

const TFirst_id & GetFirst_id(void) const

Get the First_id member data.

CSparse_align_Base & operator=(const CSparse_align_Base &)

vector< int > m_Second_starts

TSecond_id & SetSecond_id(void)

Assign a value to Second_id data member.

CRef< TFirst_id > m_First_id

TSecond_starts & SetSecond_starts(void)

Assign a value to Second_starts data member.

bool IsSetSecond_starts(void) const

starts on the second sequence [numseg] Check if a value has been assigned to Second_starts data membe...

TNumseg & SetNumseg(void)

Assign a value to Numseg data member.

const TSecond_starts & GetSecond_starts(void) const

Get the Second_starts member data.

TLens & SetLens(void)

Assign a value to Lens data member.

const TLens & GetLens(void) const

Get the Lens member data.

bool IsSetSecond_strands(void) const

Check if a value has been assigned to Second_strands data member.

vector< int > TSecond_starts

const TFirst_starts & GetFirst_starts(void) const

Get the First_starts member data.

Tparent::CMemberIndex< E_memberIndex, 9 > TmemberIndex

TNumseg GetNumseg(void) const

Get the Numseg member data.

bool CanGetLens(void) const

Check if it is safe to call GetLens method.

vector< CRef< CScore > > m_Seg_scores

TFirst_starts & SetFirst_starts(void)

Assign a value to First_starts data member.

vector< int > m_First_starts

const TSecond_strands & GetSecond_strands(void) const

Get the Second_strands member data.

vector< ENa_strand > m_Second_strands

TFirst_id & SetFirst_id(void)

Assign a value to First_id data member.

const TSecond_id & GetSecond_id(void) const

Get the Second_id member data.

vector< int > TFirst_starts

bool IsSetNumseg(void) const

number of segments Check if a value has been assigned to Numseg data member.

TSecond_strands & SetSecond_strands(void)

Assign a value to Second_strands data member.

vector< CRef< CScore > > TSeg_scores

bool IsSetLens(void) const

lengths of segments [numseg] Check if a value has been assigned to Lens data member.

vector< ENa_strand > TSecond_strands

bool CanGetSecond_id(void) const

Check if it is safe to call GetSecond_id method.

void ResetFirst_id(void)

Reset First_id data member.

void ResetSecond_id(void)

Reset Second_id data member.

const GenericPointer< typename T::ValueType > T2 value


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4