public class Vector_PxSweepQueryResult extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
Vector_PxSweepQueryResult() |
|
Vector_PxSweepQueryResult(int size) |
protected |
Vector_PxSweepQueryResult(long address) |
| Modifier and Type | Method and Description |
|---|---|
PxSweepQueryResult |
at(int index) |
void |
clear() |
PxSweepQueryResult |
data() |
void |
destroy() |
void |
push_back(PxSweepQueryResult value) |
int |
size() |
static Vector_PxSweepQueryResult |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected Vector_PxSweepQueryResult(long address)
public Vector_PxSweepQueryResult()
public Vector_PxSweepQueryResult(int size)
size - WebIDL type: unsigned longpublic static Vector_PxSweepQueryResult wrapPointer(long address)
public void destroy()
public PxSweepQueryResult at(int index)
index - WebIDL type: unsigned longPxSweepQueryResult [Ref]public PxSweepQueryResult data()
PxSweepQueryResultpublic int size()
public void push_back(PxSweepQueryResult value)
value - WebIDL type: PxSweepQueryResult [Ref]public void clear()