|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.runtime.cudaMemcpy3DParms
public class cudaMemcpy3DParms
Java port of cudaMemcpy3DParms.
Most comments are taken from the CUDA reference manual.
JCuda.cudaMemcpy3D(jcuda.runtime.cudaMemcpy3DParms)| Field Summary | |
|---|---|
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 Summary | |
|---|---|
cudaMemcpy3DParms()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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| Constructor Detail |
|---|
public cudaMemcpy3DParms()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toFormattedString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||