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

Method getProcessPropertyColor

IPL/src/IPLProcess.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231IPLColor IPLProcess::getProcessPropertyColor(const char *name)
232{
233 checkPropertyKey(name);
234 return ((IPLProcessPropertyColor*) _properties[name].get())->value();
235}
236
237IPLPoint IPLProcess::getProcessPropertyPoint(const char *name)
238{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected