Public Member Functions | Static Public Attributes | Protected Attributes

XnVImageMessage Class Reference

#include <XnVImageMessage.h>

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

List of all members.

Public Member Functions

 XnVImageMessage (const xn::ImageGenerator *pIG)
 ~XnVImageMessage ()
XnVMessageClone () const

Static Public Attributes

static const XnChar * ms_strType

Protected Attributes

const xn::ImageGenerator * m_pIM

Detailed Description

A XnVImageMessage is a Message holding an Image Generator

Definition at line 20 of file XnVImageMessage.h.


Constructor & Destructor Documentation

XnVImageMessage::XnVImageMessage ( const xn::ImageGenerator *  pIG  ) 

Constructor. Create an Image Message with an Image Generator.

Parameters:
[in] pIG The Image Generator to use in the Image Message
XnVImageMessage::~XnVImageMessage (  ) 

Member Function Documentation

XnVMessage* XnVImageMessage::Clone (  )  const [virtual]

Create a new Message of the same type (Image Message), with a clone of the same data (the same Image Generator)

Returns:
The new message

Implements XnVMessage.


Member Data Documentation

const xn::ImageGenerator* XnVImageMessage::m_pIM [protected]

Definition at line 44 of file XnVImageMessage.h.

const XnChar* XnVImageMessage::ms_strType [static]

The default type for Image Messages - "Image"

Definition at line 42 of file XnVImageMessage.h.


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