Classes |
| struct | XnModuleAlternativeViewPointInterface |
| struct | XnModuleAudioGeneratorInterface |
| struct | XnModuleCodecInterface |
| struct | XnModuleCroppingInterface |
| struct | XnModuleDepthGeneratorInterface |
| struct | XnModuleDeviceInterface |
| struct | XnModuleErrorStateInterface |
| struct | XnModuleExportedProductionNodeInterface |
| struct | XnModuleExtendedSerializationInterface |
| struct | XnModuleFrameSyncInterface |
| struct | XnModuleGeneratorInterface |
| struct | XnModuleGestureGeneratorInterface |
| struct | XnModuleHandsGeneratorInterface |
| struct | XnModuleImageGeneratorInterface |
| struct | XnModuleIRGeneratorInterface |
| struct | XnModuleLockAwareInterface |
| struct | XnModuleMapGeneratorInterface |
| struct | XnModuleMirrorInterface |
| struct | XnModulePlayerInterface |
| struct | XnModulePoseDetectionCapabilityInterface |
| struct | XnModuleProductionNodeInterface |
| struct | XnModuleRecorderInterface |
| struct | XnModuleSceneAnalyzerInterface |
| struct | XnModuleSeekingInterface |
| struct | XnModuleSkeletonCapabilityInterface |
| struct | XnModuleUserGeneratorInterface |
| struct | XnModuleUserPositionCapabilityInterface |
Defines |
| #define | XN_MODULE_GET_EXPORTED_NODES_COUNT xnModuleGetExportedNodesCount |
| #define | XN_MODULE_GET_EXPORTED_NODES_ENTRY_POINTS xnModuleGetExportedNodesEntryPoints |
| #define | XN_MODULE_GET_OPEN_NI_VERSION xnModuleGetOpenNIVersion |
| #define | XN_MODULE_LOAD xnModuleLoad |
| #define | XN_MODULE_UNLOAD xnModuleUnload |
Typedefs |
typedef struct
XnModuleAlternativeViewPointInterface | XnModuleAlternativeViewPointInterface |
typedef struct
XnModuleAudioGeneratorInterface | XnModuleAudioGeneratorInterface |
| typedef void(XN_CALLBACK_TYPE * | XnModuleCalibrationEnd )(XnUserID user, XnBool bSuccess, void *pCookie) |
| typedef void(XN_CALLBACK_TYPE * | XnModuleCalibrationStart )(XnUserID user, void *pCookie) |
typedef struct
XnModuleCodecInterface | XnModuleCodecInterface |
typedef struct
XnModuleCroppingInterface | XnModuleCroppingInterface |
typedef struct
XnModuleDepthGeneratorInterface | XnModuleDepthGeneratorInterface |
typedef struct
XnModuleDeviceInterface | XnModuleDeviceInterface |
typedef struct
XnModuleErrorStateInterface | XnModuleErrorStateInterface |
typedef struct
XnModuleExportedProductionNodeInterface | XnModuleExportedProductionNodeInterface |
typedef struct
XnModuleExtendedSerializationInterface | XnModuleExtendedSerializationInterface |
typedef struct
XnModuleFrameSyncInterface | XnModuleFrameSyncInterface |
typedef struct
XnModuleGeneratorInterface | XnModuleGeneratorInterface |
typedef struct
XnModuleGestureGeneratorInterface | XnModuleGestureGeneratorInterface |
| typedef void(XN_CALLBACK_TYPE * | XnModuleGestureProgress )(const XnChar *strGesture, const XnPoint3D *pPosition, XnFloat fProgress, void *pCookie) |
| typedef void(XN_CALLBACK_TYPE * | XnModuleGestureRecognized )(const XnChar *strGesture, const XnPoint3D *pIDPosition, const XnPoint3D *pEndPosition, void *pCookie) |
| typedef XnUInt32(XN_C_DECL * | XnModuleGetExportedNodesCountPtr )() |
| typedef XnStatus(XN_C_DECL * | XnModuleGetExportedNodesEntryPointsPtr )(XnModuleGetExportedInterfacePtr *aEntryPoints, XnUInt32 nCount) |
| typedef void(XN_C_DECL * | XnModuleGetOpenNIVersionPtr )(XnVersion *pVersion) |
| typedef void(XN_CALLBACK_TYPE * | XnModuleHandCreate )(XnUserID user, const XnPoint3D *pPosition, XnFloat fTime, void *pCookie) |
| typedef void(XN_CALLBACK_TYPE * | XnModuleHandDestroy )(XnUserID user, XnFloat fTime, void *pCookie) |
typedef struct
XnModuleHandsGeneratorInterface | XnModuleHandsGeneratorInterface |
| typedef void(XN_CALLBACK_TYPE * | XnModuleHandUpdate )(XnUserID user, const XnPoint3D *pPosition, XnFloat fTime, void *pCookie) |
typedef struct
XnModuleImageGeneratorInterface | XnModuleImageGeneratorInterface |
typedef struct
XnModuleIRGeneratorInterface | XnModuleIRGeneratorInterface |
| typedef XnStatus(XN_C_DECL * | XnModuleLoadPtr )() |
typedef struct
XnModuleLockAwareInterface | XnModuleLockAwareInterface |
typedef struct
XnModuleMapGeneratorInterface | XnModuleMapGeneratorInterface |
typedef struct
XnModuleMirrorInterface | XnModuleMirrorInterface |
typedef struct
XnModulePlayerInterface | XnModulePlayerInterface |
| typedef void(XN_CALLBACK_TYPE * | XnModulePoseDetectionCallback )(const XnChar *strPose, XnUserID user, void *pCookie) |
typedef struct
XnModulePoseDetectionCapabilityInterface | XnModulePoseDetectionCapabilityInterface |
typedef struct
XnModuleProductionNodeInterface | XnModuleProductionNodeInterface |
typedef struct
XnModuleRecorderInterface | XnModuleRecorderInterface |
typedef struct
XnModuleSceneAnalyzerInterface | XnModuleSceneAnalyzerInterface |
typedef struct
XnModuleSeekingInterface | XnModuleSeekingInterface |
typedef struct
XnModuleSkeletonCapabilityInterface | XnModuleSkeletonCapabilityInterface |
| typedef void(XN_CALLBACK_TYPE * | XnModuleStateChangedHandler )(void *pCookie) |
| typedef XnStatus(XN_C_DECL * | XnModuleUnloadPtr )() |
typedef struct
XnModuleUserGeneratorInterface | XnModuleUserGeneratorInterface |
| typedef void(XN_CALLBACK_TYPE * | XnModuleUserHandler )(XnUserID user, void *pCookie) |
typedef struct
XnModuleUserPositionCapabilityInterface | XnModuleUserPositionCapabilityInterface |
Functions |
| typedef | void (XN_CALLBACK_TYPE *XnModuleGetExportedInterfacePtr)(XnModuleExportedProductionNodeInterface *pInterface) |