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

Method Reserve

openpgl/include/openpgl/cpp/PathSegmentStorage.h:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180OPENPGL_INLINE void PathSegmentStorage::Reserve(size_t size)
181{
182 OPENPGL_ASSERT(m_pathSegmentStorageHandle);
183 pglPathSegmentStorageReserve(m_pathSegmentStorageHandle, size);
184}
185
186OPENPGL_INLINE void PathSegmentStorage::Clear()
187{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected