lpe-bspline.h revision 741a73c8ee3e95dc7c0ea7c883a949d81eb46699
#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;
}
virtual void toDefaultWeight();
virtual void toMakeCusp();
// TODO make this private
LPEBSpline(const LPEBSpline &);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif