2#ifndef INKSCAPE_LPE_PARALLEL_H
3#define INKSCAPE_LPE_PARALLEL_H
23namespace LivePathEffect {
27 class KnotHolderEntityLeftEnd;
28 class KnotHolderEntityRightEnd;
Adaptor that creates 2D functions from 1D ones.
Function defined as discrete pieces.
Two-dimensional point that doubles as a vector.
LPEParallel & operator=(const LPEParallel &)=delete
friend class Pl::KnotHolderEntityLeftEnd
friend class Pl::KnotHolderEntityRightEnd
LPEParallel(const LPEParallel &)=delete
Geom::Piecewise< Geom::D2< Geom::SBasis > > doEffect_pwd2(Geom::Piecewise< Geom::D2< Geom::SBasis > > const &pwd2_in) override
void doOnApply(SPLPEItem const *lpeitem) override
Is performed a single time when the effect is freshly applied to a path.
void addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item)
To do: update description of desktop.
Base class for visual SVG elements.
Helper class to stream background task notifications as a series of messages.