#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 | ( | ) |
Clear the Multi-threading queue
1.7.1