public class btGimBvhTreeNodeArray extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btGimBvhTreeNodeArray.less |
className| Constructor and Description |
|---|
btGimBvhTreeNodeArray() |
btGimBvhTreeNodeArray(btGimBvhTreeNodeArray otherArray) |
btGimBvhTreeNodeArray(long cPtr,
boolean cMemoryOwn)
Construct a new btGimBvhTreeNodeArray, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
GIM_BVH_TREE_NODE |
at(int n) |
GIM_BVH_TREE_NODE |
atConst(int n) |
int |
capacity() |
void |
clear() |
void |
copyFromArray(btGimBvhTreeNodeArray otherArray) |
GIM_BVH_TREE_NODE |
expand() |
GIM_BVH_TREE_NODE |
expand(GIM_BVH_TREE_NODE fillValue) |
GIM_BVH_TREE_NODE |
expandNonInitializing() |
static long |
getCPtr(btGimBvhTreeNodeArray obj) |
void |
initializeFromBuffer(long buffer,
int size,
int capacity) |
btGimBvhTreeNodeArray |
operatorAssignment(btGimBvhTreeNodeArray other) |
GIM_BVH_TREE_NODE |
operatorSubscript(int n) |
GIM_BVH_TREE_NODE |
operatorSubscriptConst(int n) |
void |
pop_back() |
void |
push_back(GIM_BVH_TREE_NODE _Val) |
void |
removeAtIndex(int index) |
void |
reserve(int _Count) |
void |
resize(int newsize) |
void |
resize(int newsize,
GIM_BVH_TREE_NODE 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 btGimBvhTreeNodeArray(long cPtr,
boolean cMemoryOwn)
public btGimBvhTreeNodeArray()
public btGimBvhTreeNodeArray(btGimBvhTreeNodeArray otherArray)
public static long getCPtr(btGimBvhTreeNodeArray obj)
public btGimBvhTreeNodeArray operatorAssignment(btGimBvhTreeNodeArray other)
public int size()
public GIM_BVH_TREE_NODE atConst(int n)
public GIM_BVH_TREE_NODE at(int n)
public GIM_BVH_TREE_NODE operatorSubscriptConst(int n)
public GIM_BVH_TREE_NODE operatorSubscript(int n)
public void clear()
public void pop_back()
public void resizeNoInitialize(int newsize)
public void resize(int newsize,
GIM_BVH_TREE_NODE fillData)
public void resize(int newsize)
public GIM_BVH_TREE_NODE expandNonInitializing()
public GIM_BVH_TREE_NODE expand(GIM_BVH_TREE_NODE fillValue)
public GIM_BVH_TREE_NODE expand()
public void push_back(GIM_BVH_TREE_NODE _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(btGimBvhTreeNodeArray otherArray)
Copyright © 2021. All rights reserved.