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

Method getProcessPropertyUnsignedInt

IPL/src/IPLProcess.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183unsigned int IPLProcess::getProcessPropertyUnsignedInt(const char *name)
184{
185 checkPropertyKey(name);
186 return ((IPLProcessPropertyUnsignedInt*) _properties[name].get())->value();
187}
188
189double IPLProcess::getProcessPropertyDouble(const char *name)
190{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected