SegmentSelector class

Constructors

SegmentSelector()

Properties

hashCode int?
The hash code for this object.
no setterinherited
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String?
A string representation of this object.
inherited

Operators

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

Static Properties

difference_select_table List<int?>?
getter/setter pair
differenceRev_select_table List<int?>?
getter/setter pair
intersect_select_table List<int?>?
getter/setter pair
union_select_table List<int?>?
getter/setter pair
xor_select_table List<int?>?
getter/setter pair

Static Methods

difference(SegmentList? segments, BuildLog? buildLog) SegmentList?
differenceRev(SegmentList? segments, BuildLog? buildLog) SegmentList?
intersect(SegmentList? segments, BuildLog? buildLog) SegmentList?
select(SegmentList? segments, dynamic selection, BuildLog? buildLog) → dynamic
union(SegmentList? segments, BuildLog? buildLog) SegmentList?
xor(SegmentList? segments, BuildLog? buildLog) SegmentList?