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

Method isEnabled

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

Source from the content-addressed store, hash-verified

78void Registration::setEnable(bool enable) { enabled = enable; }
79
80bool Registration::isEnabled() { return enabled; }
81
82void Registration::depthToColor(int dx, int dy, float dz, float& cx, float& cy)
83{

Callers 2

populateFrameMethod · 0.80
populateFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected