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

Method newGeometricModel

modules/cpu/ISPCDevice.cpp:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393OSPGeometricModel ISPCDevice::newGeometricModel(OSPGeometry _geom)
394{
395 auto *geom = (Geometry *)_geom;
396 auto *model = new GeometricModel(*this, geom);
397 return (OSPGeometricModel)model;
398}
399
400OSPVolumetricModel ISPCDevice::newVolumetricModel(OSPVolume _volume)
401{

Callers 1

ospNewGeometricModelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected