A B C D E F G H I L M N O P R S T U V W

S

saveScreenshot(String) - Method in class com.metaio.sdk.jni.IMetaioSDK
Currently JPG and PNG file types are supported.
Screen - Class in com.metaio.tools
 
Screen() - Constructor for class com.metaio.tools.Screen
 
selectAllObjects(int, int) - Method in class com.metaio.sdk.jni.GestureHandler
 
selectAllObjectsInGroup(int, int, int) - Method in class com.metaio.sdk.jni.GestureHandler
 
SENSOR_ALL - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
SENSOR_ATTITUDE - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
SENSOR_DEVICE_MOVEMENT - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
SENSOR_GRAVITY - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
SENSOR_HEADING - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
SENSOR_LOCATION - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
SENSOR_NONE - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
SENSOR_USER_ACCELERATION - Static variable in class com.metaio.sdk.jni.ISensorsComponent
 
sensorCommand(String, String) - Method in class com.metaio.sdk.jni.IMetaioSDK
Some times a sensor need a more fine grained control, e.g.
sensorCommand(String) - Method in class com.metaio.sdk.jni.IMetaioSDK
Some times a sensor need a more fine grained control, e.g.
SensorsComponentAndroid - Class in com.metaio.sdk
This class provide an easy interface to the device sensors such as GPS, Gravity etc.
SensorsComponentAndroid(Context) - Constructor for class com.metaio.sdk.SensorsComponentAndroid
Create sensor manager's object by passing application context and specifying if averaging (smoothing) filter is to be applied to the accelerometer and orientation sensor readings.
SensorsComponentAndroid.Callback - Interface in com.metaio.sdk
Callback interface, any class which requires to update based on sensor values can implement this interface and receive new sensor readings when the sensors are updated, the class which implements this interface must register itself with the SensorsComponentAndroid.
SensorValues - Class in com.metaio.sdk.jni
 
SensorValues(long, boolean) - Constructor for class com.metaio.sdk.jni.SensorValues
 
SensorValues() - Constructor for class com.metaio.sdk.jni.SensorValues
 
SensorValues(SensorValues) - Constructor for class com.metaio.sdk.jni.SensorValues
 
set(int, IGeometry) - Method in class com.metaio.sdk.jni.IGeometryVector
 
set(int, int) - Method in class com.metaio.sdk.jni.IntVector
 
set(int, Pose) - Method in class com.metaio.sdk.jni.PoseVector
 
set(int, String) - Method in class com.metaio.sdk.jni.StringVector
 
set(int, TrackingValues) - Method in class com.metaio.sdk.jni.TrackingValuesVector
 
set(double, Vector3d) - Method in class com.metaio.sdk.jni.UserAccelerationMap
 
setAccuracy(double) - Method in class com.metaio.sdk.jni.LLACoordinate
the accuracy of the GPS position
setAdditionalValues(String) - Method in class com.metaio.sdk.jni.Pose
Room for additional values provided by a sensor that cannot be expressed with translation and rotation properly.
setAdditionalValues(String) - Method in class com.metaio.sdk.jni.TrackingValues
 
setAltitude(double) - Method in class com.metaio.sdk.jni.LLACoordinate
altitude
setAnimationSpeed(float) - Method in class com.metaio.sdk.jni.IGeometry
 
setAttitude(Rotation) - Method in class com.metaio.sdk.jni.SensorValues
 
setAttitudeTimestamp(double) - Method in class com.metaio.sdk.jni.SensorValues
 
setBackgroundTexture(String) - Method in class com.metaio.sdk.jni.IRadar
Supported formats are PNG and JPG.
setBackgroundTexture(String, ImageStruct, boolean) - Method in class com.metaio.sdk.jni.IRadar
 
setBackgroundTexture(String, ImageStruct) - Method in class com.metaio.sdk.jni.IRadar
 
setBillboardExpandFactors(float, int, int) - Method in class com.metaio.sdk.jni.IBillboardGroup
The billboard expand factors influence how much the billboards are expands relative to the center of the camera view.
setBillboardExpandFactors(float, int) - Method in class com.metaio.sdk.jni.IBillboardGroup
The billboard expand factors influence how much the billboards are expands relative to the center of the camera view.
setBorder(float) - Method in class com.metaio.sdk.jni.IRadar
 
setCameraParameters(String) - Method in class com.metaio.sdk.jni.IMetaioSDK
The provided XML file should be structured as follows: iPhoneCamera 480360 500500 240180 You can also provide a device identifier.
setColorFormat(ECOLOR_FORMAT) - Method in class com.metaio.sdk.jni.ImageStruct
color format
setCoordinateSystemID(int) - Method in class com.metaio.sdk.jni.IGeometry
 
setCoordinateSystemID(int) - Method in class com.metaio.sdk.jni.TrackingValues
 
setCosID(int) - Method in class com.metaio.sdk.jni.Pose
The ID of the coordinate system.
setCosName(String) - Method in class com.metaio.sdk.jni.Pose
The name of the coordinate system (configured via SensorCOSID or COSName)
setCosName(String) - Method in class com.metaio.sdk.jni.TrackingValues
 
setCosOffset(int, TrackingValues) - Method in class com.metaio.sdk.jni.IMetaioSDK
 
setDeviceIsMoving(boolean) - Method in class com.metaio.sdk.jni.SensorValues
 
setDistanceWeightFactor(int) - Method in class com.metaio.sdk.jni.IBillboardGroup
As higher the distance weight, as closer come billboards which are far away from the screen.
setFreezeTracking(boolean) - Method in class com.metaio.sdk.jni.IMetaioSDK
Freezes or un-freezes the current tracking.
setFromAxisAngle(Vector4d) - Method in class com.metaio.sdk.jni.Rotation
 
setFromEulerAngleDegrees(Vector3d) - Method in class com.metaio.sdk.jni.Rotation
 
setFromEulerAngleRadians(Vector3d) - Method in class com.metaio.sdk.jni.Rotation
 
setFromModelviewMatrix(float[]) - Method in class com.metaio.sdk.jni.Rotation
 
setFromQuaternion(Vector4d) - Method in class com.metaio.sdk.jni.Rotation
 
setFromRotationMatrix(float[]) - Method in class com.metaio.sdk.jni.Rotation
 
setGravity(Vector3d) - Method in class com.metaio.sdk.jni.SensorValues
 
setGravityTimestamp(double) - Method in class com.metaio.sdk.jni.SensorValues
 
setHeading(float) - Method in class com.metaio.sdk.jni.SensorValues
 
setHeadingTimestamp(double) - Method in class com.metaio.sdk.jni.SensorValues
 
setHeight(int) - Method in class com.metaio.sdk.jni.ImageStruct
height component of the vector
setImage(String) - Method in class com.metaio.sdk.jni.IMetaioSDK
(formerly named: setImageSource)This method is used to set the image source for display and (optical) tracking.
setImage(ImageStruct) - Method in class com.metaio.sdk.jni.IMetaioSDK
This method is used to set the image source for display and (optical) tracking.
setLatitude(double) - Method in class com.metaio.sdk.jni.LLACoordinate
The latitude.
setLength(int) - Method in class com.metaio.sdk.jni.ByteBuffer
legnth of the buffer
setLlaCoordinate(LLACoordinate) - Method in class com.metaio.sdk.jni.Pose
if we have gloval coordinate frame;
setLlaCoordinate(LLACoordinate) - Method in class com.metaio.sdk.jni.TrackingValues
 
setLLALimitsEnabled(boolean) - Method in class com.metaio.sdk.jni.IGeometry
If disabled, the geometry will ignore the near and far LLA limit and always render the object the the real location.
setLLAObjectRenderingLimits(int, int) - Method in class com.metaio.sdk.jni.IMetaioSDK
The near limit will ensure that all geometries closer than this limit are pushed back to the near limit.
setLocation(LLACoordinate) - Method in class com.metaio.sdk.jni.SensorValues
 
setLongitude(double) - Method in class com.metaio.sdk.jni.LLACoordinate
The longitude.
setManualLocation(LLACoordinate) - Method in class com.metaio.sdk.jni.ISensorsComponent
 
setManualLocation(LLACoordinate) - Method in class com.metaio.sdk.SensorsComponentAndroid
Set manual LLA location, all updates from LocationManager will be ignore after this call, until SensorsComponentAndroid.resetManualLocation() is called
setMax(Vector3d) - Method in class com.metaio.sdk.jni.BoundingBox
Vector containing the maximum x,y,z values.
setMin(Vector3d) - Method in class com.metaio.sdk.jni.BoundingBox
Vector containing the minimum x,y,z values.
setMovieTexture(String, boolean) - Method in class com.metaio.sdk.jni.IGeometry
If the movie texture is transparent, the left side should have colored part, and right side should have alpha transparency (red channel).
setMovieTexture(String) - Method in class com.metaio.sdk.jni.IGeometry
If the movie texture is transparent, the left side should have colored part, and right side should have alpha transparency (red channel).
setName(String) - Method in class com.metaio.sdk.jni.IGeometry
 
setNoRotation() - Method in class com.metaio.sdk.jni.Rotation
 
setObjectScale(IGeometry, Vector3d) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectScale(IGeometry, float) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectsDefaultTexture(String) - Method in class com.metaio.sdk.jni.IRadar
The new texture is applied to all radar objects in case of success.Supported formats are PNG and JPG.
setObjectsDefaultTexture(String, ImageStruct, boolean) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectsDefaultTexture(String, ImageStruct) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectsScale(Vector3d) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectsScale(float) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectsSize(float) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectTexture(IGeometry, String) - Method in class com.metaio.sdk.jni.IRadar
The new texture is applied to all radar objects in case of success.Supported formats are PNG and JPG.
setObjectTexture(IGeometry, String, ImageStruct, boolean) - Method in class com.metaio.sdk.jni.IRadar
 
setObjectTexture(IGeometry, String, ImageStruct) - Method in class com.metaio.sdk.jni.IRadar
 
