Module org.scijava.ops.engine
Class PrimitiveArrayLossReporters
- java.lang.Object
-
- org.scijava.ops.engine.conversionLoss.impl.PrimitiveArrayLossReporters
-
- All Implemented Interfaces:
OpCollection
public class PrimitiveArrayLossReporters extends Object implements OpCollection
-
-
Field Summary
Fields Modifier and Type Field Description LossReporter<Byte[],Integer[]>bArrIArrLossReporter<Double[],Integer[]>dArrIArr
-
Constructor Summary
Constructors Constructor Description PrimitiveArrayLossReporters()
-
-
-
Field Detail
-
bArrIArr
public final LossReporter<Byte[],Integer[]> bArrIArr
-
dArrIArr
public final LossReporter<Double[],Integer[]> dArrIArr
-
-