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

Method getProcessPropertyBoolOneShot

IPL/src/IPLProcess.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207bool IPLProcess::getProcessPropertyBoolOneShot(const char *name)
208{
209 checkPropertyKey(name);
210 return ((IPLProcessPropertyBoolOneShot*) _properties[name].get())->value();
211}
212
213std::string IPLProcess::getProcessPropertyString(const char *name)
214{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected