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

Method good

src/opencl_kde_depth_packet_processor.cpp:840–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838}
839
840bool OpenCLKdeDepthPacketProcessor::good()
841{
842 return impl_->deviceInitialized && impl_->runtimeOk;
843}
844
845void OpenCLKdeDepthPacketProcessor::process(const DepthPacket &packet)
846{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected