VisioMove SDK (Android)
2.1.22
|
Static Public Member Functions | |
static VgLineDescriptorConstRefPtr | getNull () |
A structure which describes the attributes of a Vg3DModule::VgLine .
Below is a code snippet showing how an allocated VgPointDescriptor can be configured:
VgLineDescriptorConstRefPtr.VgLineDescriptorConstRefPtr | ( | ) |
VgLineDescriptorConstRefPtr.VgLineDescriptorConstRefPtr | ( | VgLineDescriptor | pPointer | ) |
VgLineDescriptorConstRefPtr.VgLineDescriptorConstRefPtr | ( | VgLineDescriptorConstRefPtr | pConstRefPtr | ) |
VgLineDescriptor VgLineDescriptorConstRefPtr.__deref__ | ( | ) |
VgLineDescriptor VgLineDescriptorConstRefPtr.__ref__ | ( | ) |
VgLineDescriptorRefPtr VgLineDescriptorConstRefPtr.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.
VgLineDescriptor VgLineDescriptorConstRefPtr.get | ( | ) |
VgAltitudeMode VgLineDescriptorConstRefPtr.getMAltitudeMode | ( | ) |
References VgAltitudeMode.swigToEnum().
VgColorVector VgLineDescriptorConstRefPtr.getMColors | ( | ) |
boolean VgLineDescriptorConstRefPtr.getMDrawOnTop | ( | ) |
boolean VgLineDescriptorConstRefPtr.getMHaveCaps | ( | ) |
String VgLineDescriptorConstRefPtr.getMID | ( | ) |
VgLineType VgLineDescriptorConstRefPtr.getMLineType | ( | ) |
References VgLineType.swigToEnum().
double VgLineDescriptorConstRefPtr.getMMaxCornerRadius | ( | ) |
float VgLineDescriptorConstRefPtr.getMMinTesselationDist | ( | ) |
boolean VgLineDescriptorConstRefPtr.getMNotifyPOISelectedOnClick | ( | ) |
VgPositionVector VgLineDescriptorConstRefPtr.getMPositions | ( | ) |
float VgLineDescriptorConstRefPtr.getMScale | ( | ) |
VgITextureRefPtr VgLineDescriptorConstRefPtr.getMTexture | ( | ) |
float VgLineDescriptorConstRefPtr.getMTextureAnimationSpeed | ( | ) |
float VgLineDescriptorConstRefPtr.getMTextureSize | ( | ) |
double VgLineDescriptorConstRefPtr.getMVisibilityRampFullyInvisible | ( | ) |
double VgLineDescriptorConstRefPtr.getMVisibilityRampFullyVisible | ( | ) |
double VgLineDescriptorConstRefPtr.getMVisibilityRampStartInvisible | ( | ) |
double VgLineDescriptorConstRefPtr.getMVisibilityRampStartVisible | ( | ) |
VgDoubleVector VgLineDescriptorConstRefPtr.getMWidths | ( | ) |
int VgLineDescriptorConstRefPtr.getMZIndex | ( | ) |
int VgLineDescriptorConstRefPtr.getNbReferences | ( | ) |
|
static |
boolean VgLineDescriptorConstRefPtr.isValid | ( | ) |
void VgLineDescriptorConstRefPtr.ref | ( | ) |
VgLineDescriptorConstRefPtr VgLineDescriptorConstRefPtr.set | ( | VgLineDescriptor | pPointer | ) |
int VgLineDescriptorConstRefPtr.unref | ( | ) |