public interface Analysis
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION_CLUSTER |
static String |
DESCRIPTION_LINE |
static String |
DESCRIPTION_LOGICAL |
static String |
DESCRIPTION_POINT |
static String |
DESCRIPTION_SLICE |
static String |
DESCRIPTION_TIMESERIES |
static String |
DESCRIPTION_VOLUME |
static int |
TYPE_CLUSTER |
static int |
TYPE_LINE |
static int |
TYPE_LOGICAL |
static int |
TYPE_POINT |
static int |
TYPE_SLICE |
static int |
TYPE_SURFACE |
static int |
TYPE_TIMESERIES |
static int |
TYPE_VOLUME |
Modifier and Type | Method and Description |
---|---|
Coordinate4D |
getCentroidCoordinate()
Returns the coordinate of the centroid value.
|
double |
getCentroidValue()
Returns the value at the centroid coordinate.
|
int |
getCount()
Returns the voxel count.
|
String |
getDescription()
Returns a string description of this analysis.
|
Coordinate4D |
getMaxCoordinate()
Returns the coordinate of the max value.
|
double |
getMaxValue()
Returns the value at the max coordinate.
|
double |
getMean()
Returns the mean.
|
Coordinate4D |
getMinCoordinate()
Returns the coordinate of the min value.
|
double |
getMinValue()
Returns the value at the min coordinate.
|
String |
getName()
Returns the name of this analysis.
|
double |
getRegionSize()
Returns the size of the region of this analysis.
|
int |
getROI()
Returns the ROI color index.
|
int |
getSliceDirection()
Returns the slice direction.
|
int |
getSliceNum()
Returns the slice number.
|
double |
getStandardDev()
Returns the standard deviation.
|
double |
getSum()
Returns the sum.
|
int |
getType()
Returns the analysis type (see constants).
|
double |
getUnitSize()
Returns the unit size.
|
static final String DESCRIPTION_CLUSTER
static final String DESCRIPTION_LINE
static final String DESCRIPTION_LOGICAL
static final String DESCRIPTION_POINT
static final String DESCRIPTION_SLICE
static final String DESCRIPTION_TIMESERIES
static final String DESCRIPTION_VOLUME
static final int TYPE_CLUSTER
static final int TYPE_LINE
static final int TYPE_LOGICAL
static final int TYPE_POINT
static final int TYPE_SLICE
static final int TYPE_SURFACE
static final int TYPE_TIMESERIES
static final int TYPE_VOLUME
Coordinate4D getCentroidCoordinate()
double getCentroidValue()
int getCount()
String getDescription()
Coordinate4D getMaxCoordinate()
double getMaxValue()
double getMean()
Coordinate4D getMinCoordinate()
double getMinValue()
String getName()
double getRegionSize()
int getROI()
int getSliceDirection()
int getSliceNum()
double getStandardDev()
double getSum()
int getType()
double getUnitSize()