MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / GetPoseDetectionInteface

Method GetPoseDetectionInteface

Include/XnModuleCppInterface.h:553–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 virtual void UnregisterUserCallbacks(XnCallbackHandle hCallback) = 0;
552 virtual ModuleSkeletonInterface* GetSkeletonInterface() { return NULL; }
553 virtual ModulePoseDetectionInteface* GetPoseDetectionInteface() {return NULL;}
554
555 virtual XnStatus RegisterToUserExit(XnModuleUserHandler UserExitCB, void* pCookie, XnCallbackHandle& hCallback) = 0;
556 virtual void UnregisterFromUserExit(XnCallbackHandle hCallback) = 0;

Calls

no outgoing calls

Tested by

no test coverage detected