escript
Revision_4925
|
#include <IndexList.h>
Public Member Functions | |
void | insertIndex (index_t index) |
inserts row index into the IndexList in if it does not exist More... | |
dim_t | count (index_t range_min, index_t range_max) const |
counts the number of row indices in the IndexList in More... | |
void | toArray (index_t *array, index_t range_min, index_t range_max, index_t index_offset) const |
index list to array More... | |
Public Attributes | |
std::list< index_t > | m_list |
|
inline |
|
inline |
index list to array
References m_list.
std::list<index_t> esysUtils::IndexList::m_list |
Referenced by count(), insertIndex(), and toArray().