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

Function pglSampleStorageMerge

openpgl/api/api.cpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410extern "C" OPENPGL_DLLEXPORT void pglSampleStorageMerge(PGLSampleStorage sampleStorageA, PGLSampleStorage sampleStorageB)
411{
412 auto *gSampleStorageA = (openpgl::SampleDataStorage *)sampleStorageA;
413 auto *gSampleStorageB = (openpgl::SampleDataStorage *)sampleStorageB;
414 return gSampleStorageA->merge(*gSampleStorageB);
415}
416
417extern "C" OPENPGL_DLLEXPORT bool pglSampleStorageCompare(PGLSampleStorage sampleStorageA, PGLSampleStorage sampleStorageB)
418{

Callers 1

MergeMethod · 0.85

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected