MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / SetPayloadSize

Method SetPayloadSize

Source/Modules/Common/DataRecords.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void Record::SetPayloadSize(XnUInt32 nPayloadSize)
94{
95 m_pHeader->m_nPayloadSize = nPayloadSize;
96}
97
98void Record::SetUndoRecordPos(XnUInt64 nUndoRecordPos)
99{

Callers 2

OnNodeNewDataMethod · 0.80
UpdateNodeSeekInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected