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

Function pglPathSegmentGetNumSegments

openpgl/api/api.cpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

GetNumSegmentsMethod · 0.85

Calls 1

getNumSegmentsMethod · 0.80

Tested by

no test coverage detected