sp-feconvolvematrix.cpp revision 1ed1764f573921b7f9d210a3fcca322234c36480
1N/A#define __SP_FECONVOLVEMATRIX_CPP__
1N/A#ifdef HAVE_CONFIG_H
1N/A#include "attributes.h"
1N/A#include "sp-feconvolvematrix.h"
1N/Astatic void sp_feConvolveMatrix_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr);
1N/Astatic Inkscape::XML::Node *sp_feConvolveMatrix_write(SPObject *object, Inkscape::XML::Node *repr, guint flags);
1N/A if (!feConvolveMatrix_type) {
1N/A sizeof(SPFeConvolveMatrixClass),
1N/A sizeof(SPFeConvolveMatrix),
1N/A feConvolveMatrix_type = g_type_register_static(SP_TYPE_FILTER_PRIMITIVE, "SPFeConvolveMatrix", &feConvolveMatrix_info, (GTypeFlags)0);
1N/A return feConvolveMatrix_type;
1N/A * Reads the Inkscape::XML::Node, and initializes SPFeConvolveMatrix variables. For this to get called,
1N/A * sp-object-repr.cpp's repr_name_entries array.
1N/A (void)feConvolveMatrix;