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

Method addError

IPL/src/IPLProcess.cpp:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void IPLProcess::addError(std::string msg)
358{
359 addMessage(IPLProcessMessage(msg, IPLProcessMessage::ERR));
360}
361
362void IPLProcess::addWarning(std::string msg)
363{

Callers 1

runMethod · 0.80

Calls 1

IPLProcessMessageFunction · 0.85

Tested by

no test coverage detected