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

Method good

src/opencl_depth_packet_processor.cpp:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776bool OpenCLDepthPacketProcessor::good()
777{
778 return impl_->deviceInitialized && impl_->runtimeOk;
779}
780
781void OpenCLDepthPacketProcessor::process(const DepthPacket &packet)
782{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected