Builder class
Constructors
- Builder({num? eps, String? type, String? buildBy, num? maxDist, num? mergeEps, num? mergeSin, num? minPonums, num? voxelSize, num? connRadius, num? wallPonums, bool? singlePlane, bool? toFindOutline, num? downSampleSize, num? thresholdErrorLow, num? thresholdErrorHigh})
-
Builder.fromJson(Map<
String, dynamic> json)
Properties
- buildBy ↔ String?
-
getter/setter pair
- connRadius ↔ num?
-
getter/setter pair
- downSampleSize ↔ num?
-
getter/setter pair
- eps ↔ num?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxDist ↔ num?
-
getter/setter pair
- mergeEps ↔ num?
-
getter/setter pair
- mergeSin ↔ num?
-
getter/setter pair
- minPonums ↔ num?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singlePlane ↔ bool?
-
getter/setter pair
- thresholdErrorHigh ↔ num?
-
getter/setter pair
- thresholdErrorLow ↔ num?
-
getter/setter pair
- toFindOutline ↔ bool?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- voxelSize ↔ num?
-
getter/setter pair
- wallPonums ↔ num?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited