lpe-skeletalstrokes.h revision 8c8f0c85c103512b18656764a3fc574fa043cd27
#ifndef INKSCAPE_LPE_SKELETAL_STROKES_H
#define INKSCAPE_LPE_SKELETAL_STROKES_H
/*
* Inkscape::LPESkeletalStrokes
*
* 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/path.h"
#include "live_effects/parameter/enum.h"
#include "live_effects/parameter/bool.h"
enum SkelCopyType {
SSCT_SINGLE = 0,
SSCT_END // This must be last
};
virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > & pwd2_in);
void on_pattern_pasted();
LPESkeletalStrokes(const LPESkeletalStrokes&);
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif