~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/live_effects/lpe-sketch.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** \file
 
2
 * @brief LPE sketch effect implementation, see lpe-sketch.cpp.
 
3
 */
 
4
/* Authors:
 
5
 *   Jean-Francois Barraud <jf.barraud@gmail.com>
 
6
 *   Johan Engelen <j.b.c.engelen@utwente.nl>
 
7
 *
 
8
 * Copyright (C) 2007 Authors
 
9
 *
 
10
 * Released under GNU GPL, read the file 'COPYING' for more information
 
11
 */
 
12
 
1
13
#ifndef INKSCAPE_LPE_SKETCH_H
2
14
#define INKSCAPE_LPE_SKETCH_H
3
15
 
4
 
/** \file
5
 
 * LPE <sketch> implementation, see lpe-sketch.cpp.
6
 
 */
7
 
 
8
 
/*
9
 
 * Authors:
10
 
 *   JFB, but derived from Johan Engelen!
11
 
*
12
 
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
13
 
 *
14
 
 * Released under GNU GPL, read the file 'COPYING' for more information
15
 
 */
16
 
 
17
16
#include "live_effects/effect.h"
18
17
#include "live_effects/parameter/parameter.h"
19
18
#include "live_effects/parameter/random.h"
59
58
} //namespace Inkscape
60
59
 
61
60
#endif
 
61
 
 
62
/*
 
63
  Local Variables:
 
64
  mode:c++
 
65
  c-file-style:"stroustrup"
 
66
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
67
  indent-tabs-mode:nil
 
68
  fill-column:99
 
69
  End:
 
70
*/
 
71
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :