MCPcopy 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
607void GeneralPropRecord::SetPropDataSize(XnUInt32 nPropDataSize)
608{
609 m_nPropDataSize = nPropDataSize;
610}
611
612void GeneralPropRecord::SetPropData(const void* pPropData)
613{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected