MCPcopy Create free account
hub / github.com/RenderKit/ospray / setParamOnObject

Function setParamOnObject

modules/cpu/ISPCDevice.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template <typename T>
44static void setParamOnObject(OSPObject _obj, const char *p, const T &v)
45{
46 auto *obj = (ManagedObject *)_obj;
47 obj->setParam(p, v);
48}
49
50#define declare_param_setter(TYPE) \
51 { \

Callers 1

setObjectParamMethod · 0.70

Calls 1

setParamMethod · 0.45

Tested by

no test coverage detected