ESScript  Revision_
Functions
paso/src/IndexList.cpp File Reference
#include "IndexList.h"
#include "Paso.h"

Functions

void Paso_IndexList_insertIndex (Paso_IndexList *in, index_t index)
dim_t Paso_IndexList_count (Paso_IndexList *in, index_t range_min, index_t range_max)
void Paso_IndexList_toArray (Paso_IndexList *in, index_t *array, index_t range_min, index_t range_max, index_t index_offset)
void Paso_IndexList_free (Paso_IndexList *in)
Paso_IndexListArrayPaso_IndexListArray_alloc (const dim_t n)
void Paso_IndexListArray_free (Paso_IndexListArray *in)

Function Documentation

dim_t Paso_IndexList_count ( Paso_IndexList in,
index_t  range_min,
index_t  range_max 
)
void Paso_IndexList_free ( Paso_IndexList in)
void Paso_IndexList_insertIndex ( Paso_IndexList in,
index_t  index 
)
void Paso_IndexList_toArray ( Paso_IndexList in,
index_t array,
index_t  range_min,
index_t  range_max,
index_t  index_offset 
)
Paso_IndexListArray* Paso_IndexListArray_alloc ( const dim_t  n)
void Paso_IndexListArray_free ( Paso_IndexListArray in)