public static class ChamferMask3D.ShortOffset extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
dx
the offset along the X-axis 
 | 
int | 
dy
the offset along the Y-axis 
 | 
int | 
dz
the offset along the Z-axis 
 | 
short | 
weight
the weight associated to this offset 
 | 
| Constructor and Description | 
|---|
ShortOffset(int dx,
           int dy,
           int dz,
           short weight)
Creates a new Offset using a 16-bits integer weight. 
 | 
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.