SegmentChainer class

Constructors

SegmentChainer()

Properties

chains List<List<Coordinate?>?>?
getter/setter pair
first_match Match?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
next_match Match?
getter/setter pair
regions List<List<Coordinate?>?>?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
second_match Match?
getter/setter pair

Methods

appendChain(int? index1, int? index2) → void
chain(SegmentList? segments) List<List<Coordinate?>?>?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverseChain(int? index) → void
setMatch(int? index, bool? matchesHead, bool? matchesPt1) bool?
toString() String?
A string representation of this object.
inherited

Operators

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