MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / Writer

Method Writer

tools/openni_image.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344
345 public:
346 Writer (Buffer &buf)
347 : buf_ (buf)
348 {
349 thread_.reset (new std::thread (&Writer::receiveAndProcess, this));
350 }
351
352 ///////////////////////////////////////////////////////////////////////////////////////
353 void

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected