Struct LeftRightPlanarityCheck::Interval

Nested Relationships

This struct is a nested type of Class LeftRightPlanarityCheck.

Struct Documentation

struct Interval

Public Functions

Interval() = default
inline Interval(edgeid lowId, edgeid highId)
inline bool isEmpty() const

Public Members

edgeid low = {noneEdgeId}
edgeid high = {noneEdgeId}

Friends

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