|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaPitchedPtr
public class cudaPitchedPtr
Java port of a cudaPitchedPtr
JCuda.cudaMalloc3D(cudaPitchedPtr, cudaExtent)
,
JCuda.cudaMemcpy3D(cudaMemcpy3DParms)
,
JCuda.cudaMemset3D(cudaPitchedPtr, int, cudaExtent)
Field Summary | |
---|---|
long |
pitch
The pitch of the pointer, in bytes |
Pointer |
ptr
Pointer to allocated memory. |
long |
xsize
xsize and ysize, the logical width and height of the, are equivalent to the width and height extent parameters provided by the programmer during allocation |
long |
ysize
xsize and ysize, the logical width and height of the, are equivalent to the width and height extent parameters provided by the programmer during allocation |
Constructor Summary | |
---|---|
cudaPitchedPtr()
Creates a new, uninitialized cudaPitchedPtr |
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 Pointer ptr
public long pitch
public long xsize
public long ysize
Constructor Detail |
---|
public cudaPitchedPtr()
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 |