#include <XnVDepthControl.h>
List of all members.
Detailed Description
A XnVDepthControl is a Message Listener that expects Depth Messages. It is meant to be a base class for Controls that are Depth-based.
Definition at line 19 of file XnVDepthControl.h.
Constructor & Destructor Documentation
XnVDepthControl::XnVDepthControl |
( |
const XnChar * |
strName = "XnVDepthControl" |
) |
|
Constructor. Create a new Depth Control
- Parameters:
-
[in] | strName | Name of the control, for log purposes. |
virtual XnVDepthControl::~XnVDepthControl |
( |
|
) |
[virtual] |
Member Function Documentation
void XnVDepthControl::Update |
( |
XnVMessage * |
pMessage |
) |
[virtual] |
Handle a Message. This method extracts the inner Depth Generator, and calls the other Update method.
- Parameters:
-
[in] | pMessage | The message to handle |
Implements XnVMessageListener.
virtual void XnVDepthControl::Update |
( |
const xn::DepthGenerator * |
pDG |
) |
[pure virtual] |
Handle a Depth Generator. This is the method users will implement.
- Parameters:
-
[in] | pDG | The Depth Generator to handle |
The documentation for this class was generated from the following file: