public class cudaExtent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
depth
The depth of this cudaExtent
|
long |
height
The height of this cudaExtent, in elements
|
long |
width
The width of this cudaExtent, in elements
|
| Constructor and Description |
|---|
cudaExtent()
Creates a new cudaExtent with all-zero sizes
|
cudaExtent(int width,
int height,
int depth)
Creates a new cudaExtent with the given sizes
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a String representation of this object.
|
public long width
public long height
public long depth
public cudaExtent()
public cudaExtent(int width,
int height,
int depth)
width - The width of the cudaExtentheight - The height of the cudaExtentdepth - The depth of the cudaExtent