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

Function pglSampleStorageClearVolume

openpgl/api/api.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350extern "C" OPENPGL_DLLEXPORT void pglSampleStorageClearVolume(PGLSampleStorage sampleStorage)
351{
352 auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage;
353 gSampleStorage->clearVolume();
354}
355
356extern "C" OPENPGL_DLLEXPORT size_t pglSampleStorageGetSizeSurface(PGLSampleStorage sampleStorage)
357{

Callers 1

ClearVolumeMethod · 0.85

Calls 1

clearVolumeMethod · 0.80

Tested by

no test coverage detected