|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgLinkDescriptorConstRefPtr () | |
| VgLinkDescriptorConstRefPtr (VgLinkDescriptor pPointer) | |
| VgLinkDescriptorConstRefPtr (VgLinkDescriptorConstRefPtr pConstRefPtr) | |
| VgLinkDescriptorConstRefPtr | set (VgLinkDescriptor pPointer) |
| VgLinkDescriptor | __ref__ () |
| VgLinkDescriptor | __deref__ () |
| VgLinkDescriptor | get () |
| boolean | isValid () |
| VgPosition | getMSourcePosition () |
| VgColor | getMSourceColor () |
| VgPosition | getMTargetPosition () |
| VgColor | getMTargetColor () |
| VgITextureRefPtr | getMTexture () |
| float | getMWidth () |
| float | getMTextureRatio () |
| float | getMAnimationSpeed () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgLinkDescriptorConstRefPtr | getNull () |
A structure which describes the attributes of a Vg3DModule::VgLink .
| VgLinkDescriptorConstRefPtr.VgLinkDescriptorConstRefPtr | ( | ) |
| VgLinkDescriptorConstRefPtr.VgLinkDescriptorConstRefPtr | ( | VgLinkDescriptor | pPointer | ) |
| VgLinkDescriptorConstRefPtr.VgLinkDescriptorConstRefPtr | ( | VgLinkDescriptorConstRefPtr | pConstRefPtr | ) |
| VgLinkDescriptor VgLinkDescriptorConstRefPtr.__deref__ | ( | ) |
| VgLinkDescriptor VgLinkDescriptorConstRefPtr.__ref__ | ( | ) |
| VgLinkDescriptor VgLinkDescriptorConstRefPtr.get | ( | ) |
| float VgLinkDescriptorConstRefPtr.getMAnimationSpeed | ( | ) |
| VgColor VgLinkDescriptorConstRefPtr.getMSourceColor | ( | ) |
| VgPosition VgLinkDescriptorConstRefPtr.getMSourcePosition | ( | ) |
| VgColor VgLinkDescriptorConstRefPtr.getMTargetColor | ( | ) |
| VgPosition VgLinkDescriptorConstRefPtr.getMTargetPosition | ( | ) |
| VgITextureRefPtr VgLinkDescriptorConstRefPtr.getMTexture | ( | ) |
| float VgLinkDescriptorConstRefPtr.getMTextureRatio | ( | ) |
| float VgLinkDescriptorConstRefPtr.getMWidth | ( | ) |
| int VgLinkDescriptorConstRefPtr.getNbReferences | ( | ) |
|
static |
| boolean VgLinkDescriptorConstRefPtr.isValid | ( | ) |
| void VgLinkDescriptorConstRefPtr.ref | ( | ) |
| VgLinkDescriptorConstRefPtr VgLinkDescriptorConstRefPtr.set | ( | VgLinkDescriptor | pPointer | ) |
| int VgLinkDescriptorConstRefPtr.unref | ( | ) |