@NoOffset @Properties(inherit=Bullet3OpenCL.class) public class b3BoundSearchCL extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
BOUND_LOWER
enum b3BoundSearchCL::Option
|
static int |
BOUND_UPPER
enum b3BoundSearchCL::Option
|
static int |
COUNT
enum b3BoundSearchCL::Option
|
| Constructor and Description |
|---|
b3BoundSearchCL(Pointer p)
Pointer cast constructor.
|
b3BoundSearchCL(Pointer context,
Pointer device,
Pointer queue,
int size) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic static final int BOUND_LOWER
public static final int BOUND_UPPER
public static final int COUNT
public b3BoundSearchCL(Pointer p)
Pointer(Pointer).public b3BoundSearchCL m_context(Pointer setter)
public b3BoundSearchCL m_device(Pointer setter)
public b3BoundSearchCL m_queue(Pointer setter)
public b3BoundSearchCL m_lowerSortDataKernel(Pointer setter)
public b3BoundSearchCL m_upperSortDataKernel(Pointer setter)
public b3BoundSearchCL m_subtractKernel(Pointer setter)
public b3Int4OCLArray m_constbtOpenCLArray()
public b3BoundSearchCL m_constbtOpenCLArray(b3Int4OCLArray setter)
public b3UnsignedIntOCLArray m_lower()
public b3BoundSearchCL m_lower(b3UnsignedIntOCLArray setter)
public b3UnsignedIntOCLArray m_upper()
public b3BoundSearchCL m_upper(b3UnsignedIntOCLArray setter)
public b3FillCL m_filler()
public b3BoundSearchCL m_filler(b3FillCL setter)
public void execute(@ByRef b3SortDataOCLArray src, int nSrc, @ByRef b3UnsignedIntOCLArray dst, int nDst, @Cast(value="b3BoundSearchCL::Option") int option)
public void execute(@ByRef b3SortDataOCLArray src, int nSrc, @ByRef b3UnsignedIntOCLArray dst, int nDst)
public void executeHost(@ByRef b3SortDataArray src, int nSrc, @ByRef b3UnsignedIntArray dst, int nDst, @Cast(value="b3BoundSearchCL::Option") int option)
public void executeHost(@ByRef b3SortDataArray src, int nSrc, @ByRef b3UnsignedIntArray dst, int nDst)
Copyright © 2024. All rights reserved.