atlas
|
Public Types | |
enum | { BASE = 1 } |
Public Member Functions | |
ATLAS_HOST_DEVICE | ConnectivityIndex (const ConnectivityIndex &other) |
ATLAS_HOST_DEVICE | ConnectivityIndex (idx_t *idx) |
ATLAS_HOST_DEVICE void | set (const idx_t &value) |
ATLAS_HOST_DEVICE idx_t | get () const |
ATLAS_HOST_DEVICE void | operator= (const idx_t &value) |
ATLAS_HOST_DEVICE ConnectivityIndex & | operator+ (const idx_t &value) |
ATLAS_HOST_DEVICE ConnectivityIndex & | operator- (const idx_t &value) |
ATLAS_HOST_DEVICE ConnectivityIndex & | operator-- () |
ATLAS_HOST_DEVICE ConnectivityIndex & | operator++ () |
ATLAS_HOST_DEVICE | operator idx_t () const |