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

Method width

src/cpu_depth_packet_processor.cpp:147–150  ·  view source on GitHub ↗

* Get the width of the image. * @return Width of the image. */

Source from the content-addressed store, hash-verified

145 * @return Width of the image.
146 */
147 int width() const
148 {
149 return width_;
150 }
151
152 /**
153 * Get the height of the image.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected