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

Method getProcessPropertyString

IPL/src/IPLProcess.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213std::string IPLProcess::getProcessPropertyString(const char *name)
214{
215 checkPropertyKey(name);
216 return ((IPLProcessPropertyString*) _properties[name].get())->value();
217}
218
219std::vector<int> IPLProcess::getProcessPropertyVectorInt(const char *name)
220{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected