| 185 | OPENPGL_CATCH_END_VOID |
| 186 | |
| 187 | extern "C" OPENPGL_DLLEXPORT void pglFieldUpdateVolume(PGLField field, PGLSampleStorage sampleStorage) OPENPGL_CATCH_BEGIN |
| 188 | { |
| 189 | auto *gField = (IGuidingField *)field; |
| 190 | auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage; |
| 191 | gField->updateFieldVolume(gSampleStorage->m_volumeContainer); |
| 192 | } |
| 193 | OPENPGL_CATCH_END_VOID |
| 194 | |
| 195 | extern "C" OPENPGL_DLLEXPORT void pglFieldReset(PGLField field) OPENPGL_CATCH_BEGIN |
no test coverage detected