#include <XnModuleCppInterface.h>
|
| virtual | ~ModuleProductionNode () |
| |
| virtual XnBool | IsCapabilitySupported (const XnChar *) |
| |
| virtual XnStatus | SetIntProperty (const XnChar *, XnUInt64) |
| |
| virtual XnStatus | SetRealProperty (const XnChar *, XnDouble) |
| |
| virtual XnStatus | SetStringProperty (const XnChar *, const XnChar *) |
| |
| virtual XnStatus | SetGeneralProperty (const XnChar *, XnUInt32, const void *) |
| |
| virtual XnStatus | GetIntProperty (const XnChar *, XnUInt64 &) const |
| |
| virtual XnStatus | GetRealProperty (const XnChar *, XnDouble &) const |
| |
| virtual XnStatus | GetStringProperty (const XnChar *, XnChar *, XnUInt32) const |
| |
| virtual XnStatus | GetGeneralProperty (const XnChar *, XnUInt32, void *) const |
| |
| virtual ModuleExtendedSerializationInterface * | GetExtendedSerializationInterface () |
| |
| virtual ModuleLockAwareInterface * | GetLockAwareInterface () |
| |
| virtual ModuleErrorStateInterface * | GetErrorStateInterface () |
| |
| virtual ModuleGeneralIntInterface * | GetGeneralIntInterface (const XnChar *) |
| |
◆ ~ModuleProductionNode()
| virtual xn::ModuleProductionNode::~ModuleProductionNode |
( |
| ) |
|
|
inlinevirtual |
◆ GetErrorStateInterface()
◆ GetExtendedSerializationInterface()
◆ GetGeneralIntInterface()
◆ GetGeneralProperty()
| virtual XnStatus xn::ModuleProductionNode::GetGeneralProperty |
( |
const XnChar * |
, |
|
|
XnUInt32 |
, |
|
|
void * |
|
|
) |
| const |
|
inlinevirtual |
◆ GetIntProperty()
| virtual XnStatus xn::ModuleProductionNode::GetIntProperty |
( |
const XnChar * |
, |
|
|
XnUInt64 & |
|
|
) |
| const |
|
inlinevirtual |
◆ GetLockAwareInterface()
◆ GetRealProperty()
| virtual XnStatus xn::ModuleProductionNode::GetRealProperty |
( |
const XnChar * |
, |
|
|
XnDouble & |
|
|
) |
| const |
|
inlinevirtual |
◆ GetStringProperty()
| virtual XnStatus xn::ModuleProductionNode::GetStringProperty |
( |
const XnChar * |
, |
|
|
XnChar * |
, |
|
|
XnUInt32 |
|
|
) |
| const |
|
inlinevirtual |
◆ IsCapabilitySupported()
| virtual XnBool xn::ModuleProductionNode::IsCapabilitySupported |
( |
const XnChar * |
| ) |
|
|
inlinevirtual |
◆ SetGeneralProperty()
| virtual XnStatus xn::ModuleProductionNode::SetGeneralProperty |
( |
const XnChar * |
, |
|
|
XnUInt32 |
, |
|
|
const void * |
|
|
) |
| |
|
inlinevirtual |
◆ SetIntProperty()
| virtual XnStatus xn::ModuleProductionNode::SetIntProperty |
( |
const XnChar * |
, |
|
|
XnUInt64 |
|
|
) |
| |
|
inlinevirtual |
◆ SetRealProperty()
| virtual XnStatus xn::ModuleProductionNode::SetRealProperty |
( |
const XnChar * |
, |
|
|
XnDouble |
|
|
) |
| |
|
inlinevirtual |
◆ SetStringProperty()
| virtual XnStatus xn::ModuleProductionNode::SetStringProperty |
( |
const XnChar * |
, |
|
|
const XnChar * |
|
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: