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

Method getProcessPropertyFloat

IPL/src/IPLProcess.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195float IPLProcess::getProcessPropertyFloat(const char *name)
196{
197 checkPropertyKey(name);
198 return ((IPLProcessPropertyFloat*) _properties[name].get())->value();
199}
200
201bool IPLProcess::getProcessPropertyBool(const char *name)
202{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected