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

Method newGeometry

modules/cpu/ISPCDevice.cpp:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378OSPGeometry ISPCDevice::newGeometry(const char *type)
379{
380 return (OSPGeometry)Geometry::createInstance(type, *this);
381}
382
383OSPVolume ISPCDevice::newVolume(const char *type)
384{

Callers 1

ospNewGeometryFunction · 0.45

Calls 1

createInstanceFunction · 0.85

Tested by

no test coverage detected