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

Method GetDataSize

Include/XnBitSet.h:105–108  ·  view source on GitHub ↗

@returns size in bytes of this bitset. **/

Source from the content-addressed store, hash-verified

103
104 /** @returns size in bytes of this bitset. **/
105 XnUInt32 GetDataSize() const
106 {
107 return m_array.GetSize();
108 }
109
110 /** @returns size in bits of this bitset. **/
111 XnUInt32 GetSize() const

Callers 1

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected