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

Method GetSize

Include/XnBitSet.h:111–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109
110 /** @returns size in bits of this bitset. **/
111 XnUInt32 GetSize() const
112 {
113 return m_nSize;
114 }
115
116 /** Clears data in this bitset and sets size to 0. **/
117 void Clear()

Callers 3

SetMethod · 0.45
IsSetMethod · 0.45
GetDataSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected