@Deprecated public static class ChamferWeights3D.ShortOffset extends Object
| Modifier and Type | Field and 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 and Description | 
|---|
ShortOffset(int dx,
           int dy,
           int dz,
           short weight)
Deprecated.  
Creates a new offset for integer computations. 
 | 
public final int dx
public final int dy
public final int dz
public final short weight
public ShortOffset(int dx,
                   int dy,
                   int dz,
                   short weight)
dx - the offset along the X-axisdy - the offset along the Y-axisdz - the offset along the Z-axisweight - the weight associated to this offsetCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.