public class IntrinsicVolumesAnalyzer3D.Result extends Object
| Modifier and Type | Field and Description | 
|---|---|
double | 
eulerNumber
The Euler Number of the region 
 | 
double | 
meanBreadth
The mean breadth of the region (proportional to the integral of average curvature) 
 | 
double | 
surfaceArea
The surface area of the region 
 | 
double | 
volume
The volume of the region 
 | 
public double volume
public double surfaceArea
public double meanBreadth
public double eulerNumber
public Result()
public Result(double volume,
              double surf,
              double breadth,
              double euler)
volume - the volume of the region.surf - the surface area of the region.breadth - the mean breadth of the regioneuler - the Euler number of the regionCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.