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

Method getProcessPropertyVectorDouble

IPL/src/IPLProcess.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225std::vector<double> IPLProcess::getProcessPropertyVectorDouble(const char *name)
226{
227 checkPropertyKey(name);
228 return ((IPLProcessPropertyVectorDouble*) _properties[name].get())->value();
229}
230
231IPLColor IPLProcess::getProcessPropertyColor(const char *name)
232{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected