OpenNI2 SDK  v2.3.0.81
Public 成员函数 | 所有成员列表
org.openni.Version类 参考

Public 成员函数

int getMajor ()
 
int getMinor ()
 
int getMaintenance ()
 
int getBuild ()
 

详细描述

Holds an OpenNI version number, which consists of four separate numbers in the format: major.minor.maintenance.build. For example: 2.0.0.20.

成员函数说明

◆ getBuild()

int org.openni.Version.getBuild ( )
inline

This function return build number. Incremented for each new API build. Generally not shown on the installer and download site.

返回
build value

◆ getMaintenance()

int org.openni.Version.getMaintenance ( )
inline

This function return minor value. Maintenance build number, incremented for new releases that primarily provide minor bug fixes.

返回
maintenance value

◆ getMajor()

int org.openni.Version.getMajor ( )
inline

This function return major value. Major version number, incremented for major API restructuring.

返回
major value

◆ getMinor()

int org.openni.Version.getMinor ( )
inline

This function return minor value. Minor version number, incremented when significant new features added.

返回
minor value

该类的文档由以下文件生成: