lpe-bspline.h revision 9cb3d5331d9645e6578819556b53c4639795dac6
#ifndef INKSCAPE_LPE_BSPLINE_H
#define INKSCAPE_LPE_BSPLINE_H
/*
* Inkscape::LPEBSpline
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/effect.h"
#include "live_effects/parameter/bool.h"
#include <vector>
virtual ~LPEBSpline();
virtual void toDefaultWeight();
virtual void toMakeCusp();
LPEBSpline(const LPEBSpline &);
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif