@Properties(inherit=cudart.class) public class cudaExtent extends Pointer
::make_cudaExtentPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudaExtent()
Default native constructor.
|
cudaExtent(long size)
Native array allocator.
|
cudaExtent(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
depth()
Depth in elements
|
cudaExtent |
depth(long setter) |
long |
height()
Height in elements
|
cudaExtent |
height(long setter) |
cudaExtent |
position(long position) |
long |
width()
Width in elements when referring to array memory, in bytes when referring to linear memory
|
cudaExtent |
width(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic cudaExtent()
public cudaExtent(long size)
Pointer.position(long).public cudaExtent(Pointer p)
Pointer.Pointer(Pointer).public cudaExtent position(long position)
@Cast(value="size_t") public long width()
public cudaExtent width(long setter)
public cudaExtent height(long setter)
public cudaExtent depth(long setter)
Copyright © 2019. All rights reserved.