Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ CreateIterator
Method
CreateIterator
libs/geometry/spline.cpp:258–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
// }
257
258
Spline::iterator SharedSpline::CreateIterator() const
259
{
260
Spline::iterator result;
261
result.Attach(*m_spline.get());
262
return result;
263
}
264
265
Spline * SharedSpline::operator->()
266
{
Callers
1
Draw
Method · 0.80
Calls
2
get
Method · 0.65
Attach
Method · 0.45
Tested by
no test coverage detected