lpe-envelope-perspective.h revision 5ca48c4a31a249352a2685fbc2a576f1e0d041a0
/** \file
* LPE <envelope-perspective> implementation , see lpe-envelope-perspective.cpp.
*/
/*
* Authors:
* Jabiertxof Code migration from python extensions envelope and perspective
* Aaron Spike, aaron@ekips.org from envelope and perspective phyton code
* Dmitry Platonov, shadowjack@mail.ru, 2006 perspective approach & math
* Jose Hevia (freon) Transform algorithm from envelope
*
* Copyright (C) 2007-2014 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/parameter/enum.h"
#include "live_effects/effect.h"
#include "live_effects/parameter/pointreseteable.h"
#include "live_effects/lpegroupbbox.h"
virtual void setDefaults();
//virtual void original_bbox(SPLPEItem const* lpeitem, bool absolute = false);
//virtual void addCanvasIndicators(SPLPEItem const*/*lpeitem*/, std::vector<Geom::PathVector> &/*hp_vec*/);
//virtual std::vector<Geom::PathVector> getHelperPaths(SPLPEItem const* lpeitem);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif