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

Method Freenect2

src/libfreenect2.cpp:1133–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133Freenect2::Freenect2(void *usb_context) :
1134 impl_(new Freenect2Impl(usb_context))
1135{
1136}
1137
1138Freenect2::~Freenect2()
1139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected