Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef _XNV_DEPTH_MESSAGE_H_
00010 #define _XNV_DEPTH_MESSAGE_H_
00011
00012 #include <XnOpenNI.h>
00013 #include <XnCppWrapper.h>
00014
00015 #include "XnVMessage.h"
00016
00020 class XNV_NITE_API XnVDepthMessage :
00021 public XnVMessage
00022 {
00023 public:
00029 XnVDepthMessage(const xn::DepthGenerator* pDG);
00030 ~XnVDepthMessage();
00031
00037 XnVMessage* Clone() const;
00038
00042 static const XnChar* ms_strType;
00043 protected:
00044 const xn::DepthGenerator* m_pDG;
00045 };
00046
00047 #endif // _XNV_DEPTH_MESSAGE_H_