Searched defs:OptInterval (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dinterval.h78 * must not be empty. For potentially empty ranges, see OptInterval.
202 class OptInterval class in namespace:Geom
210 OptInterval() : Base() {} function in class:Geom::OptInterval
212 OptInterval(Interval const &a) : Base(a) {} function in class:Geom::OptInterval
214 OptInterval(Coord u) : Base(u) {} function in class:Geom::OptInterval
216 OptInterval(Coord u, Coord v) : Base(u,v) {} function in class:Geom::OptInterval
217 OptInterval(Base const &b) : Base(b) {} function in class:Geom::OptInterval
220 OptInterval(IntInterval const &i) : Base(Interval(i)) {} function in class:Geom::OptInterval
222 OptInterval(OptIntInterval const &i) : Base() { function in class:Geom::OptInterval
233 inline OptInterval intersec
[all...]

Completed in 15 milliseconds