|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.dim3
public class dim3
Java port of a dim3.
JCuda.cudaConfigureCall(jcuda.runtime.dim3, jcuda.runtime.dim3, long, jcuda.runtime.cudaStream_t)
Field Summary | |
---|---|
int |
x
The x size |
int |
y
The y size |
int |
z
The z size |
Constructor Summary | |
---|---|
dim3()
Creates a new dim3, with default size (1,1,1) |
|
dim3(int x,
int y,
int z)
Creates a new dim3, with the given size |
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 int x
public int y
public int z
Constructor Detail |
---|
public dim3()
public dim3(int x, int y, int z)
x
- The x sizey
- The y sizez
- The z sizeMethod 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 |