#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|