MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / addInformation

Method addInformation

IPL/src/IPLProcess.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void IPLProcess::addInformation(std::string msg)
373{
374 addMessage(IPLProcessMessage(msg, IPLProcessMessage::INFORMATION));
375}
376
377std::vector<IPLProcessMessage> *IPLProcess::messages()
378{

Callers

nothing calls this directly

Calls 1

IPLProcessMessageFunction · 0.85

Tested by

no test coverage detected