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/blast__dynarray_8h_source.html below:

NCBI C++ ToolKit: src/algo/blast/core/blast_dynarray.h Source File

34 #ifndef ALGO_BLAST_CORE__BLAST_DYNARRAY__H 35 #define ALGO_BLAST_CORE__BLAST_DYNARRAY__H 52 #define INIT_NUM_ELEMENTS 8 151 #define INIT_NUM_GEN_CODES 30

Int2 DynamicUint4Array_Append(SDynamicUint4Array *arr, Uint4 element)

Append a Uint4 to the dynamic array structure.

struct SDynamicUint4Array SDynamicUint4Array

Data structure to maintain a dynamically allocated array of Uint4.

Int2 DynamicInt4Array_Append(SDynamicInt4Array *arr, Int4 element)

Append a Int4 to the dynamic array structure.

struct SDynamicInt4Array SDynamicInt4Array

Data structure to maintain a dynamically allocated array of Int4.

SDynamicSGenCodeNodeArray * DynamicSGenCodeNodeArrayFree(SDynamicSGenCodeNodeArray *arr)

Deallocates a dynamic array structure.

SDynamicUint4Array * DynamicUint4Array_Dup(const SDynamicUint4Array *src)

Make a deep copy of the src dynamic array.

SDynamicInt4Array * DynamicInt4ArrayNew()

Allocate a dynamic array of Int4 with the initial size of INIT_NUM_ELEMENTS.

Int2 DynamicSGenCodeNodeArray_Append(SDynamicSGenCodeNodeArray *arr, SGenCodeNode element)

Append a SGenCodeNode to the dynamic array structure.

Int4 DynamicUint4Array_Copy(SDynamicUint4Array *dest, const SDynamicUint4Array *src)

Make a shallow copy of the src dynamic array into the dest dynamic array.

struct SGenCodeNode SGenCodeNode

Elements of the SDynamicSGenCodeNodeArray dynamic array.

SDynamicSGenCodeNodeArray * DynamicSGenCodeNodeArrayNew()

Allocate a dynamic array of SGenCodeNode with the initial size of INIT_NUM_ELEMENTS.

Uint1 * DynamicSGenCodeNodeArray_Find(const SDynamicSGenCodeNodeArray *arr, Uint4 gen_code_id)

Searches the dynamic array for any element that matches the requested genetic code id.

SDynamicUint4Array * DynamicUint4ArrayNew()

Allocate a dynamic array of Uint4 with the initial size of INIT_NUM_ELEMENTS.

SDynamicUint4Array * DynamicUint4ArrayNewEx(Uint4 init_num_elements)

Allocate a dynamic array of Uint4 with an initial size of specified as an argument to the function.

Boolean DynamicUint4Array_AreEqual(const SDynamicUint4Array *a, const SDynamicUint4Array *b)

Compares dynamic arrays a and b for equality of its contents.

struct SDynamicSGenCodeNodeArray SDynamicSGenCodeNodeArray

Data structure to maintain a dynamically allocated array of SGenCodeNode.

SDynamicInt4Array * DynamicInt4ArrayFree(SDynamicInt4Array *arr)

Deallocates a dynamic array structure.

SDynamicUint4Array * DynamicUint4ArrayFree(SDynamicUint4Array *arr)

Deallocates a dynamic array structure.

Defines to provide correct exporting from BLAST DLL in Windows.

#define NCBI_XBLAST_EXPORT

NULL operations for other cases.

static vector< string > arr

uint8_t Uint1

1-byte (8-bit) unsigned integer

int16_t Int2

2-byte (16-bit) signed integer

int32_t Int4

4-byte (32-bit) signed integer

uint32_t Uint4

4-byte (32-bit) unsigned integer

Type and macro definitions from C toolkit that are not defined in C++ toolkit.

Uint1 Boolean

bool replacment for C

Data structure to maintain a dynamically allocated array of Int4.

Int4 * data

array of Int4

Uint4 num_allocated

size of array below

Uint4 num_used

number of elements used in this array

Data structure to maintain a dynamically allocated array of SGenCodeNode.

SGenCodeNode * data

array of SGenCodeNode

Uint4 num_used

number of elements used in this array

Uint4 num_allocated

size of array below

Data structure to maintain a dynamically allocated array of Uint4.

Uint4 * data

array of Uint4

Uint4 num_used

number of elements used in this array

Uint4 num_allocated

size of array below

Elements of the SDynamicSGenCodeNodeArray dynamic array.

Uint1 * gc_str

Genetic code string.

Uint4 gc_id

Genetic code id.


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