|
VisioMove SDK (Android)
2.1.22
|

Static Public Member Functions | |
| static VgPointDescriptorRefPtr | create () |
| static VgPointDescriptorRefPtr | create (VgPointDescriptorRefPtr pOther) |
This structure encapsulates the point description parameters.
The VgPointDescriptor contains the all the attributes that are useful for describing the behaviour of a VgPoint object.
Below is a code snippet showing how an allocated VgPointDescriptor can be configured:
|
static |
This static method returns a new heap-allocated descriptor. It is the only method that should be used to instantiate new descriptors. It is a way to make sure no one will delete it, except the last VgRefPtr pointing to it.
|
static |
This static method returns a new heap-allocated descriptor. It is the only method that should be used to instantiate new descriptors. It is a way to make sure no one will delete it, except the last VgRefPtr pointing to it.
| pOther |
| VgAltitudeMode VgPointDescriptor.getMAltitudeMode | ( | ) |
References VgAltitudeMode.swigToEnum().
| VgAnchorMode VgPointDescriptor.getMAnchorPosition | ( | ) |
References VgAnchorMode.swigToEnum().
| boolean VgPointDescriptor.getMForceFrontFace | ( | ) |
| float VgPointDescriptor.getMGeometryConstantSizeDistance | ( | ) |
| float VgPointDescriptor.getMHeading | ( | ) |
| VgOrientationType VgPointDescriptor.getMHeadingOrientationType | ( | ) |
References VgOrientationType.swigToEnum().
| String VgPointDescriptor.getMID | ( | ) |
| VgMarkerDescriptorVector VgPointDescriptor.getMMarkerDescriptors | ( | ) |
| float VgPointDescriptor.getMPitch | ( | ) |
| VgOrientationType VgPointDescriptor.getMPitchOrientationType | ( | ) |
References VgOrientationType.swigToEnum().
| VgPosition VgPointDescriptor.getMPosition | ( | ) |
| float VgPointDescriptor.getMRectangleHeight | ( | ) |
| float VgPointDescriptor.getMRectangleWidth | ( | ) |
| float VgPointDescriptor.getMRoll | ( | ) |
| VgOrientationType VgPointDescriptor.getMRollOrientationType | ( | ) |
References VgOrientationType.swigToEnum().
| VgSizePolicy VgPointDescriptor.getMSizePolicy | ( | ) |
References VgSizePolicy.swigToEnum().
| void VgPointDescriptor.setMAltitudeMode | ( | VgAltitudeMode | value | ) |
| void VgPointDescriptor.setMAnchorPosition | ( | VgAnchorMode | value | ) |
| void VgPointDescriptor.setMForceFrontFace | ( | boolean | value | ) |
| void VgPointDescriptor.setMGeometryConstantSizeDistance | ( | float | value | ) |
| void VgPointDescriptor.setMHeading | ( | float | value | ) |
| void VgPointDescriptor.setMHeadingOrientationType | ( | VgOrientationType | value | ) |
| void VgPointDescriptor.setMID | ( | String | value | ) |
| void VgPointDescriptor.setMMarkerDescriptors | ( | VgMarkerDescriptorVector | value | ) |
| void VgPointDescriptor.setMPitch | ( | float | value | ) |
| void VgPointDescriptor.setMPitchOrientationType | ( | VgOrientationType | value | ) |
| void VgPointDescriptor.setMPosition | ( | VgPosition | value | ) |
| void VgPointDescriptor.setMRectangleHeight | ( | float | value | ) |
| void VgPointDescriptor.setMRectangleWidth | ( | float | value | ) |
| void VgPointDescriptor.setMRoll | ( | float | value | ) |
| void VgPointDescriptor.setMRollOrientationType | ( | VgOrientationType | value | ) |
| void VgPointDescriptor.setMSizePolicy | ( | VgSizePolicy | value | ) |