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

Method getProcessPropertyPoint

IPL/src/IPLProcess.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237IPLPoint IPLProcess::getProcessPropertyPoint(const char *name)
238{
239 checkPropertyKey(name);
240 return ((IPLProcessPropertyPoint*) _properties[name].get())->value();
241}
242
243//template<class T> void IPLProcess::addProcessProperty(const char *name, const char *title, const char *description, int type, T value, T min /* =0 */, T max /* = 0 */)
244

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected