MCPcopy Create free account
hub / github.com/biometrics/openbr / readData

Method readData

openbr/plugins/core/processwrapper.cpp:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355 template<typename T>
356 bool readData(T &input)
357 {
358 emit pulseReadSerialized();
359 QDataStream deserializer(readArray);
360 deserializer >> input;
361 return true;
362 }
363
364 Transform *readTForm()
365 {

Callers 2

workerLoopMethod · 0.45
projectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected