#include <FieldAccessorXYZ.h>
|
| FieldAccessorXYZ (char *ptr, size_t xOffset, size_t yOffset, size_t zOffset, size_t fOffset) |
|
__device__ void | set (uint3 blockIdx, uint3 threadIdx) |
|
__device__ T & | get () |
|
__device__ T & | get (int f) |
|
__device__ T & | getNeighbor (int cx, int cy, int cz) const |
|
__device__ T & | getNeighbor (int cx, int cy, int cz, int cf) |
|
◆ FieldAccessorXYZ()
◆ get() [1/2]
◆ get() [2/2]
◆ getNeighbor() [1/2]
◆ getNeighbor() [2/2]
◆ set()
◆ fOffset_
◆ ptr_
◆ xOffset_
◆ yOffset_
◆ zOffset_
The documentation for this class was generated from the following file: