| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Common | |
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Method and Description |
|---|---|
b3UnsignedIntArray |
b3UnsignedIntArray.getPointer(long i) |
b3UnsignedIntArray |
b3UnsignedIntArray.position(long position) |
b3UnsignedIntArray |
b3UnsignedIntArray.put(b3UnsignedIntArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3UnsignedIntArray.copyFromArray(b3UnsignedIntArray otherArray) |
b3UnsignedIntArray |
b3UnsignedIntArray.put(b3UnsignedIntArray other) |
| Constructor and Description |
|---|
b3UnsignedIntArray(b3UnsignedIntArray otherArray)
Generally it is best to avoid using the copy constructor of an b3AlignedObjectArray, and use a (const) reference to the array instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
b3UnsignedIntOCLArray.copyFromHost(b3UnsignedIntArray srcArray) |
void |
b3UnsignedIntOCLArray.copyFromHost(b3UnsignedIntArray srcArray,
boolean waitForCompletion) |
void |
b3UnsignedIntOCLArray.copyToHost(b3UnsignedIntArray destArray) |
void |
b3UnsignedIntOCLArray.copyToHost(b3UnsignedIntArray destArray,
boolean waitForCompletion) |
void |
b3BoundSearchCL.executeHost(b3SortDataArray src,
int nSrc,
b3UnsignedIntArray dst,
int nDst) |
void |
b3BoundSearchCL.executeHost(b3SortDataArray src,
int nSrc,
b3UnsignedIntArray dst,
int nDst,
int option) |
Copyright © 2024. All rights reserved.