Public Member Functions

XnVDepthGenerator Class Reference

#include <XnVDepthGenerator.h>

Inheritance diagram for XnVDepthGenerator:
Inheritance graph
[legend]
Collaboration diagram for XnVDepthGenerator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 XnVDepthGenerator (const XnChar *strName="XnVDepthGenerator")
virtual ~XnVDepthGenerator ()
void Update (const xn::Context *pContext)
void Update (const xn::DepthGenerator *pDG)

Detailed Description

A XnVDepthGenerator is a Message Generator that generates Depth Messages.

Definition at line 19 of file XnVDepthGenerator.h.


Constructor & Destructor Documentation

XnVDepthGenerator::XnVDepthGenerator ( const XnChar *  strName = "XnVDepthGenerator"  ) 

Constructor. Create a new Depth Generator

Parameters:
[in] strName Name of the control, for log purposes.
virtual XnVDepthGenerator::~XnVDepthGenerator (  )  [virtual]

Member Function Documentation

void XnVDepthGenerator::Update ( const xn::Context *  pContext  )  [virtual]

Generate a Depth Message containing the Depth from the context.

Parameters:
[in] pContext The context from which the Depth Map will be taken.

Implements XnVContextControl.

void XnVDepthGenerator::Update ( const xn::DepthGenerator *  pDG  ) 

Generate a Depth Message containing the given Depth Generator.

Parameters:
[in] pDG The Depth Generator to use in the Depth Message

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