|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaPos
public class cudaPos
Java port of a cudaPos.
cudaMemcpy3DParms
Field Summary | |
---|---|
long |
x
The x component |
long |
y
The y component |
long |
z
The z component |
Constructor Summary | |
---|---|
cudaPos()
Creates a new cudaPos at (0,0,0) |
|
cudaPos(long x,
long y,
long z)
Creates a new cudaPos with the given position |
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 x
public long y
public long z
Constructor Detail |
---|
public cudaPos()
public cudaPos(long x, long y, long z)
x
- The x componenty
- The y componentz
- The z componentMethod 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 |