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

Method assign

modules/mpi/common/ObjectHandle.cpp:38–41  ·  view source on GitHub ↗

! define the given handle to refer to given object */

Source from the content-addressed store, hash-verified

36
37/*! define the given handle to refer to given object */
38void ObjectHandle::assign(const ObjectHandle &handle, memory::RefCount *object)
39{
40 objectByHandle[handle] = object;
41}
42
43void ObjectHandle::assign(memory::RefCount *object) const
44{

Callers 5

createDistributedObjectFunction · 0.80
frameBufferCreateMethod · 0.80
newWorldMethod · 0.80
displayMethod · 0.80
mmapRAWFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected