public class cudaExtent extends 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
|
cudaExtent(long width,
long height,
long depth)
Creates a new cudaExtent with the given sizes
|
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 cudaExtentpublic cudaExtent(long width,
long height,
long depth)
width - The width of the cudaExtentheight - The height of the cudaExtentdepth - The depth of the cudaExtentCopyright © 2016. All rights reserved.