| 177 | OPENPGL_CATCH_END_VOID |
| 178 | |
| 179 | extern "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 | } |
| 185 | OPENPGL_CATCH_END_VOID |
| 186 | |
| 187 | extern "C" OPENPGL_DLLEXPORT void pglFieldUpdateVolume(PGLField field, PGLSampleStorage sampleStorage) OPENPGL_CATCH_BEGIN |
no test coverage detected