lpe-bendpath.h revision 913860ab110965899dd5df9fc8e9485aca9fa986
#ifndef INKSCAPE_LPE_BENDPATH_H
#define INKSCAPE_LPE_BENDPATH_H
/*
* Inkscape::LPEPathAlongPath
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
* Copyright (C) Steren Giannini 2008 <steren.giannini@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/parameter/enum.h"
#include "live_effects/effect.h"
#include "live_effects/parameter/path.h"
#include "live_effects/parameter/bool.h"
#include "live_effects/lpegroupbbox.h"
//for Bend path on group : we need information concerning the group Bounding box
virtual ~LPEBendPath();
virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
void on_pattern_pasted();
LPEBendPath(const LPEBendPath&);
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif