MonotoneChainSelectAction class

The action for the internal iterator for performing envelope select queries on a MonotoneChain

@version 1.7

Implementers

Constructors

MonotoneChainSelectAction()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedSegment LineSegment
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(MonotoneChainI mc, int startIndex) → void
This method is overridden to process a segment in the context of the parent chain.
selectLS(LineSegment seg) → void
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited