Stitcher.fromPointer constructor

Stitcher.fromPointer(
  1. StitcherPtr ptr, [
  2. bool attach = true
])

Implementation

factory Stitcher.fromPointer(cstitching.StitcherPtr ptr, [bool attach = true]) => Stitcher._(ptr.cast(), attach);