|
VisioMove SDK (Android)
2.1.22
|
Static Public Member Functions | |
| static VgLineDescriptorRefPtr | getNull () |
A structure which describes the attributes of a Vg3DModule::VgLine .
Below is a code snippet showing how an allocated VgPointDescriptor can be configured:
| VgLineDescriptorRefPtr.VgLineDescriptorRefPtr | ( | ) |
| VgLineDescriptorRefPtr.VgLineDescriptorRefPtr | ( | VgLineDescriptor | pPointer | ) |
| VgLineDescriptorRefPtr.VgLineDescriptorRefPtr | ( | VgLineDescriptorRefPtr | pRefPtr | ) |
| VgLineDescriptor VgLineDescriptorRefPtr.__deref__ | ( | ) |
| VgLineDescriptor VgLineDescriptorRefPtr.__ref__ | ( | ) |
| VgLineDescriptorRefPtr VgLineDescriptorRefPtr.clone | ( | ) |
Creates a new descriptor by copyiong another one.
| VgLineDescriptorRefPtr VgLineDescriptorRefPtr.copy | ( | ) |
This method returns a heap-allocated copy of a descriptor. It is one of the only two methods 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.
| VgLineDescriptorRefPtr VgLineDescriptorRefPtr.create | ( | ) |
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.
| VgLineDescriptor VgLineDescriptorRefPtr.get | ( | ) |
| VgAltitudeMode VgLineDescriptorRefPtr.getMAltitudeMode | ( | ) |
References VgAltitudeMode.swigToEnum().
| VgColorVector VgLineDescriptorRefPtr.getMColors | ( | ) |
| boolean VgLineDescriptorRefPtr.getMDrawOnTop | ( | ) |
| boolean VgLineDescriptorRefPtr.getMHaveCaps | ( | ) |
| String VgLineDescriptorRefPtr.getMID | ( | ) |
| VgLineType VgLineDescriptorRefPtr.getMLineType | ( | ) |
References VgLineType.swigToEnum().
| double VgLineDescriptorRefPtr.getMMaxCornerRadius | ( | ) |
| float VgLineDescriptorRefPtr.getMMinTesselationDist | ( | ) |
| boolean VgLineDescriptorRefPtr.getMNotifyPOISelectedOnClick | ( | ) |
| VgPositionVector VgLineDescriptorRefPtr.getMPositions | ( | ) |
| float VgLineDescriptorRefPtr.getMScale | ( | ) |
| VgITextureRefPtr VgLineDescriptorRefPtr.getMTexture | ( | ) |
| float VgLineDescriptorRefPtr.getMTextureAnimationSpeed | ( | ) |
| float VgLineDescriptorRefPtr.getMTextureSize | ( | ) |
| double VgLineDescriptorRefPtr.getMVisibilityRampFullyInvisible | ( | ) |
| double VgLineDescriptorRefPtr.getMVisibilityRampFullyVisible | ( | ) |
| double VgLineDescriptorRefPtr.getMVisibilityRampStartInvisible | ( | ) |
| double VgLineDescriptorRefPtr.getMVisibilityRampStartVisible | ( | ) |
| VgDoubleVector VgLineDescriptorRefPtr.getMWidths | ( | ) |
| int VgLineDescriptorRefPtr.getMZIndex | ( | ) |
| int VgLineDescriptorRefPtr.getNbReferences | ( | ) |
|
static |
| boolean VgLineDescriptorRefPtr.isValid | ( | ) |
| void VgLineDescriptorRefPtr.ref | ( | ) |
| VgLineDescriptorRefPtr VgLineDescriptorRefPtr.set | ( | VgLineDescriptor | pPointer | ) |
| void VgLineDescriptorRefPtr.setMAltitudeMode | ( | VgAltitudeMode | value | ) |
| void VgLineDescriptorRefPtr.setMColors | ( | VgColorVector | value | ) |
| void VgLineDescriptorRefPtr.setMDrawOnTop | ( | boolean | value | ) |
| void VgLineDescriptorRefPtr.setMHaveCaps | ( | boolean | value | ) |
| void VgLineDescriptorRefPtr.setMID | ( | String | value | ) |
| void VgLineDescriptorRefPtr.setMLineType | ( | VgLineType | value | ) |
| void VgLineDescriptorRefPtr.setMMaxCornerRadius | ( | double | value | ) |
| void VgLineDescriptorRefPtr.setMMinTesselationDist | ( | float | value | ) |
| void VgLineDescriptorRefPtr.setMNotifyPOISelectedOnClick | ( | boolean | value | ) |
| void VgLineDescriptorRefPtr.setMPositions | ( | VgPositionVector | value | ) |
| void VgLineDescriptorRefPtr.setMScale | ( | float | value | ) |
| void VgLineDescriptorRefPtr.setMTexture | ( | VgITextureRefPtr | value | ) |
| void VgLineDescriptorRefPtr.setMTextureAnimationSpeed | ( | float | value | ) |
| void VgLineDescriptorRefPtr.setMTextureSize | ( | float | value | ) |
| void VgLineDescriptorRefPtr.setMVisibilityRampFullyInvisible | ( | double | value | ) |
| void VgLineDescriptorRefPtr.setMVisibilityRampFullyVisible | ( | double | value | ) |
| void VgLineDescriptorRefPtr.setMVisibilityRampStartInvisible | ( | double | value | ) |
| void VgLineDescriptorRefPtr.setMVisibilityRampStartVisible | ( | double | value | ) |
| void VgLineDescriptorRefPtr.setMWidths | ( | VgDoubleVector | value | ) |
| void VgLineDescriptorRefPtr.setMZIndex | ( | int | value | ) |
| int VgLineDescriptorRefPtr.unref | ( | ) |