| 464 | } |
| 465 | |
| 466 | extern "C" OPENPGL_DLLEXPORT int pglPathSegmentGetNumSegments(PGLPathSegmentStorage pathSegmentStorage) |
| 467 | { |
| 468 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 469 | return gPathSegmentStorage->getNumSegments(); |
| 470 | } |
| 471 | |
| 472 | extern "C" OPENPGL_DLLEXPORT int pglPathSegmentGetNumSamples(PGLPathSegmentStorage pathSegmentStorage) |
| 473 | { |
no test coverage detected