#include <XnVDepthMessage.h>
Public Member Functions | |
XnVDepthMessage (const xn::DepthGenerator *pDG) | |
~XnVDepthMessage () | |
XnVMessage * | Clone () const |
Static Public Attributes | |
static const XnChar * | ms_strType |
Protected Attributes | |
const xn::DepthGenerator * | m_pDG |
A XnVDepthMessage is a Message holding a Depth Generator
Definition at line 20 of file XnVDepthMessage.h.
XnVDepthMessage::XnVDepthMessage | ( | const xn::DepthGenerator * | pDG | ) |
Constructor. Create a Depth Message with a Depth Generator.
[in] | pDG | The Depth Generator to use in the Depth Message |
XnVDepthMessage::~XnVDepthMessage | ( | ) |
XnVMessage* XnVDepthMessage::Clone | ( | ) | const [virtual] |
Create a new Message of the same type (Depth Message), with a clone of the same data (the same Depth Generator)
Implements XnVMessage.
const xn::DepthGenerator* XnVDepthMessage::m_pDG [protected] |
Definition at line 44 of file XnVDepthMessage.h.
const XnChar* XnVDepthMessage::ms_strType [static] |
The default type for Depth Messages - "Depth"
Definition at line 42 of file XnVDepthMessage.h.