| 113 | } |
| 114 | |
| 115 | void ospSetUInt(OSPObject o, const char *id, unsigned int x) |
| 116 | { |
| 117 | ospSetParam(o, id, OSP_UINT, &x); |
| 118 | } |
| 119 | |
| 120 | void ospSetBox1f(OSPObject o, const char *id, float x, float y) |
| 121 | { |
nothing calls this directly
no test coverage detected