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

Method GetDataSize

Samples/NiSampleModule/SampleDepth.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173XnUInt32 SampleDepth::GetDataSize()
174{
175 return (SUPPORTED_X_RES * SUPPORTED_Y_RES * sizeof(XnDepthPixel));
176}
177
178XnUInt64 SampleDepth::GetTimestamp()
179{

Callers 4

mainFunction · 0.45
playFunction · 0.45
recordFunction · 0.45
calculateHistogramFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected