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