#include <XnVPointMessage.h>
Public Member Functions | |
XnVPointMessage (const XnVMultipleHands *pHands) | |
~XnVPointMessage () | |
XnVMessage * | Clone () const |
Static Public Attributes | |
static const XnChar * | ms_strType |
Protected Attributes | |
const XnVMultipleHands * | m_pHands |
A XnVPointMessage is a Message holding a Multi Hands
Definition at line 18 of file XnVPointMessage.h.
XnVPointMessage::XnVPointMessage | ( | const XnVMultipleHands * | pHands | ) |
Constructor. Create a Point Message with a Multi Hands.
[in] | pHands | The Multi Hands to use in the Point Message |
XnVPointMessage::~XnVPointMessage | ( | ) |
XnVMessage* XnVPointMessage::Clone | ( | ) | const [virtual] |
Create a new Message of the same type (Point Message), with a clone of the same data (the same Multi Hands)
Implements XnVMessage.
const XnVMultipleHands* XnVPointMessage::m_pHands [protected] |
Definition at line 42 of file XnVPointMessage.h.
const XnChar* XnVPointMessage::ms_strType [static] |
The default type for Point Messages - "Point"
Definition at line 40 of file XnVPointMessage.h.