lpe-rough-hatches.h revision b45c97a239397bed144bc7922ee8cc5664d2dcc7
#ifndef INKSCAPE_LPE_ROUGH_HATCHES_H
#define INKSCAPE_LPE_ROUGH_HATCHES_H
/** \file
* Fills an area with rough hatches.
*/
/*
* Authors:
* JFBarraud
*
* Copyright (C) JF Barraud 2008.
*
* 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/parameter.h"
#include "live_effects/parameter/bool.h"
#include "live_effects/parameter/random.h"
#include "live_effects/parameter/vector.h"
double hatch_dist;
//topfront,topback,bottomfront,bottomback handle scales.
//PointParam bender;
LPERoughHatches(const LPERoughHatches&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif