NITE 1.4.1 - API Reference
|
#include <XnVFilter.h>
Public Member Functions | |
XnVFilter (const XnChar *strName="XnVFilter") | |
void | ClearQueue () |
A XnVFilter is a Message Listener and Generator. It receives Messages (as a Listener), may manipulate them, and send them (or others) on (as a Generator)
Definition at line 19 of file XnVFilter.h.
XnVFilter::XnVFilter | ( | const XnChar * | strName = "XnVFilter" | ) |
Constructor. Create a new filter
[in] | strName | Name of the control, for log purposes. |
void XnVFilter::ClearQueue | ( | ) | [virtual] |
Clear the Multi-threading queue
Reimplemented from XnVMessageListener.