public static class LabelValues.Position3DValuePair extends Object
| Constructor and Description | 
|---|
Position3DValuePair(Cursor3D position,
                   double value)
Creates a new Position3DValuePair instance based on a position and a
 value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cursor3D | 
getPosition()
Returns the position of the voxel. 
 | 
double | 
getValue()
Returns the value of the voxel. 
 | 
public Position3DValuePair(Cursor3D position, double value)
position - the 3D position of the voxelvalue - the value of the voxelpublic Cursor3D getPosition()
public double getValue()
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.