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

Method AddSegment

openpgl/include/openpgl/cpp/PathSegmentStorage.h:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222OPENPGL_INLINE void PathSegmentStorage::AddSegment(const PathSegment &segment)
223{
224 OPENPGL_ASSERT(m_pathSegmentStorageHandle);
225 pglPathSegmentStorageAddSegment(m_pathSegmentStorageHandle, segment);
226}
227
228OPENPGL_INLINE void PathSegmentStorage::SetMaxDistance(const float maxDistance)
229{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected