@Properties(inherit=nvcomp.class) public class nvcompAlignmentRequirements_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
nvcompAlignmentRequirements_t()
Default native constructor.
|
nvcompAlignmentRequirements_t(long size)
Native array allocator.
|
nvcompAlignmentRequirements_t(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
nvcompAlignmentRequirements_t |
getPointer(long i) |
long |
input()
Minimum alignment requirement of each input buffer.
|
nvcompAlignmentRequirements_t |
input(long setter) |
long |
output()
Minimum alignment requirement of each output buffer.
|
nvcompAlignmentRequirements_t |
output(long setter) |
nvcompAlignmentRequirements_t |
position(long position) |
long |
temp()
Minimum alignment requirement of temporary-storage buffer, if any.
|
nvcompAlignmentRequirements_t |
temp(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, zero
public nvcompAlignmentRequirements_t()
public nvcompAlignmentRequirements_t(long size)
Pointer.position(long)
.public nvcompAlignmentRequirements_t(Pointer p)
Pointer(Pointer)
.public nvcompAlignmentRequirements_t position(long position)
public nvcompAlignmentRequirements_t getPointer(long i)
getPointer
in class Pointer
public nvcompAlignmentRequirements_t input(long setter)
@Cast(value="size_t") public long output()
public nvcompAlignmentRequirements_t output(long setter)
@Cast(value="size_t") public long temp()
public nvcompAlignmentRequirements_t temp(long setter)
Copyright © 2024. All rights reserved.