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

    Fields
    Modifier and Type Field Description
    int dx
    Deprecated.
    the offset along the X-axis
    int dy
    Deprecated.
    the offset along the Y-axis
    int dz
    Deprecated.
    the offset along the Z-axis
    float weight
    Deprecated.
    the weight associated to this offset
  • 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 dx
      Deprecated.
      the offset along the X-axis
    • dy

      public final int dy
      Deprecated.
      the offset along the Y-axis
    • dz

      public final int dz
      Deprecated.
      the offset along the Z-axis
    • weight

      public final float weight
      Deprecated.
      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-axis
      dy - the offset along the Y-axis
      dz - the offset along the Z-axis
      weight - the weight associated to this offset