Uses of Class
com.metaio.sdk.jni.IGeometryVector

Packages that use IGeometryVector
com.metaio.sdk.jni   
 

Uses of IGeometryVector in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return IGeometryVector
 IGeometryVector GestureHandler.getAllObjects()
          A vector of geometries See: addObject
 IGeometryVector IMetaioSDK.getLoadedGeometries()
          This function returns a vector containing pointers to all loaded 3D geometries.
 

Methods in com.metaio.sdk.jni with parameters of type IGeometryVector
static long IGeometryVector.getCPtr(IGeometryVector obj)
           
 void IGestureHandlerCallback.onGestureEvent(EGESTURE_STATE gesture_state, IGeometryVector geometries, int groupID)