#include <XnModuleCppInterface.h>
Public Member Functions | |
virtual XnBool | IsViewPointAs (ProductionNode &other)=0 |
virtual XnBool | IsViewPointSupported (ProductionNode &other)=0 |
virtual XnStatus | RegisterToViewPointChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0 |
virtual XnStatus | ResetViewPoint ()=0 |
virtual XnStatus | SetViewPoint (ProductionNode &other)=0 |
virtual void | UnregisterFromViewPointChange (XnCallbackHandle hCallback)=0 |
virtual | ~ModuleAlternativeViewPointInterface () |
Definition at line 159 of file XnModuleCppInterface.h.
virtual xn::ModuleAlternativeViewPointInterface::~ModuleAlternativeViewPointInterface | ( | ) | [inline, virtual] |
Definition at line 162 of file XnModuleCppInterface.h.
virtual XnBool xn::ModuleAlternativeViewPointInterface::IsViewPointAs | ( | ProductionNode & | other | ) | [pure virtual] |
virtual XnBool xn::ModuleAlternativeViewPointInterface::IsViewPointSupported | ( | ProductionNode & | other | ) | [pure virtual] |
virtual XnStatus xn::ModuleAlternativeViewPointInterface::RegisterToViewPointChange | ( | XnModuleStateChangedHandler | handler, |
void * | pCookie, | ||
XnCallbackHandle & | hCallback | ||
) | [pure virtual] |
virtual XnStatus xn::ModuleAlternativeViewPointInterface::ResetViewPoint | ( | ) | [pure virtual] |
virtual XnStatus xn::ModuleAlternativeViewPointInterface::SetViewPoint | ( | ProductionNode & | other | ) | [pure virtual] |
virtual void xn::ModuleAlternativeViewPointInterface::UnregisterFromViewPointChange | ( | XnCallbackHandle | hCallback | ) | [pure virtual] |