2#ifndef SEEN_NR_FILTER_MERGE_H
3#define SEEN_NR_FILTER_MERGE_H
33 void set_input(
int input,
int slot)
override;
35 Glib::ustring
name()
const override {
return Glib::ustring(
"Merge"); }
3x3 matrix representing an affine transformation.
bool can_handle_affine(Geom::Affine const &) const override
Indicate whether the filter primitive can handle the given affine.
std::vector< int > _input_image
Glib::ustring name() const override
bool uses_background() const override
void render_cairo(FilterSlot &) const override
double complexity(Geom::Affine const &ctm) const override
void set_input(int input) override
Sets the input slot number 'slot' to be used as input in rendering filter primitive 'primitive' For f...
Helper class to stream background task notifications as a series of messages.