Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ SetPropName
Method
SetPropName
Source/Modules/Common/DataRecords.cpp:602–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
void GeneralPropRecord::SetPropName(const XnChar* strPropName)
603
{
604
m_strPropName = strPropName;
605
}
606
607
void GeneralPropRecord::SetPropDataSize(XnUInt32 nPropDataSize)
608
{
Callers
4
OnNodeIntPropChanged
Method · 0.80
OnNodeRealPropChanged
Method · 0.80
OnNodeStringPropChanged
Method · 0.80
OnNodeGeneralPropChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected