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

Method Registration

src/openni2/Registration.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31using namespace Freenect2Driver;
32
33Registration::Registration(libfreenect2::Freenect2Device* dev) :
34 dev(dev),
35 reg(NULL),
36 enabled(false)
37{
38}
39
40Registration::~Registration() {
41 delete reg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected