![]() |
OpenNI 2.0
|
#include <OpenNI.h>
Public 属性 | |
int | build |
int | maintenance |
int | major |
int | minor |
Holds an OpenNI version number, which consists of four separate numbers in the format: major.minor.maintenance.build
. For example: 2.0.0.20.
int openni::Version::build |
Build number. Incremented for each new API build. Generally not shown on the installer and download site.
int openni::Version::maintenance |
Maintenance build number, incremented for new releases that primarily provide minor bug fixes.
int openni::Version::major |
Major version number, incremented for major API restructuring.
int openni::Version::minor |
Minor version number, incremented when significant new features added.