#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
Constructor. Create a new Depth Control
- Parameters:
-
[in] | strName | Name of the control, for log purposes. |
Member Function Documentation
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.
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: