Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
lpe-test-doEffect-stack.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2#ifndef INKSCAPE_LPE_DOEFFECT_STACK_H
3#define INKSCAPE_LPE_DOEFFECT_STACK_H
4
5/*
6 * Inkscape::LPEdoEffectStackTest
7 *
8 * Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
9 *
10 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
11 *
12 * This effect is to test whether running up and down the doEffect stack does not change the original-d too much.
13 * i.e. for this effect, the output should match more or less exactly with the input.
14 *
15 */
16
17#include "live_effects/effect.h"
21
22namespace Inkscape {
23namespace LivePathEffect {
24
42
43}; //namespace LivePathEffect
44}; //namespace Inkscape
45
46#endif
Adaptor that creates 2D functions from 1D ones.
Definition d2.h:55
Sequence of subpaths.
Definition pathvector.h:122
Function defined as discrete pieces.
Definition piecewise.h:71
LPEdoEffectStackTest & operator=(const LPEdoEffectStackTest &)=delete
void doEffect(Geom::PathVector &curve) override
Geom::PathVector doEffect_path(Geom::PathVector const &path_in) override
LPEdoEffectStackTest(const LPEdoEffectStackTest &)=delete
Geom::Piecewise< Geom::D2< Geom::SBasis > > doEffect_pwd2(Geom::Piecewise< Geom::D2< Geom::SBasis > > const &pwd2_in) override
Helper class to stream background task notifications as a series of messages.
Definition curve.h:24