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

Method getProcessPropertyVectorInt

IPL/src/IPLProcess.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219std::vector<int> IPLProcess::getProcessPropertyVectorInt(const char *name)
220{
221 checkPropertyKey(name);
222 return ((IPLProcessPropertyVectorInt*) _properties[name].get())->value();
223}
224
225std::vector<double> IPLProcess::getProcessPropertyVectorDouble(const char *name)
226{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected