OpenNI 1.3.2
Public Member Functions
xn::AlternativeViewPointCapability Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::AlternativeViewPointCapability:
Inheritance graph

List of all members.

Public Member Functions

 AlternativeViewPointCapability (XnNodeHandle hNode)
 AlternativeViewPointCapability (const NodeWrapper &node)
XnBool IsViewPointSupported (ProductionNode &otherNode) const
XnStatus SetViewPoint (ProductionNode &otherNode)
XnStatus ResetViewPoint ()
XnBool IsViewPointAs (ProductionNode &otherNode) const
XnStatus RegisterToViewPointChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)
void UnregisterFromViewPointChange (XnCallbackHandle hCallback)
- Public Member Functions inherited from xn::Capability
 Capability (XnNodeHandle hNode)
 Capability (const NodeWrapper &node)
- Public Member Functions inherited from xn::NodeWrapper
 NodeWrapper (XnNodeHandle hNode)
 NodeWrapper (const NodeWrapper &other)
NodeWrapperoperator= (const NodeWrapper &other)
 ~NodeWrapper ()
 operator XnNodeHandle () const
XnNodeHandle GetHandle () const
XnBool operator== (const NodeWrapper &other)
XnBool operator!= (const NodeWrapper &other)
XnBool IsValid () const
const XnChar * GetName () const
XnStatus AddRef ()
void Release ()
XnStatus Ref ()
void Unref ()
void SetHandle (XnNodeHandle hNode)
void TakeOwnership (XnNodeHandle hNode)

Detailed Description

Allows access to Alternative View Point capability functions. see Alternative View Point Capability for additional details.


Constructor & Destructor Documentation

xn::AlternativeViewPointCapability::AlternativeViewPointCapability ( XnNodeHandle  hNode)
inline

Ctor

Parameters:
hNode[in] Node handle
xn::AlternativeViewPointCapability::AlternativeViewPointCapability ( const NodeWrapper node)
inline

Member Function Documentation

XnBool xn::AlternativeViewPointCapability::IsViewPointAs ( ProductionNode otherNode) const
inline

Checks if current view point is as if coming from the other node view point. For full details and usage, see xnIsViewPointAs

XnBool xn::AlternativeViewPointCapability::IsViewPointSupported ( ProductionNode otherNode) const
inline

Checks if this generator can change its output to look like it was taken from a different location, represented by another generator. For full details and usage, see xnIsViewPointSupported

XnStatus xn::AlternativeViewPointCapability::RegisterToViewPointChange ( StateChangedHandler  handler,
void *  pCookie,
XnCallbackHandle hCallback 
)
inline

Registers a callback function to view point changes. For full details and usage, see xnRegisterToViewPointChange

XnStatus xn::AlternativeViewPointCapability::ResetViewPoint ( )
inline

Sets the view point of this generator to its normal one. For full details and usage, see xnResetViewPoint

XnStatus xn::AlternativeViewPointCapability::SetViewPoint ( ProductionNode otherNode)
inline

Sets the view point of this generator to look like as if placed at another generator location. For full details and usage, see xnSetViewPoint

void xn::AlternativeViewPointCapability::UnregisterFromViewPointChange ( XnCallbackHandle  hCallback)
inline

Unregisters a callback function which was registered using xnRegisterToViewPointChange(). For full details and usage, see xnUnregisterFromViewPointChange


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