setObservedPoint(Vector2d) - Method in class com.metaio.sdk.jni.Correspondence2D3D
observed 2D point (e.g.
setOcclusionMode(boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setOriginIsUpperLeft(boolean) - Method in class com.metaio.sdk.jni.ImageStruct
true if the orgigin is in the upper left corner; false, if lower left
setPickingEnabled(boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setPickingEnabled(boolean) - Method in class com.metaio.sdk.jni.IRadar
 
setQuality(float) - Method in class com.metaio.sdk.jni.Pose
Value between 0 and 1 defining the tracking quality.
setQuality(float) - Method in class com.metaio.sdk.jni.TrackingValues
 
setRadarVisibility(boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setReferencePoint(Vector3d) - Method in class com.metaio.sdk.jni.Correspondence2D3D
reference 3D point (e.g.
setRelativeToScreen(int, int) - Method in class com.metaio.sdk.jni.IGeometry
 
setRelativeToScreen(int) - Method in class com.metaio.sdk.jni.IGeometry
 
setRelativeToScreen(int, int) - Method in class com.metaio.sdk.jni.IRadar
 
setRelativeToScreen(int) - Method in class com.metaio.sdk.jni.IRadar
 
setRenderAsXray(boolean) - Method in class com.metaio.sdk.jni.IGeometry
This method shall be used if a model should be drawn on top of all others and therefore ignore the z-buffer.
setRendererClippingPlaneLimits(float, float) - Method in class com.metaio.sdk.jni.IMetaioSDK
Note: This should be called after initializeRenderer() on Android.
setRendererFrameBuffers(long, long) - Method in class com.metaio.sdk.jni.IMetaioSDK
 
setRenderOrder(int, boolean, boolean) - Method in class com.metaio.sdk.jni.IGeometry
This method should be used for compositing, e.g.
setRenderOrder(int, boolean) - Method in class com.metaio.sdk.jni.IGeometry
This method should be used for compositing, e.g.
setRenderOrder(int) - Method in class com.metaio.sdk.jni.IGeometry
This method should be used for compositing, e.g.
setRotation(Rotation, boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setRotation(Rotation) - Method in class com.metaio.sdk.jni.IGeometry
 
setRotation(Vector4d) - Method in class com.metaio.sdk.jni.Pose
 
setRotation(Rotation) - Method in class com.metaio.sdk.jni.TrackingValues
 
setRotationAxis(char) - Method in class com.metaio.sdk.jni.GestureHandler
 
setScale(Vector3d, boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setScale(Vector3d) - Method in class com.metaio.sdk.jni.IGeometry
 
setScale(float, boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setScale(float) - Method in class com.metaio.sdk.jni.IGeometry
 
setScale(Vector3d) - Method in class com.metaio.sdk.jni.IRadar
 
setScale(float) - Method in class com.metaio.sdk.jni.IRadar
 
setScreenRotation(ESCREEN_ROTATION) - Method in class com.metaio.sdk.jni.IMetaioSDK
natural orientationThis should be called on Android if the Activity should support orientations other than Landscape See: getScreenRotationESCREEN_ROTATION
setSDK(IMetaioSDK) - Method in class com.metaio.sdk.jni.GestureHandler
 
setSeeThrough(boolean) - Method in class com.metaio.sdk.jni.IMetaioSDK
This function can be used to turn off the rendering of the camera image.
setSensor(String) - Method in class com.metaio.sdk.jni.TrackingValues
 
setSize(float) - Method in class com.metaio.sdk.jni.IRadar
 
setState(TrackingValuesState) - Method in class com.metaio.sdk.jni.TrackingValues
 
setTexture(String) - Method in class com.metaio.sdk.jni.IGeometry
Supported formats are PNG and JPG.
setTexture(String, ImageStruct, boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setTexture(String, ImageStruct) - Method in class com.metaio.sdk.jni.IGeometry
 
setTimeElapsed(double) - Method in class com.metaio.sdk.jni.Pose
Time lapsed (in ms) since current tracking state (determined from quality)
setTimeElapsed(float) - Method in class com.metaio.sdk.jni.TrackingValues
 
setTimestamp(double) - Method in class com.metaio.sdk.jni.ImageStruct
timestamp when the image was created
setTimestamp(double) - Method in class com.metaio.sdk.jni.LLACoordinate
timestamp when the coordinates were valid
setTrackingConfiguration(String, boolean) - Method in class com.metaio.sdk.jni.IMetaioSDK
This function configures the tracking system and the coordinate systems based on an XML file or string input.
setTrackingConfiguration(String) - Method in class com.metaio.sdk.jni.IMetaioSDK
This function configures the tracking system and the coordinate systems based on an XML file or string input.
setTranslation(Vector3d, boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setTranslation(Vector3d) - Method in class com.metaio.sdk.jni.IGeometry
 
setTranslation(Vector3d, boolean) - Method in class com.metaio.sdk.jni.IRadar
 
setTranslation(Vector3d) - Method in class com.metaio.sdk.jni.IRadar
 
setTranslation(Vector3d) - Method in class com.metaio.sdk.jni.Pose
Translation component of the pose.
setTranslation(Vector3d) - Method in class com.metaio.sdk.jni.TrackingValues
 
setTranslationLLA(LLACoordinate) - Method in class com.metaio.sdk.jni.IGeometry
The system will then adjust its Cartesian offset in the renderer accordingly.
setTransparency(float) - Method in class com.metaio.sdk.jni.IGeometry
 
setTransparency(float) - Method in class com.metaio.sdk.jni.IRadar
 
setViewCompressionValues(float, float) - Method in class com.metaio.sdk.jni.IBillboardGroup
All visible billboards are placed relative to each other away from the camera in the range [nearValue, farValue].
setVisible(boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
setVisible(boolean) - Method in class com.metaio.sdk.jni.IRadar
 
setW(float) - Method in class com.metaio.sdk.jni.Vector4d
w component of the vector
setWidth(int) - Method in class com.metaio.sdk.jni.ImageStruct
width component of the vector
setX(float) - Method in class com.metaio.sdk.jni.Vector2d
x component of the vector
setX(int) - Method in class com.metaio.sdk.jni.Vector2di
x component of the vector
setX(float) - Method in class com.metaio.sdk.jni.Vector3d
x component of the vector
setX(float) - Method in class com.metaio.sdk.jni.Vector4d
x component of the vector
setY(float) - Method in class com.metaio.sdk.jni.Vector2d
y component of the vector
setY(int) - Method in class com.metaio.sdk.jni.Vector2di
y component of the vector
setY(float) - Method in class com.metaio.sdk.jni.Vector3d
y component of the vector
setY(float) - Method in class com.metaio.sdk.jni.Vector4d
y component of the vector
setZ(float) - Method in class com.metaio.sdk.jni.Vector3d
z component of the vector
setZ(float) - Method in class com.metaio.sdk.jni.Vector4d
z component of the vector
setZero() - Method in class com.metaio.sdk.jni.Vector3d
norm() == 0
setZero() - Method in class com.metaio.sdk.jni.Vector4d
norm() == 0
shouldOverrideKeyEvent(WebView, KeyEvent) - Method in class com.metaio.sdk.ARELInterpreterAndroidJava.ARELWebViewClient
 
shouldOverrideUrlLoading(WebView, String) - Method in class com.metaio.sdk.ARELInterpreterAndroidJava.ARELWebViewClient
 
size() - Method in class com.metaio.sdk.jni.IGeometryVector
 
size() - Method in class com.metaio.sdk.jni.IntVector
 
size() - Method in class com.metaio.sdk.jni.PoseVector
 
size() - Method in class com.metaio.sdk.jni.StringVector
 
size() - Method in class com.metaio.sdk.jni.TrackingValuesVector
 
size() - Method in class com.metaio.sdk.jni.UserAccelerationMap
 
squaredNorm() - Method in class com.metaio.sdk.jni.Vector2d
Result of the operation
squaredNorm() - Method in class com.metaio.sdk.jni.Vector3d
Result of the operation
squaredNorm() - Method in class com.metaio.sdk.jni.Vector4d
Result of the operation
start(int) - Method in class com.metaio.sdk.jni.ISensorsComponent
 
start(int) - Method in class com.metaio.sdk.SensorsComponentAndroid
 
startAnimation(String, boolean) - Method in class com.metaio.sdk.jni.IGeometry
 
startAnimation(String) - Method in class com.metaio.sdk.jni.IGeometry
 
startAnimation() - Method in class com.metaio.sdk.jni.IGeometry
 
startCamera(int, long, long, int) - Method in class com.metaio.sdk.jni.IMetaioSDK
Start camera with the given capture resolution (optional).
startCamera(int, long, long) - Method in class com.metaio.sdk.jni.IMetaioSDK
Start camera with the given capture resolution (optional).
startCamera(int, long) - Method in class com.metaio.sdk.jni.IMetaioSDK
Start camera with the given capture resolution (optional).
startCamera(int) - Method in class com.metaio.sdk.jni.IMetaioSDK
Start camera with the given capture resolution (optional).
StartCamera(Activity, int, int, int) - Static method in class com.metaio.sdk.UnityProxy
Start camera in UI thread
startCamera(int, int, int) - Static method in class com.metaio.sdk.UnityProxy
Native activate camera function
startInstantTracking(String, String) - Method in class com.metaio.sdk.jni.IMetaioSDK
It will instantly start creating a tracking configuration based on camera image and available device sensors if requested.
startInstantTracking(String) - Method in class com.metaio.sdk.jni.IMetaioSDK
It will instantly start creating a tracking configuration based on camera image and available device sensors if requested.
startMovieTexture(boolean) - Method in class com.metaio.sdk.jni.IGeometry
If the movie texture was stopped, it will start from begining.
startMovieTexture() - Method in class com.metaio.sdk.jni.IGeometry
If the movie texture was stopped, it will start from begining.
startTorch(Activity) - Static method in class com.metaio.sdk.jni.IMetaioSDKAndroid
Start torch mode if supported by the device
stop(int) - Method in class com.metaio.sdk.jni.ISensorsComponent
 
stop() - Method in class com.metaio.sdk.jni.ISensorsComponent
 
stop(int) - Method in class com.metaio.sdk.SensorsComponentAndroid
 
stop() - Method in class com.metaio.sdk.SensorsComponentAndroid
 
stopAnimation() - Method in class com.metaio.sdk.jni.IGeometry
See: startAnimation
stopCamera() - Method in class com.metaio.sdk.jni.IMetaioSDK
Use this to stop capturing on the current camera.
StopCamera(Activity) - Static method in class com.metaio.sdk.UnityProxy
Stop camera in UI thread
stopCamera() - Static method in class com.metaio.sdk.UnityProxy
 
stopMovieTexture() - Method in class com.metaio.sdk.jni.IGeometry
See: startMovieTexture pauseMovieTexture
stopTorch(Activity) - Static method in class com.metaio.sdk.jni.IMetaioSDKAndroid
Stop torch mode
StringVector - Class in com.metaio.sdk.jni
 
StringVector(long, boolean) - Constructor for class com.metaio.sdk.jni.StringVector
 
StringVector() - Constructor for class com.metaio.sdk.jni.StringVector
 
StringVector(long) - Constructor for class com.metaio.sdk.jni.StringVector
 
subtract(Vector2d) - Method in class com.metaio.sdk.jni.Vector2d
 
subtract() - Method in class com.metaio.sdk.jni.Vector3d
 
subtract(Vector3d) - Method in class com.metaio.sdk.jni.Vector3d
 
subtract() - Method in class com.metaio.sdk.jni.Vector4d
 
subtract(Vector4d) - Method in class com.metaio.sdk.jni.Vector4d
 
surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.metaio.sdk.MetaioSurfaceView
 
surfaceCreated(SurfaceHolder) - Method in class com.metaio.sdk.MetaioSurfaceView
 
surfaceDestroyed(SurfaceHolder) - Method in class com.metaio.sdk.MetaioSurfaceView
 
swigReleaseOwnership() - Method in class com.metaio.sdk.jni.IARELInterpreterCallback
 
swigReleaseOwnership() - Method in class com.metaio.sdk.jni.IAudioCallback
 
swigReleaseOwnership() - Method in class com.metaio.sdk.jni.IGestureHandlerCallback
 
swigReleaseOwnership() - Method in class com.metaio.sdk.jni.IMetaioSDKCallback
 
swigReleaseOwnership() - Method in class com.metaio.sdk.jni.ISensorsComponent
 
swigTakeOwnership() - Method in class com.metaio.sdk.jni.IARELInterpreterCallback
 
swigTakeOwnership() - Method in class com.metaio.sdk.jni.IAudioCallback
 
swigTakeOwnership() - Method in class com.metaio.sdk.jni.IGestureHandlerCallback
 
swigTakeOwnership() - Method in class com.metaio.sdk.jni.IMetaioSDKCallback
 
swigTakeOwnership() - Method in class com.metaio.sdk.jni.ISensorsComponent
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.EAREL_MEDIA_EVENT
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.ECOLOR_FORMAT
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.EGEOMETRY_TYPE
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.EGESTURE_STATE
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.ERENDER_SYSTEM
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.ESCREEN_ROTATION
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.ETOUCH_STATE
 
swigToEnum(int) - Static method in enum com.metaio.sdk.jni.TrackingValuesState
 
swigValue() - Method in enum com.metaio.sdk.jni.EAREL_MEDIA_EVENT
 
swigValue() - Method in enum com.metaio.sdk.jni.ECOLOR_FORMAT
 
swigValue() - Method in enum com.metaio.sdk.jni.EGEOMETRY_TYPE
 
swigValue() - Method in enum com.metaio.sdk.jni.EGESTURE_STATE
 
swigValue() - Method in enum com.metaio.sdk.jni.ERENDER_SYSTEM
 
swigValue() - Method in enum com.metaio.sdk.jni.ESCREEN_ROTATION
 
swigValue() - Method in enum com.metaio.sdk.jni.ETOUCH_STATE
 
swigValue() - Method in enum com.metaio.sdk.jni.TrackingValuesState
 
SystemInfo - Class in com.metaio.tools
This class provides helper functions to retrieve various system information
SystemInfo() - Constructor for class com.metaio.tools.SystemInfo
 

A B C D E F G H I L M N O P R S T U V W