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