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

Method newVolume

modules/cpu/ISPCDevice.cpp:383–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383OSPVolume ISPCDevice::newVolume(const char *type)
384{
385#ifdef OSPRAY_ENABLE_VOLUMES
386 return (OSPVolume) new Volume(*this, type);
387#else
388 (void)type;
389 return (OSPVolume) nullptr;
390#endif
391}
392
393OSPGeometricModel ISPCDevice::newGeometricModel(OSPGeometry _geom)
394{

Callers 1

ospNewVolumeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected