| 817 | /////////////////////////////////////////////////////////////////////////////// |
| 818 | |
| 819 | extern "C" OPENPGL_DLLEXPORT void pglReleaseFieldStatistics(PGLFieldStatistics fieldStatistics) |
| 820 | { |
| 821 | auto *gFieldStatistics = (openpgl::FieldStatistics *)fieldStatistics; |
| 822 | delete gFieldStatistics; |
| 823 | } |
| 824 | |
| 825 | extern "C" OPENPGL_DLLEXPORT PGLString pglFieldStatisticsToString(PGLFieldStatistics fieldStatistics) |
| 826 | { |