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

Method addWarning

IPL/src/IPLProcess.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void IPLProcess::addWarning(std::string msg)
363{
364 addMessage(IPLProcessMessage(msg, IPLProcessMessage::WARNING));
365}
366
367void IPLProcess::addSuccess(std::string msg)
368{

Callers

nothing calls this directly

Calls 1

IPLProcessMessageFunction · 0.85

Tested by

no test coverage detected