Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef _XNV_DEPTH_GENERATOR_H_
00010 #define _XNV_DEPTH_GENERATOR_H_
00011
00012 #include <XnCppWrapper.h>
00013
00014 #include "XnVDeviceFilter.h"
00015
00019 class XNV_NITE_API XnVDepthGenerator :
00020 public XnVContextFilter
00021 {
00022 public:
00028 XnVDepthGenerator(const XnChar* strName = "XnVDepthGenerator");
00029 virtual ~XnVDepthGenerator();
00030
00036 void Update(const xn::Context* pContext);
00042 void Update(const xn::DepthGenerator* pDG);
00043 };
00044
00045 #endif // _XNV_MESSAGE_GENERATOR_H_