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

Method commit

apps/common/ospray_testing/builders/UnstructuredVolumeSimple.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// Inlined definitions ////////////////////////////////////////////////////
27
28void UnstructuredVolumeSimple::commit()
29{
30 Builder::commit();
31
32 sharedVertices = getParam<bool>("sharedVertices", true);
33 valuesPerCell = getParam<bool>("cellCenteredValues", false);
34}
35
36cpp::Group UnstructuredVolumeSimple::buildGroup() const
37{

Callers 1

buildGroupMethod · 0.45

Calls 1

commitFunction · 0.50

Tested by

no test coverage detected