Package inra.ijpb.binary
Class ChamferWeights3D.FloatOffset
java.lang.Object
inra.ijpb.binary.ChamferWeights3D.FloatOffset
- Enclosing class:
- ChamferWeights3D
@Deprecated
public static class ChamferWeights3D.FloatOffset
extends java.lang.Object
Deprecated.
The class for storing Chamfer offsets using floating-point weights.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FloatOffset(int dx, int dy, int dz, float weight)
Deprecated.Creates a new offset for floating point computations. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dx
public final int dxDeprecated.the offset along the X-axis -
dy
public final int dyDeprecated.the offset along the Y-axis -
dz
public final int dzDeprecated.the offset along the Z-axis -
weight
public final float weightDeprecated.the weight associated to this offset
-
-
Constructor Details
-
FloatOffset
public FloatOffset(int dx, int dy, int dz, float weight)Deprecated.Creates a new offset for floating point computations.- Parameters:
dx
- the offset along the X-axisdy
- the offset along the Y-axisdz
- the offset along the Z-axisweight
- the weight associated to this offset
-