NITE 1.4.1 - API Reference
|
00001 /******************************************************************************* 00002 * * 00003 * PrimeSense NITE 1.3 * 00004 * Copyright (C) 2010 PrimeSense Ltd. * 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_