CellGPU  0.8.0
GPU-accelerated simulations of cells
Public Types | List of all members
access_mode Struct Reference

A structure for declaring how we want to access data (read, write, overwrite?) More...

#include <gpuarray.h>

Public Types

enum  Enum { read, readwrite, overwrite }
 An enumeration of possibilities. More...
 

Detailed Description

A structure for declaring how we want to access data (read, write, overwrite?)

Member Enumeration Documentation

◆ Enum

An enumeration of possibilities.

Enumerator
read 

we just want to read

readwrite 

we intend to both read and write

overwrite 

we will completely overwrite all of the data


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