public class cudaPitchedPtr extends Object
| Modifier and Type | Field and Description | 
|---|---|
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 and Description | 
|---|
cudaPitchedPtr()
Creates a new, uninitialized cudaPitchedPtr 
 | 
public Pointer ptr
public long pitch
public long xsize
public long ysize
Copyright © 2020. All rights reserved.