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

Method getProcessPropertyDouble

IPL/src/IPLProcess.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189double IPLProcess::getProcessPropertyDouble(const char *name)
190{
191 checkPropertyKey(name);
192 return ((IPLProcessPropertyDouble*) _properties[name].get())->value();
193}
194
195float IPLProcess::getProcessPropertyFloat(const char *name)
196{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected