#include <curveset.h>
Public Types | |
typedef std::vector < CurvePoint > | region |
typedef std::vector < region > | set_type |
Public Member Functions | |
void | SetClamp (int &i, int &si) |
CurveSet () | |
template<typename Iterator> | |
CurveSet (Iterator begin, Iterator end, bool invert=false) | |
CurveSet | operator & (const CurveSet &rhs) const |
CurveSet | operator| (const CurveSet &rhs) const |
CurveSet | operator- (const CurveSet &rhs) const |
int | intersect (const Point &p) const |
Public Attributes | |
set_type | set |
typedef std::vector<CurvePoint> synfig::CurveSet::region |
typedef std::vector<region> synfig::CurveSet::set_type |
synfig::CurveSet::CurveSet | ( | ) | [inline] |
synfig::CurveSet::CurveSet | ( | Iterator | begin, | |
Iterator | end, | |||
bool | invert = false | |||
) | [inline] |
void CurveSet::SetClamp | ( | int & | i, | |
int & | si | |||
) |
int CurveSet::intersect | ( | const Point & | p | ) | const |