|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgPointDescriptorVector () | |
| VgPointDescriptorVector (long n) | |
| long | size () |
| long | capacity () |
| void | reserve (long n) |
| boolean | isEmpty () |
| void | clear () |
| void | add (VgPointDescriptorRefPtr x) |
| VgPointDescriptorRefPtr | get (int i) |
| void | set (int i, VgPointDescriptorRefPtr val) |
| VgPointDescriptorVector.VgPointDescriptorVector | ( | ) |
| VgPointDescriptorVector.VgPointDescriptorVector | ( | long | n | ) |
| void VgPointDescriptorVector.add | ( | VgPointDescriptorRefPtr | x | ) |
| long VgPointDescriptorVector.capacity | ( | ) |
| void VgPointDescriptorVector.clear | ( | ) |
| VgPointDescriptorRefPtr VgPointDescriptorVector.get | ( | int | i | ) |
| boolean VgPointDescriptorVector.isEmpty | ( | ) |
| void VgPointDescriptorVector.reserve | ( | long | n | ) |
| void VgPointDescriptorVector.set | ( | int | i, |
| VgPointDescriptorRefPtr | val | ||
| ) |
| long VgPointDescriptorVector.size | ( | ) |