OpenNI 1.3.2
Public Member Functions | Public Attributes
XnCallback Struct Reference

#include <XnCallback.h>

List of all members.

Public Member Functions

 XnCallback ()
 XnCallback (XnFuncPtr pFuncPtr, void *pCookie)
void Set (XnFuncPtr pFuncPtr, void *pCookie)

Public Attributes

XnFuncPtr pFuncPtr
void * pCookie

Detailed Description

Holds a pair of function pointer and user cookie to be used as callbacks.


Constructor & Destructor Documentation

XnCallback::XnCallback ( )
inline
XnCallback::XnCallback ( XnFuncPtr  pFuncPtr,
void *  pCookie 
)
inline

Member Function Documentation

void XnCallback::Set ( XnFuncPtr  pFuncPtr,
void *  pCookie 
)
inline

Member Data Documentation

void* XnCallback::pCookie
XnFuncPtr XnCallback::pFuncPtr

The documentation for this struct was generated from the following file: