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