lpe-lattice2.h revision b9efc33ba168a5374613d10fbbc85738ccc677b2
#ifndef INKSCAPE_LPE_LATTICE2_H
#define INKSCAPE_LPE_LATTICE2_H
/** \file
* LPE <lattice2> implementation, see lpe-lattice2.cpp.
*/
/*
* Authors:
* Johan Engelen
* Steren Giannini
* No� Falzon
* Victor Navez
* ~suv
* Jabiertxo Arraiza
*
* 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/parameter/enum.h"
#include "live_effects/effect.h"
#include "live_effects/parameter/point.h"
#include "live_effects/lpegroupbbox.h"
}
virtual ~LPELattice2();
virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
virtual void setDefaults();
virtual void onExpanderChanged();
bool expanded;
LPELattice2(const LPELattice2&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif