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

Function deserializeProperty

IPL/src/IPLProcessProperty.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232template<class T>
233inline void deserializeProperty(IPLProcessProperty::SerializedData data, IPLProcessWidgetType &widget, T &value)
234{
235 deserializeValue(data.widget,widget);
236 deserializeValue(data.value,value);
237}
238
239IPLProcessProperty::IPLProcessProperty(int position, const char* name, const char *title, const char *description, IPLProcess *process, IPLProcessWidgetType widget):
240 _position(position),

Callers 1

deserializeMethod · 0.85

Calls 1

deserializeValueFunction · 0.85

Tested by

no test coverage detected