lpe-lattice.h revision 78f31011c08503bf0d95da30e5f6326d4dd10f8a
#ifndef INKSCAPE_LPE_LATTICE_H
#define INKSCAPE_LPE_LATTICE_H
/** \file
* LPE <lattice> implementation, see lpe-lattice.cpp.
*/
/*
* Authors:
* Johan Engelen
* Steren Giannini
* No� Falzon
* Victor Navez
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/effect.h"
#include "live_effects/parameter/point.h"
#include "live_effects/parameter/enum.h"
#include "live_effects/parameter/bool.h"
#include "live_effects/lpegroupbbox.h"
virtual ~LPELattice();
virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
LPELattice(const LPELattice&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif