MCPcopy Create free account
hub / github.com/comaps/comaps / Reset

Method Reset

libs/geometry/spline.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void SharedSpline::Reset(Spline * spline)
249{
250 m_spline.reset(spline);
251}
252
253// void SharedSpline::Reset(std::vector<PointD> const & path)
254//{

Callers 3

ClipPathByRectImplFunction · 0.45
ConstructSplineListFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by 2

ConstructSplineListFunction · 0.36
UNIT_TESTFunction · 0.36