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

Function pglSampleStorageClear

openpgl/api/api.cpp:334–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334extern "C" OPENPGL_DLLEXPORT void pglSampleStorageClear(PGLSampleStorage sampleStorage)
335{
336 auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage;
337 gSampleStorage->clearSurface();
338 gSampleStorage->clearVolume();
339
340 gSampleStorage->clearInvalidSurface();
341 gSampleStorage->clearInvalidVolume();
342}
343
344extern "C" OPENPGL_DLLEXPORT void pglSampleStorageClearSurface(PGLSampleStorage sampleStorage)
345{

Callers 1

ClearMethod · 0.85

Calls 4

clearSurfaceMethod · 0.80
clearVolumeMethod · 0.80
clearInvalidSurfaceMethod · 0.80
clearInvalidVolumeMethod · 0.80

Tested by

no test coverage detected