synfig-core  1.0.3
Classes | Namespaces | Functions
valuenode_wplist.h File Reference
#include <vector>
#include <list>
#include <synfig/valuenode.h>
#include <synfig/time.h>
#include <synfig/uniqueid.h>
#include <synfig/widthpoint.h>
#include "valuenode_dynamiclist.h"

Go to the source code of this file.

Classes

class  synfig::ValueNode_WPList
 This class implements a list of Width Points It will provide methods to calculate the width at any intermediate position and the insertion and remove of width points. It shouldn't allow to remove all the width points to still allowing to the user to add new ones. More...

Namespaces

namespace  synfig
 Where every function and class of the synfig library can be found.

Functions

synfig::ValueBase synfig::convert_bline_to_wplist (const ValueBase &bline)
 Converts a ValueNode_BLine into a WidthPoint list.
synfig::Real synfig::widthpoint_interpolate (const WidthPoint &prev, const WidthPoint &next, const Real position, const Real smoothness=0.0)
 synfig::widthpoint_interpolate