Class EnumerateContours
Represents an operator that generates a sequence of all the contours at the same level of the hierarchy, for each contour in the input sequence.
public class EnumerateContours : Combinator<Contour, Contour>
- Inheritance
-
EnumerateContours
- Inherited Members
Methods
- Process(IObservable<Contours>)
Generates a sequence of all the contours at the top level of the hierarchy, for each hierarchy of contours in an observable sequence.
- Process(IObservable<Contour>)
Generates a sequence of all the contours at the same level of the hierarchy, for each contour in an observable sequence.
- Process(IObservable<Seq>)
Generates a sequence of all the contours at the same level of the hierarchy, for each contour in an observable sequence.