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