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

Method getProcessPropertyBool

IPL/src/IPLProcess.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool IPLProcess::getProcessPropertyBool(const char *name)
202{
203 checkPropertyKey(name);
204 return ((IPLProcessPropertyBool*) _properties[name].get())->value();
205}
206
207bool IPLProcess::getProcessPropertyBoolOneShot(const char *name)
208{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected