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