| 366 | /////////////////////////////////////////////////////////////////////////// |
| 367 | |
| 368 | OSPLight ISPCDevice::newLight(const char *type) |
| 369 | { |
| 370 | return (OSPLight)Light::createInstance(type, *this); |
| 371 | } |
| 372 | |
| 373 | OSPCamera ISPCDevice::newCamera(const char *type) |
| 374 | { |
no test coverage detected