| 497 | } |
| 498 | |
| 499 | extern "C" OPENPGL_DLLEXPORT int pglPathSegmentGetNumZeroValueSamples(PGLPathSegmentStorage pathSegmentStorage) |
| 500 | { |
| 501 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 502 | return gPathSegmentStorage->getNumZeroValueSamples(); |
| 503 | } |
| 504 | |
| 505 | extern "C" OPENPGL_DLLEXPORT const PGLZeroValueSampleData *pglPathSegmentStorageGetZeroValueSamples(PGLPathSegmentStorage pathSegmentStorage, size_t &nSamples) |
| 506 | { |
no test coverage detected