adapnex::core::OutputArrayMapping
OutputArrayMapping provides an interface for output drivers to receive an array of values from an application. Individual elements can be selected using the index operator and then accessed via the value() method or by mapping a variable that holds the element's value.
Synopsis
Declared in <adapnex/core/mapping.h>
template<
typename T,
size_t N>
class OutputArrayMapping
: public boost::noncopyable
Member Functions
Name |
Description |
Returns a reference to the array consumed by the output driver. The reference can be used to write to the array. |
|
Returns a representation of the element at the given index of the array for individual mappings. |
Friends
| Name | Description |
|---|---|
|
Created with MrDocs