00001 /******************************************************************************* 00002 * * 00003 * PrimeSense NITE 1.3 * 00004 * Copyright (C) 2010 PrimeSense Ltd. * 00005 * * 00006 *******************************************************************************/ 00007 00008 00009 #ifndef _XNV_POINT_MESSAGE_H_ 00010 #define _XNV_POINT_MESSAGE_H_ 00011 00012 #include "XnVMessage.h" 00013 #include "XnVMultipleHands.h" 00014 00018 class XNV_NITE_API XnVPointMessage : 00019 public XnVMessage 00020 { 00021 public: 00027 XnVPointMessage(const XnVMultipleHands* pHands); 00028 ~XnVPointMessage(); 00029 00035 XnVMessage* Clone() const; 00036 00040 static const XnChar* ms_strType; 00041 protected: 00042 const XnVMultipleHands* m_pHands; 00043 }; 00044 00045 #endif