Line.h
int back() const
Returns the line's back index.
Definition: Line.h:18
Line(int front_index, int back_index)
Constructs a line with the provided indices.
Definition: Line.h:27
Definition: Line.h:47
int front() const
Returns the line's front index.
Definition: Line.h:15
A class used to denote a line segment by its front and back indices.
Definition: Line.h:8
Line Flip() const
Returns a line with the current line's indices flipped.
Definition: GrownKeyPath.h:5