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

Function pglSampleStorageCompare

openpgl/api/api.cpp:417–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417extern "C" OPENPGL_DLLEXPORT bool pglSampleStorageCompare(PGLSampleStorage sampleStorageA, PGLSampleStorage sampleStorageB)
418{
419 auto *gSampleStorageA = (openpgl::SampleDataStorage *)sampleStorageA;
420 auto *gSampleStorageB = (openpgl::SampleDataStorage *)sampleStorageB;
421 return gSampleStorageA->operator==(*gSampleStorageB);
422}
423
424///////////////////////////////////////////////////////////////////////////////
425// PathSegmentStorage /////////////////////////////////////////////////////////

Callers 1

operator==Method · 0.85

Calls 1

operator==Method · 0.45

Tested by

no test coverage detected