MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ptr

Method ptr

src/cpu_depth_packet_processor.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 const ScalarT *ptr(int y, int x) const
205 {
206 return reinterpret_cast<const ScalarT *>(buffer_ + y_step * y + x_step * x);
207 }
208
209 ScalarT *ptr(int y, int x)
210 {

Callers 3

filterPixelStage1Method · 0.45
loadXZTablesMethod · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected