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

Function ospNewVolume

ospray/api/API.cpp:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410OSPRAY_CATCH_END(nullptr)
411
412extern "C" OSPVolume ospNewVolume(const char *_type) OSPRAY_CATCH_BEGIN
413{
414 THROW_IF_NULL_STRING(_type);
415 ASSERT_DEVICE();
416 OSPVolume volume = currentDevice().newVolume(_type);
417 return volume;
418}
419OSPRAY_CATCH_END(nullptr)
420
421extern "C" OSPGeometricModel ospNewGeometricModel(

Callers 2

newVolumeFunction · 0.85
VolumeMethod · 0.85

Calls 1

newVolumeMethod · 0.45

Tested by

no test coverage detected