LinkedRle

inner class LinkedRle(var leftPoints: VectorTracer.LinkedRle.LinkedPoints? = null, var rightPoints: VectorTracer.LinkedRle.LinkedPoints? = null) : RLEComparer.Rle

Constructors

Link copied to clipboard
constructor(leftPoints: VectorTracer.LinkedRle.LinkedPoints? = null, rightPoints: VectorTracer.LinkedRle.LinkedPoints? = null)

Types

Link copied to clipboard
inner class LinkedPoints(val id: Int, var linked: VectorTracer.LinkedRle.LinkedPoints? = null, var linkedReverse: Boolean = false) : PointIntArrayList

Properties

Link copied to clipboard
var left: Int
Link copied to clipboard
var right: Int

Functions

Link copied to clipboard
fun addLeft(x: Int, y: Int)
Link copied to clipboard
fun addLeftRight(y: Int, l: Int, r: Int)
Link copied to clipboard
fun addRight(x: Int, y: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setTo(left: Int, right: Int)
Link copied to clipboard
Link copied to clipboard
fun startLeft(id: Int)
Link copied to clipboard