Package | Description |
---|---|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains Rectangle class definition up to 5D
|
|
Contains all 5D ROI classes included in the kernel
|
Modifier and Type | Field and Description |
---|---|
protected |
cached calculated properties
|
Modifier and Type | Method and Description |
---|---|
|
() |
|
() |
|
() |
abstract |
()
Calculate and returns the bounding box of the
ROI . |
|
()
Returns the bounding box of the
ROI . |
protected |
( roi,
boolean throwException)
Compute the resulting bounds for intersection operation with the specified ROI.
|
protected |
( roi,
boolean throwException)
Compute the resulting bounds for union operation with the specified ROI.
|
Modifier and Type | Method and Description |
---|---|
boolean |
( r)
Tests if the
ROI entirely contains the specified Rectangle5D . |
protected int |
( bounds)
Returns the effective number of dimension needed for the specified bounds.
|
boolean |
( r)
Tests if the interior of the
ROI intersects the interior of a specified
rectangular area. |
void |
( bounds) |
void |
( bounds) |
void |
( bounds) |
void |
( bounds) |
abstract void |
( bounds)
Set the
ROI bounds. |
Modifier and Type | Class and Description |
---|---|
static class |
|
static class |
|
static class |
|
Modifier and Type | Method and Description |
---|---|
abstract |
( r)
Returns a new
Rectangle5D object representing the intersection of this
Rectangle5D with the specified Rectangle5D . |
|
( r) |
|
( r) |
|
( r) |
abstract |
( r)
Returns a new
Rectangle5D object representing the union of this
Rectangle5D with the specified Rectangle5D . |
|
( r) |
|
( r) |
|
( r) |
static |
( src1,
src2,
dest)
Intersects the pair of specified source
Rectangle5D objects and puts the result
into the specified destination Rectangle5D object. |
static |
( src1,
src2,
dest)
Unions the pair of source
Rectangle5D objects and puts the result into the
specified destination Rectangle5D object. |
Modifier and Type | Method and Description |
---|---|
void |
( r)
Adds a
Rectangle5D object to this Rectangle5D . |
boolean |
( rect)
Tests if the
Rectangle5D entirely contains the specified
Rectangle5D . |
abstract |
( r)
Returns a new
Rectangle5D object representing the intersection of this
Rectangle5D with the specified Rectangle5D . |
|
( r) |
|
( r) |
|
( r) |
abstract |
( r)
Returns a new
Rectangle5D object representing the union of this
Rectangle5D with the specified Rectangle5D . |
|
( r) |
|
( r) |
|
( r) |
static |
( src1,
src2,
dest)
Intersects the pair of specified source
Rectangle5D objects and puts the result
into the specified destination Rectangle5D object. |
boolean |
( rect)
Tests if the interior of the
Rectangle5D intersects the interior of a specified
Rectangle5D . |
static |
( src1,
src2,
dest)
Unions the pair of source
Rectangle5D objects and puts the result into the
specified destination Rectangle5D object. |
Constructor and Description |
---|
( r) |
( r) |
( r) |
Modifier and Type | Method and Description |
---|---|
|
() |