LAMA
|
Structure with type definitions for methods on indexes. More...
#include <LAMAInterface.hpp>
Public Types | |
typedef bool(* | validIndexes )(const IndexType array[], const IndexType n, const IndexType size) |
Check that all values in array are in a certain range. |
Structure with type definitions for methods on indexes.
typedef bool( * lama::UtilsInterface::Indexes::validIndexes)(const IndexType array[], const IndexType n, const IndexType size) |
Check that all values in array are in a certain range.
array | is an array of index values |
n | is the size of array |
size | specifies the range in which array values must fit |