@Properties(inherit=cudart.class) public class cudaPitchedPtr extends Pointer
::make_cudaPitchedPtrPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudaPitchedPtr()
Default native constructor.
|
cudaPitchedPtr(long size)
Native array allocator.
|
cudaPitchedPtr(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
cudaPitchedPtr |
getPointer(long i) |
long |
pitch()
Pitch of allocated memory in bytes
|
cudaPitchedPtr |
pitch(long setter) |
cudaPitchedPtr |
position(long position) |
Pointer |
ptr()
Pointer to allocated memory
|
cudaPitchedPtr |
ptr(Pointer setter) |
long |
xsize()
Logical width of allocation in elements
|
cudaPitchedPtr |
xsize(long setter) |
long |
ysize()
Logical height of allocation in elements
|
cudaPitchedPtr |
ysize(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic cudaPitchedPtr()
public cudaPitchedPtr(long size)
Pointer.position(long).public cudaPitchedPtr(Pointer p)
Pointer(Pointer).public cudaPitchedPtr position(long position)
public cudaPitchedPtr getPointer(long i)
getPointer in class Pointerpublic Pointer ptr()
public cudaPitchedPtr ptr(Pointer setter)
public cudaPitchedPtr pitch(long setter)
public cudaPitchedPtr xsize(long setter)
public cudaPitchedPtr ysize(long setter)
Copyright © 2023. All rights reserved.