@Properties(inherit=cudart.class) public class CUDA_ARRAY3D_DESCRIPTOR extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUDA_ARRAY3D_DESCRIPTOR()
Default native constructor.
|
CUDA_ARRAY3D_DESCRIPTOR(long size)
Native array allocator.
|
CUDA_ARRAY3D_DESCRIPTOR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Depth()
Depth of 3D array
|
CUDA_ARRAY3D_DESCRIPTOR |
Depth(long setter) |
int |
Flags()
Flags
|
CUDA_ARRAY3D_DESCRIPTOR |
Flags(int setter) |
int |
Format()
Array format
|
CUDA_ARRAY3D_DESCRIPTOR |
Format(int setter) |
CUDA_ARRAY3D_DESCRIPTOR |
getPointer(long i) |
long |
Height()
Height of 3D array
|
CUDA_ARRAY3D_DESCRIPTOR |
Height(long setter) |
int |
NumChannels()
Channels per array element
|
CUDA_ARRAY3D_DESCRIPTOR |
NumChannels(int setter) |
CUDA_ARRAY3D_DESCRIPTOR |
position(long position) |
long |
Width()
Width of 3D array
|
CUDA_ARRAY3D_DESCRIPTOR |
Width(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CUDA_ARRAY3D_DESCRIPTOR()
public CUDA_ARRAY3D_DESCRIPTOR(long size)
Pointer.position(long).public CUDA_ARRAY3D_DESCRIPTOR(Pointer p)
Pointer.Pointer(Pointer).public CUDA_ARRAY3D_DESCRIPTOR position(long position)
public CUDA_ARRAY3D_DESCRIPTOR getPointer(long i)
getPointer in class Pointerpublic CUDA_ARRAY3D_DESCRIPTOR Width(long setter)
public CUDA_ARRAY3D_DESCRIPTOR Height(long setter)
public CUDA_ARRAY3D_DESCRIPTOR Depth(long setter)
public CUDA_ARRAY3D_DESCRIPTOR Format(int setter)
public CUDA_ARRAY3D_DESCRIPTOR NumChannels(int setter)
public CUDA_ARRAY3D_DESCRIPTOR Flags(int setter)
Copyright © 2020. All rights reserved.