QualitySSIM.fromPointer constructor

QualitySSIM.fromPointer(
  1. Pointer<QualitySSIM> ptr, [
  2. bool attach = true
])

Implementation

QualitySSIM.fromPointer(super.ptr, [bool attach = true]) : super.fromPointer() {
  if (attach) {
    finalizer.attach(this, ptr.cast(), detach: this);
  }
}