![]() |
OpenNI 1.5.4
|
XnDerivedCast.h File Reference
Go to the source code of this file.
Defines | |
| #define | DERIVED_CAST_IMPL(T, enm) |
| #define | dynamic_cast derived_cast |
Define Documentation
| #define DERIVED_CAST_IMPL | ( | T, | |
| enm | |||
| ) |
Value:
template<> \
T* derived_cast<T*>(ModuleProductionNode* pPrdNode) \
{ \
return (T*)pPrdNode->m_aInterfaces[enm]; \
}
| #define dynamic_cast derived_cast |
Generated on Wed May 16 2012 10:16:05 for OpenNI 1.5.4 by
1.7.5.1
