#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 <vector>
virtual ~LPEBSpline();
{
return SUPPRESS_FLASH;
}
void changeWeight(double weightValue);
void toDefaultWeight();
void toMakeCusp();
void toWeight();
// TODO make this private
LPEBSpline(const LPEBSpline &);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif