lpe-bendpath.h revision 51b680543b6cffe94253713bcd5b47175368d811
#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/parameter/point.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);
double height;
double original_height;
double prop_scale_from_widget;
void on_pattern_pasted();
LPEBendPath(const LPEBendPath&);
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif