| Package | Description | 
|---|---|
| icy.roi | Contains all ROI (Region Of Interest) related classes and tools | 
| icy.type.point | Contains Point class definition up to 5D | 
| icy.type.rectangle | Contains Rectangle class definition up to 5D | 
| Modifier and Type | Method and Description | 
|---|---|
| Point4D.Integer[] | BooleanMask4D. getContourPoints()Return an array of  Point4D.Integercontaining the contour/surface
 points
 of the 4D mask. | 
| Point4D.Integer[] | BooleanMask4D. getPoints()Return an array of  Point4D.Integerrepresenting all points of the
 current 4D mask. | 
| Point4D.Integer | ROI4D. getPosition()Returns the integer ROI position which normally correspond to the minimum point of the
 ROI bounds. | 
| Constructor and Description | 
|---|
| BooleanMask4D(Point4D.Integer[] points)Build a new 4D boolean mask from the specified array of  Point4D. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Point4D.Integer[] | Point4D.Integer. toPoint4D(int[] input)Create an array of Point4D.Integer from the input integer array. | 
| Modifier and Type | Method and Description | 
|---|---|
| static int[] | Point4D.Integer. toIntegerArray(Point4D.Integer[] input)Create an array of integer from the input Point4D.Integer array. | 
| Modifier and Type | Method and Description | 
|---|---|
| Point4D.Integer | Rectangle4D.Integer. getPosition() |