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