MCPcopy Create free account
hub / github.com/RenderKit/ospray / ~Group

Method ~Group

modules/cpu/common/Group.cpp:49–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49Group::~Group()
50{
51 freeAndNullifyEmbreeScene(sceneGeometries);
52#ifdef OSPRAY_ENABLE_VOLUMES
53 freeAndNullifyEmbreeScene(sceneVolumes);
54#endif
55 freeAndNullifyEmbreeScene(sceneClippers);
56
57 getSh()->geometricModels = nullptr;
58#ifdef OSPRAY_ENABLE_VOLUMES
59 getSh()->volumetricModels = nullptr;
60#endif
61 getSh()->clipModels = nullptr;
62}
63
64std::string Group::toString() const
65{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected