|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgLineConstRefPtr () | |
| VgLineConstRefPtr (VgLine pPointer) | |
| VgLineConstRefPtr (VgLineConstRefPtr pConstRefPtr) | |
| VgLineConstRefPtr | set (VgLine pPointer) |
| VgLine | __ref__ () |
| VgLine | __deref__ () |
| VgLine | get () |
| boolean | isValid () |
| VgLineDescriptorConstRefPtr | getDescriptor () |
| VgIGeometryType | getType () |
| VgITextureRefPtr | getTexture () |
| float | getTextureAnimationSpeed () |
| VgVisibilityRamp | getVisibilityRamp () |
| String | getID () |
| boolean | getNotifyPOISelectedOnClick () |
| VgPosition | getLocalPosition () |
| VgAnimationConstRefPtr | getAnimation (String pName) |
| void | getAnimationNames (VgStringList pNameList) |
| VgValue | getAnimationChannelValue (String pChannelName) |
| VgPosition | getPosition () |
| VgOrientation | getOrientation () |
| float | getScale () |
| int | getZIndex () |
| boolean | isDrawnOnTop () |
| boolean | isVisible () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgLineConstRefPtr | getNull () |
A VgLine is created using Vg3DModule::VgInstanceFactory::instantiate. Once created, it may be added to a layer using VgLine::setLayer .
| VgLineConstRefPtr.VgLineConstRefPtr | ( | ) |
| VgLineConstRefPtr.VgLineConstRefPtr | ( | VgLine | pPointer | ) |
| VgLineConstRefPtr.VgLineConstRefPtr | ( | VgLineConstRefPtr | pConstRefPtr | ) |
| VgLine VgLineConstRefPtr.__deref__ | ( | ) |
| VgLine VgLineConstRefPtr.__ref__ | ( | ) |
| VgLine VgLineConstRefPtr.get | ( | ) |
| VgAnimationConstRefPtr VgLineConstRefPtr.getAnimation | ( | String | pName | ) |
| VgValue VgLineConstRefPtr.getAnimationChannelValue | ( | String | pChannelName | ) |
| void VgLineConstRefPtr.getAnimationNames | ( | VgStringList | pNameList | ) |
| VgLineDescriptorConstRefPtr VgLineConstRefPtr.getDescriptor | ( | ) |
Retrieves the descriptor containing line information.
| String VgLineConstRefPtr.getID | ( | ) |
| VgPosition VgLineConstRefPtr.getLocalPosition | ( | ) |
| int VgLineConstRefPtr.getNbReferences | ( | ) |
| boolean VgLineConstRefPtr.getNotifyPOISelectedOnClick | ( | ) |
|
static |
| VgOrientation VgLineConstRefPtr.getOrientation | ( | ) |
| VgPosition VgLineConstRefPtr.getPosition | ( | ) |
| float VgLineConstRefPtr.getScale | ( | ) |
| VgITextureRefPtr VgLineConstRefPtr.getTexture | ( | ) |
| float VgLineConstRefPtr.getTextureAnimationSpeed | ( | ) |
| VgIGeometryType VgLineConstRefPtr.getType | ( | ) |
References VgIGeometryType.swigToEnum().
| VgVisibilityRamp VgLineConstRefPtr.getVisibilityRamp | ( | ) |
| int VgLineConstRefPtr.getZIndex | ( | ) |
| boolean VgLineConstRefPtr.isDrawnOnTop | ( | ) |
| boolean VgLineConstRefPtr.isValid | ( | ) |
| boolean VgLineConstRefPtr.isVisible | ( | ) |
| void VgLineConstRefPtr.ref | ( | ) |
| VgLineConstRefPtr VgLineConstRefPtr.set | ( | VgLine | pPointer | ) |
| int VgLineConstRefPtr.unref | ( | ) |