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