FlannSearchParams.fromPointer constructor

FlannSearchParams.fromPointer(
  1. FlannIndexParamsPtr ptr,
  2. int checks,
  3. double eps,
  4. bool sorted,
  5. bool exploreAllTrees, [
  6. bool attach = true,
])

Implementation

FlannSearchParams.fromPointer(
  super.ptr,
  int checks,
  double eps,
  bool sorted,
  bool exploreAllTrees, [
  super.attach = true,
])  : _checks = checks,
      _eps = eps,
      _sorted = sorted,
      _exploreAllTrees = exploreAllTrees,
      super.fromPointer();