MCPcopy 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
258Spline::iterator SharedSpline::CreateIterator() const
259{
260 Spline::iterator result;
261 result.Attach(*m_spline.get());
262 return result;
263}
264
265Spline * SharedSpline::operator->()
266{

Callers 1

DrawMethod · 0.80

Calls 2

getMethod · 0.65
AttachMethod · 0.45

Tested by

no test coverage detected