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