MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / Merge

Method Merge

openpgl/include/openpgl/cpp/SampleStorage.h:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285OPENPGL_INLINE void SampleStorage::Merge(const SampleStorage &sampleStorage)
286{
287 OPENPGL_ASSERT(m_sampleStorageHandle);
288 pglSampleStorageMerge(m_sampleStorageHandle, sampleStorage.m_sampleStorageHandle);
289}
290
291OPENPGL_INLINE bool SampleStorage::operator==(const SampleStorage &b) const
292{

Callers 1

merge_samplesFunction · 0.80

Calls 1

pglSampleStorageMergeFunction · 0.85

Tested by

no test coverage detected