Proto
|
Pointwise Variable. More...
#include <Proto_BoxData.H>
Public Member Functions | |
CUDA_DECORATION | __attribute__ ((always_inline)) T &operator()(unsigned int a_c |
Pointwise Accessor. More... | |
Pointwise Variable.
Var is used for implementing pointwise operators on BoxDatas. See the documentation for forall for more information. Template parameters refer to the type and dimension of data held by the associated BoxData. See BoxData documentation.
T | Type of data in array (bool, int, double, etc.) |
C | Number of components in first data index. Defaults to 1. |
D | Number of components in second data index. Defaults to 1. |
E | Number of components in third data index. Defaults to 1. |