public class cudaMemcpy3DParms
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
cudaArray |
dstArray
The destination array.
|
cudaPos |
dstPos
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in
units of each object's elements.
|
cudaPitchedPtr |
dstPtr
The destination pointer.
|
cudaExtent |
extent
The extent field defines the dimensions of the transferred area in elements.
|
int |
kind
The kind field defines the direction of the copy.
|
cudaArray |
srcArray
The source array.
|
cudaPos |
srcPos
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in
units of each object's elements.
|
cudaPitchedPtr |
srcPtr
The source pointer.
|
Constructor and Description |
---|
cudaMemcpy3DParms() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String
representation of this object
|
java.lang.String |
toString()
Returns a String representation of this object.
|
public cudaArray srcArray
public cudaPos srcPos
public cudaPitchedPtr srcPtr
public cudaArray dstArray
public cudaPos dstPos
public cudaPitchedPtr dstPtr
public cudaExtent extent
public int kind
cudaMemcpyKind
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toFormattedString()