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

Method GetData

Include/XnArray.h:94–97  ·  view source on GitHub ↗

@returns the raw data of this array as a read-only buffer. **/

Source from the content-addressed store, hash-verified

92
93 /** @returns the raw data of this array as a read-only buffer. **/
94 const T* GetData() const
95 {
96 return m_pData;
97 }
98
99 /** @returns the raw data of this array as a modifiable buffer. **/
100 T* GetData()

Callers 5

GetNextIMethod · 0.45
GetIMethod · 0.45
GetValidIMethod · 0.45
RemoveIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected