public class btGimBvhDataArray extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btGimBvhDataArray.less |
className| Constructor and Description |
|---|
btGimBvhDataArray() |
btGimBvhDataArray(btGimBvhDataArray otherArray) |
btGimBvhDataArray(long cPtr,
boolean cMemoryOwn)
Construct a new btGimBvhDataArray, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
GIM_BVH_DATA |
at(int n) |
GIM_BVH_DATA |
atConst(int n) |
int |
capacity() |
void |
clear() |
void |
copyFromArray(btGimBvhDataArray otherArray) |
GIM_BVH_DATA |
expand() |
GIM_BVH_DATA |
expand(GIM_BVH_DATA fillValue) |
GIM_BVH_DATA |
expandNonInitializing() |
static long |
getCPtr(btGimBvhDataArray obj) |
void |
initializeFromBuffer(long buffer,
int size,
int capacity) |
btGimBvhDataArray |
operatorAssignment(btGimBvhDataArray other) |
GIM_BVH_DATA |
operatorSubscript(int n) |
GIM_BVH_DATA |
operatorSubscriptConst(int n) |
void |
pop_back() |
void |
push_back(GIM_BVH_DATA _Val) |
void |
removeAtIndex(int index) |
void |
reserve(int _Count) |
void |
resize(int newsize) |
void |
resize(int newsize,
GIM_BVH_DATA fillData) |
void |
resizeNoInitialize(int newsize) |
int |
size() |
void |
swap(int index0,
int index1) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btGimBvhDataArray(long cPtr,
boolean cMemoryOwn)
public btGimBvhDataArray()
public btGimBvhDataArray(btGimBvhDataArray otherArray)
public static long getCPtr(btGimBvhDataArray obj)
public btGimBvhDataArray operatorAssignment(btGimBvhDataArray other)
public int size()
public GIM_BVH_DATA atConst(int n)
public GIM_BVH_DATA at(int n)
public GIM_BVH_DATA operatorSubscriptConst(int n)
public GIM_BVH_DATA operatorSubscript(int n)
public void clear()
public void pop_back()
public void resizeNoInitialize(int newsize)
public void resize(int newsize,
GIM_BVH_DATA fillData)
public void resize(int newsize)
public GIM_BVH_DATA expandNonInitializing()
public GIM_BVH_DATA expand(GIM_BVH_DATA fillValue)
public GIM_BVH_DATA expand()
public void push_back(GIM_BVH_DATA _Val)
public int capacity()
public void reserve(int _Count)
public void swap(int index0,
int index1)
public void removeAtIndex(int index)
public void initializeFromBuffer(long buffer,
int size,
int capacity)
public void copyFromArray(btGimBvhDataArray otherArray)
Copyright © 2021. All rights reserved.