Public Member Functions
xn::FrameSyncCapability Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::FrameSyncCapability:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 FrameSyncCapability (XnNodeHandle hNode)
XnStatus RegisterToFrameSyncChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)
void UnregisterFromFrameSyncChange (XnCallbackHandle hCallback)
XnBool CanFrameSyncWith (Generator &other)
XnStatus FrameSyncWith (Generator &other)
XnStatus StopFrameSyncWith (Generator &other)
XnBool IsFrameSyncedWith (Generator &other)

Detailed Description

Allows access to Frame Sync capability functions. see Frame-Sync Capability for additional details.

Definition at line 1842 of file XnCppWrapper.h.


Constructor & Destructor Documentation

Ctor

Parameters:
hNode[in] Node handle

Definition at line 1850 of file XnCppWrapper.h.


Member Function Documentation

Checks if this generator can frame sync to another node.

For full details and usage, see xnCanFrameSyncWith

Definition at line 4512 of file XnCppWrapper.h.

Activates frame sync with the other node.

For full details and usage, see xnFrameSyncWith

Definition at line 4517 of file XnCppWrapper.h.

Checks if current view point is as if coming from the other node view point.

For full details and usage, see xnIsFrameSyncedWith

Definition at line 4527 of file XnCppWrapper.h.

XnStatus xn::FrameSyncCapability::RegisterToFrameSyncChange ( StateChangedHandler  handler,
void pCookie,
XnCallbackHandle hCallback 
) [inline]

Registers a callback function to view point changes.

For full details and usage, see xnRegisterToFrameSyncChange

Definition at line 1875 of file XnCppWrapper.h.

Stops frame sync with the other node.

For full details and usage, see xnStopFrameSyncWith

Definition at line 4522 of file XnCppWrapper.h.

Unregisters a callback function which was registered using xnRegisterToFrameSyncChange().

For full details and usage, see xnUnregisterFromFrameSyncChange

Definition at line 1883 of file XnCppWrapper.h.


The documentation for this class was generated from the following file:


nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:52