lpe-skeleton.h revision 5675f17bbbc00f2c970b4d4966ce55d86775f7a6
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm * SVG <skeleton> implementation, see sp-skeleton.cpp.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm * Authors:
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm * Johan Engelen
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm * Released under GNU GPL, read the file 'COPYING' for more information
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm// Choose to implement one of the doEffect functions. You can delete or comment out the others.
62d835b4bbb0f1f046e30d9b67f8e9517cc6175cjohanengelen// virtual void doEffect (SPCurve * curve);
5675f17bbbc00f2c970b4d4966ce55d86775f7a6johanengelen// virtual NArtBpath * doEffect_nartbpath (NArtBpath * path_in);
5675f17bbbc00f2c970b4d4966ce55d86775f7a6johanengelen// virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> & path_in);
5675f17bbbc00f2c970b4d4966ce55d86775f7a6johanengelen virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > & pwd2_in);
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm // add the parameters for your effect here:
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm // there are all kinds of parameters. Check the /live_effects/parameter directory which types exist!
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm} //namespace LivePathEffect
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm} //namespace Inkscape