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

Method getProcessPropertyInt

IPL/src/IPLProcess.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177int IPLProcess::getProcessPropertyInt(const char *name)
178{
179 checkPropertyKey(name);
180 return ((IPLProcessPropertyInt*) _properties[name].get())->value();
181}
182
183unsigned int IPLProcess::getProcessPropertyUnsignedInt(const char *name)
184{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected