XnList.h File Reference

#include <XnDataTypes.h>
#include <IXnNodeAllocator.h>
#include <XnNodeAllocator.h>
#include <XnNode.h>

Go to the source code of this file.

Classes

class  XnList
class  XnList::ConstIterator
class  XnList::Iterator

Defines

#define XN_DECLARE_LIST_WITH_TRANSLATOR_DECL(decl, Type, ClassName, Translator)
#define XN_DECLARE_LIST_WITH_TRANSLATOR(Type, ClassName, Translator)   XN_DECLARE_LIST_WITH_TRANSLATOR_DECL(, Type, ClassName, Translator)
#define XN_DECLARE_LIST_DECL(decl, Type, ClassName)
#define XN_DECLARE_LIST(Type, ClassName)   XN_DECLARE_LIST_DECL(, Type, ClassName)

Define Documentation

#define XN_DECLARE_LIST ( Type,
ClassName   )     XN_DECLARE_LIST_DECL(, Type, ClassName)

Declares a list of type Type, which is named ClassName. The list uses creates a default translator.

#define XN_DECLARE_LIST_DECL ( decl,
Type,
ClassName   ) 
Value:

Declares a list of type Type, which is named ClassName. The list uses creates a default translator and is declared using the decl declspec.

#define XN_DECLARE_LIST_WITH_TRANSLATOR ( Type,
ClassName,
Translator   )     XN_DECLARE_LIST_WITH_TRANSLATOR_DECL(, Type, ClassName, Translator)

Declares a list of type Type, which is named ClassName. The list uses translator Translator.

#define XN_DECLARE_LIST_WITH_TRANSLATOR_DECL ( decl,
Type,
ClassName,
Translator   ) 

Declares a list of type Type, which is named ClassName. The list uses translator Translator, and is declared using the decl declspec.


Generated on 11 Feb 2011 for OpenNI 1.0.0 by  doxygen 1.6.1