#include <XnModuleInterface.h>
Definition at line 249 of file XnModuleInterface.h.
XnModuleProductionNodeInterface::XnBool | ( | XN_CALLBACK_TYPE * | IsCapabilitySupported | ) |
Checks if the specified capability is supported.
hInstance | [in] A handle to the instance to be queried. |
strCapabilityName | [in] The name of the capability to check. |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetIntProperty | ) |
[Optional] Sets a property.
hInstance | [in] A handle to the instance. |
strName | [in] Property name |
nValue | [in] New value |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetRealProperty | ) |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetStringProperty | ) |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetGeneralProperty | ) |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | GetIntProperty | ) |
[Optional] Gets a property.
hInstance | [in] A handle to the instance. |
strName | [in] Property name |
pnValue | [out] Current value |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | GetRealProperty | ) |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | GetStringProperty | ) |
XnModuleProductionNodeInterface::XnStatus | ( | XN_CALLBACK_TYPE * | GetGeneralProperty | ) |
Definition at line 283 of file XnModuleInterface.h.
Definition at line 270 of file XnModuleInterface.h.
Definition at line 272 of file XnModuleInterface.h.
Definition at line 283 of file XnModuleInterface.h.
Definition at line 269 of file XnModuleInterface.h.
const XnChar XnUInt32 const void* XnModuleProductionNodeInterface::pBuffer |
Definition at line 272 of file XnModuleInterface.h.
Definition at line 284 of file XnModuleInterface.h.
Definition at line 282 of file XnModuleInterface.h.
Definition at line 288 of file XnModuleInterface.h.
XnModuleExtendedSerializationInterface* XnModuleProductionNodeInterface::pExtendedSerializationInterface |
Definition at line 286 of file XnModuleInterface.h.
Definition at line 287 of file XnModuleInterface.h.
Definition at line 281 of file XnModuleInterface.h.
Definition at line 260 of file XnModuleInterface.h.
Definition at line 269 of file XnModuleInterface.h.
const XnChar const XnChar* XnModuleProductionNodeInterface::strValue |
Definition at line 271 of file XnModuleInterface.h.