Struct LeftRightPlanarityCheck::Interval

Nested Relationships

This struct is a nested type of Class LeftRightPlanarityCheck.

Struct Documentation

struct Interval

Public Functions

inline Interval()
inline Interval(const Edge &low, const Edge &high)
inline bool isEmpty() const

Public Members

Edge low = {noneEdge}
Edge high = {noneEdge}

Friends

inline friend bool operator==(const Interval &lhs, const Interval &rhs)