Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ SetPropData
Method
SetPropData
Source/Modules/Common/DataRecords.cpp:612–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
610
}
611
612
void GeneralPropRecord::SetPropData(const void* pPropData)
613
{
614
m_pPropData = const_cast<void*>(pPropData);
615
}
616
617
const XnChar* GeneralPropRecord::GetPropName() const
618
{
Callers
1
OnNodeGeneralPropChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected