|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUDA_ARRAY3D_DESCRIPTOR
public class CUDA_ARRAY3D_DESCRIPTOR
Java port of a CUDA_ARRAY3D_DESCRIPTOR.
Most comments are taken from the CUDA reference manual.
JCudaDriver.cuArray3DCreate(jcuda.driver.CUarray, jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR)
,
JCudaDriver.cuArray3DGetDescriptor(jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR, jcuda.driver.CUarray)
Field Summary | |
---|---|
long |
Depth
Depth is the depth of the CUDA array (in elements); the CUDA array is one-dimensional if height and depth are 0, two-dimensional if depth is 0, and three-dimensional otherwise; |
int |
Flags
The flags for the array creation. |
int |
Format
Format specifies the format of the elements; CUarray_format |
long |
Height
Height is the height of the CUDA array (in elements); the CUDA array is one-dimensional if height and depth are 0, two-dimensional if depth is 0, and three-dimensional otherwise; |
int |
NumChannels
NumChannels specifies the number of packed components per CUDA array element.; it may be 1, 2 or 4 |
long |
Width
Width is the width of the CUDA array (in elements); |
Constructor Summary | |
---|---|
CUDA_ARRAY3D_DESCRIPTOR()
Creates a new, uninitialized CUDA_ARRAY3D_DESCRIPTOR |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long Width
public long Height
public long Depth
public int Format
CUarray_format
public int NumChannels
public int Flags
JCudaDriver.cuArray3DCreate(CUarray, CUDA_ARRAY3D_DESCRIPTOR)
.
Constructor Detail |
---|
public CUDA_ARRAY3D_DESCRIPTOR()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |