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

Function pglPathSegmentStorageClear

openpgl/api/api.cpp:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageClear(PGLPathSegmentStorage pathSegmentStorage)
449{
450 auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage;
451 gPathSegmentStorage->clear();
452}
453
454extern "C" OPENPGL_DLLEXPORT void pglPathSegmentSetMaxDistance(PGLPathSegmentStorage pathSegmentStorage, float maxDistance)
455{

Callers 1

ClearMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected