Class ChamferWeights3D.ShortOffset

java.lang.Object
inra.ijpb.binary.ChamferWeights3D.ShortOffset
Enclosing class:
ChamferWeights3D

@Deprecated
public static class ChamferWeights3D.ShortOffset
extends java.lang.Object
Deprecated.
The class for storing Chamfer offsets using integer 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
    short weight
    Deprecated.
    the weight associated to this offset
  • Constructor Summary

    Constructors
    Constructor Description
    ShortOffset​(int dx, int dy, int dz, short weight)
    Deprecated.
    Creates a new offset for integer 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 short weight
      Deprecated.
      the weight associated to this offset
  • Constructor Details

    • ShortOffset

      public ShortOffset​(int dx, int dy, int dz, short weight)
      Deprecated.
      Creates a new offset for integer 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