LAMA
lama::UtilsInterface::Setter< ValueType > Struct Template Reference

#include <LAMAInterface.hpp>

Public Types

typedef void(* setVal )(ValueType array[], const IndexType n, const ValueType val)
 Set all elements of a contiguous array with a value.
typedef void(* setOrder )(ValueType array[], const IndexType n)
 Set all elements of a contiguous array with its order number 0, 1, 2, ...

template<typename ValueType>
struct lama::UtilsInterface::Setter< ValueType >


Member Typedef Documentation

template<typename ValueType >
typedef void( * lama::UtilsInterface::Setter< ValueType >::setOrder)(ValueType array[], const IndexType n)

Set all elements of a contiguous array with its order number 0, 1, 2, ...

template<typename ValueType >
typedef void( * lama::UtilsInterface::Setter< ValueType >::setVal)(ValueType array[], const IndexType n, const ValueType val)

Set all elements of a contiguous array with a value.


The documentation for this struct was generated from the following file: