MCPcopy 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
612void GeneralPropRecord::SetPropData(const void* pPropData)
613{
614 m_pPropData = const_cast<void*>(pPropData);
615}
616
617const XnChar* GeneralPropRecord::GetPropName() const
618{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected