AlignMTB.fromPointer constructor

AlignMTB.fromPointer(
  1. AlignMTBPtr ptr, [
  2. bool attach = true
])

Implementation

factory AlignMTB.fromPointer(
  cphoto.AlignMTBPtr ptr, [
  bool attach = true,
]) =>
    AlignMTB._(ptr.cast(), attach);