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

Function pglReleaseFieldStatistics

openpgl/api/api.cpp:819–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

~FieldStatisticsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected