Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
at ( int n ) : int | ||
btAlignedObjectArrayInt ( ) : System | ||
btAlignedObjectArrayInt ( |
||
capacity ( ) : int | ||
clear ( ) : void | ||
copyFromArray ( |
||
expand ( ) : |
||
expand ( int fillValue ) : |
||
expandNonInitializing ( ) : |
||
findBinarySearch ( int key ) : int | ||
findLinearSearch ( int key ) : int | ||
initializeFromBuffer ( |
||
pop_back ( ) : void | ||
push_back ( int _Val ) : void | ||
remove ( int key ) : void | ||
reserve ( int _Count ) : void | ||
resize ( int newsize ) : void | ||
resize ( int newsize, int fillData ) : void | ||
resizeNoInitialize ( int newsize ) : void | ||
size ( ) : int | ||
swap ( int index0, int index1 ) : void |
Method | Description | |
---|---|---|
btAlignedObjectArrayInt ( |
||
getCPtr ( |
public btAlignedObjectArrayInt ( |
||
otherArray | ||
return | System |
public copyFromArray ( |
||
otherArray | ||
return | void |
public expand ( int fillValue ) : |
||
fillValue | int | |
return |
public expandNonInitializing ( ) : |
||
return |
public initializeFromBuffer ( |
||
buffer | ||
size | int | |
capacity | int | |
return | void |
public resize ( int newsize, int fillData ) : void | ||
newsize | int | |
fillData | int | |
return | void |
public resizeNoInitialize ( int newsize ) : void | ||
newsize | int | |
return | void |
public swap ( int index0, int index1 ) : void | ||
index0 | int | |
index1 | int | |
return | void |