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

Function pglFieldUpdateSurface

openpgl/api/api.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177OPENPGL_CATCH_END_VOID
178
179extern "C" OPENPGL_DLLEXPORT void pglFieldUpdateSurface(PGLField field, PGLSampleStorage sampleStorage) OPENPGL_CATCH_BEGIN
180{
181 auto *gField = (IGuidingField *)field;
182 auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage;
183 gField->updateFieldSurface(gSampleStorage->m_surfaceContainer);
184}
185OPENPGL_CATCH_END_VOID
186
187extern "C" OPENPGL_DLLEXPORT void pglFieldUpdateVolume(PGLField field, PGLSampleStorage sampleStorage) OPENPGL_CATCH_BEGIN

Callers 1

UpdateSurfaceMethod · 0.85

Calls 1

updateFieldSurfaceMethod · 0.80

Tested by

no test coverage detected