#ifndef INKSCAPE_LPE_VONKOCH_H
#define INKSCAPE_LPE_VONKOCH_H
/*
* Inkscape::LPEVonKoch
*
* Copyright (C) JF Barraud 2007 <jf.barraud@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/effect.h"
#include "live_effects/lpegroupbbox.h"
#include "live_effects/parameter/path.h"
#include "live_effects/parameter/point.h"
#include "live_effects/parameter/bool.h"
virtual ~VonKochPathParam(){}
};
//FIXME: a path is used here instead of 2 points to work around path/point param incompatibility bug.
};
virtual ~LPEVonKoch();
//Usefull??
// protected:
//virtual void addCanvasIndicators(SPLPEItem const *lpeitem, std::vector<Geom::PathVector> &hp_vec);
//BoolParam draw_boxes;
//FIXME: a path is used here instead of 2 points to work around path/point param incompatibility bug.
// PointParam refA;
// PointParam refB;
LPEVonKoch(const LPEVonKoch&);
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif