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

Method IsNull

libs/geometry/spline.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241SharedSpline::SharedSpline(std::vector<PointD> && path) : m_spline(std::make_shared<Spline>(std::move(path))) {}
242
243bool SharedSpline::IsNull() const
244{
245 return m_spline == nullptr;
246}
247
248void SharedSpline::Reset(Spline * spline)
249{

Callers 3

ClipPathByRectImplFunction · 0.80
ProcessLineStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected