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

Function pglPathSegmentStorageValidateSamples

openpgl/api/api.cpp:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531extern "C" OPENPGL_DLLEXPORT bool pglPathSegmentStorageValidateSamples(PGLPathSegmentStorage pathSegmentStorage)
532{
533 auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage;
534 return gPathSegmentStorage->validateSamples();
535}
536
537extern "C" OPENPGL_DLLEXPORT bool pglPathSegmentStorageValidateSegments(PGLPathSegmentStorage pathSegmentStorage)
538{

Callers 1

ValidateSamplesMethod · 0.85

Calls 1

validateSamplesMethod · 0.80

Tested by

no test coverage detected