![]() |
OpenNI 1.5.2
|
Go to the source code of this file.
Defines | |
#define | DERIVED_CAST_IMPL(T, enm) |
#define | dynamic_cast derived_cast |
#define DERIVED_CAST_IMPL | ( | T, | |
enm | |||
) |
template<> \
T* derived_cast<T*>(ModuleProductionNode* pPrdNode) \
{ \
return (T*)pPrdNode->m_aInterfaces[enm]; \
}
#define dynamic_cast derived_cast |