Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ SetPropDataSize
Method
SetPropDataSize
Source/Modules/Common/DataRecords.cpp:607–610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
}
606
607
void GeneralPropRecord::SetPropDataSize(XnUInt32 nPropDataSize)
608
{
609
m_nPropDataSize = nPropDataSize;
610
}
611
612
void GeneralPropRecord::SetPropData(const void* pPropData)
613
{
Callers
1
OnNodeGeneralPropChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected