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

Method commit

modules/mpi/ospray/fb/DistributedFrameBuffer.cpp:91–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void DFB::commit()
92{
93 FrameBuffer::commit();
94
95 if (localFBonMaster) {
96 // We need image operations to be added to inner local FB as well, the local
97 // FB possess complete image and is responsible for post-processing
98 // execution
99 if (hasParam("imageOperation"))
100 localFBonMaster->setParam("imageOperation",
101 static_cast<ManagedObject *>(getParamObject<Data>("imageOperation")));
102 localFBonMaster->commit();
103 }
104}
105
106mpicommon::Group DFB::getMPIGroup()
107{

Callers 1

createTilesMethod · 0.45

Calls 2

commitFunction · 0.50
setParamMethod · 0.45

Tested by

no test coverage detected