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

Function pglPathSegmentStorageAddSegment

openpgl/api/api.cpp:525–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageAddSegment(PGLPathSegmentStorage pathSegmentStorage, PGLPathSegmentData segment)
526{
527 auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage;
528 gPathSegmentStorage->addSegment(segment);
529}
530
531extern "C" OPENPGL_DLLEXPORT bool pglPathSegmentStorageValidateSamples(PGLPathSegmentStorage pathSegmentStorage)
532{

Callers 1

AddSegmentMethod · 0.85

Calls 1

addSegmentMethod · 0.80

Tested by

no test coverage detected