Contents

topLevelContours

An array of contours that don’t have another contour enclosing them.

Declaration

var topLevelContours: [ContoursObservation.Contour] { get }

Discussion

This array constitutes the top of the contour hierarchy. You can iterate over each Contour instance to determine its children.

See Also

Inspecting an observation