public class GeodesicDiameter3D.Result extends Object
| Modifier and Type | Field and Description | 
|---|---|
double | 
diameter
The geodesic diameter of the region 
 | 
Cursor3D | 
firstExtremity
The first geodesic extremity found by the algorithm. 
 | 
Cursor3D | 
initialPoint
The initial point used for propagating distances, corresponding the
 center of one of the minimum inscribed circles. 
 | 
double | 
innerRadius
The radius of the largest inner ball. 
 | 
Cursor3D | 
secondExtremity
The second geodesic extremity found by the algorithm. 
 | 
| Constructor and Description | 
|---|
Result()  | 
public double diameter
public Cursor3D initialPoint
public double innerRadius
public Cursor3D firstExtremity
public Cursor3D secondExtremity
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.