| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Common | |
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Method and Description |
|---|---|
b3UnsignedCharArray |
b3UnsignedCharArray.getPointer(long i) |
b3UnsignedCharArray |
b3UnsignedCharArray.position(long position) |
b3UnsignedCharArray |
b3UnsignedCharArray.put(b3UnsignedCharArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3UnsignedCharArray.copyFromArray(b3UnsignedCharArray otherArray) |
b3UnsignedCharArray |
b3UnsignedCharArray.put(b3UnsignedCharArray other) |
| Constructor and Description |
|---|
b3UnsignedCharArray(b3UnsignedCharArray 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 |
b3UnsignedCharOCLArray.copyFromHost(b3UnsignedCharArray srcArray) |
void |
b3UnsignedCharOCLArray.copyFromHost(b3UnsignedCharArray srcArray,
boolean waitForCompletion) |
void |
b3UnsignedCharOCLArray.copyToHost(b3UnsignedCharArray destArray) |
void |
b3UnsignedCharOCLArray.copyToHost(b3UnsignedCharArray destArray,
boolean waitForCompletion) |
Copyright © 2024. All rights reserved.