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

Function newGeometricModel

modules/mpi/ospray/common/OSPWork.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void newGeometricModel(
89 OSPState &state, networking::BufferReader &cmdBuf, networking::Fabric &)
90{
91 int64_t handle = 0;
92 int64_t geomHandle = 0;
93 cmdBuf >> handle >> geomHandle;
94 state.objects[handle] =
95 ospNewGeometricModel(state.getObject<OSPGeometry>(geomHandle));
96}
97
98void newVolume(
99 OSPState &state, networking::BufferReader &cmdBuf, networking::Fabric &)

Callers 1

dispatchWorkFunction · 0.85

Calls 1

ospNewGeometricModelFunction · 0.85

Tested by

no test coverage detected