Code

new file for filter manipulation stuff
[inkscape.git] / src / filter-chemistry.h
1 #ifndef __SP_FILTER_CHEMISTRY_H__
2 #define __SP_FILTER_CHEMISTRY_H__
4 /*
5  * Various utility methods for filters
6  *
7  * Authors:
8  *   Hugo Rodrigues
9  *   bulia byak
10  *
11  * Copyright (C) 2006 authors
12  *
13  * Released under GNU GPL, read the file 'COPYING' for more information
14  */
16 #include "forward.h"
17 #include "sp-filter.h"
19 SPFilter *new_filter_gaussian_blur (SPDocument *document, gdouble stdDeviation);
20 void remove_filter (SPObject *item, bool recursive);
22 #endif
24 /*
25   Local Variables:
26   mode:c++
27   c-file-style:"stroustrup"
28   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
29   indent-tabs-mode:nil
30   fill-column:99
31   End:
32 */
33 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :