Package | Description |
---|---|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains Rectangle class definition up to 5D
|
|
Contains all 4D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
abstract |
()
Calculate and returns the 4D bounding box of the
ROI . |
|
()
Returns the bounding box of the
ROI . |
Modifier and Type | Method and Description |
---|---|
boolean |
( r)
Tests if the interior of the
ROI entirely contains the specified
Rectangle4D . |
boolean |
( r)
Tests if the interior of the
ROI intersects the interior of a specified
Rectangle4D . |
void |
( bounds)
Set the
ROI 4D bounds. |
Modifier and Type | Class and Description |
---|---|
static class |
|
static class |
|
static class |
|
Modifier and Type | Method and Description |
---|---|
abstract |
( r)
Returns a new
Rectangle4D object representing the intersection of this
Rectangle4D with the specified Rectangle4D . |
|
( r) |
|
( r) |
|
( r) |
abstract |
( r)
Returns a new
Rectangle4D object representing the union of this
Rectangle4D with the specified Rectangle4D . |
|
( r) |
|
( r) |
|
( r) |
static |
( src1,
src2,
dest)
Intersects the pair of specified source
Rectangle4D objects and puts the result
into the specified destination Rectangle4D object. |
abstract |
()
Convert to 4D rectangle
|
|
() |
|
() |
|
() |
static |
( src1,
src2,
dest)
Unions the pair of source
Rectangle4D objects and puts the result into the
specified destination Rectangle4D object. |
Modifier and Type | Method and Description |
---|---|
void |
( r)
Adds a
Rectangle4D object to this Rectangle4D . |
boolean |
( rect)
Tests if the
Rectangle4D entirely contains the specified
Rectangle4D . |
abstract |
( r)
Returns a new
Rectangle4D object representing the intersection of this
Rectangle4D with the specified Rectangle4D . |
|
( r) |
|
( r) |
|
( r) |
abstract |
( r)
Returns a new
Rectangle4D object representing the union of this
Rectangle4D with the specified Rectangle4D . |
|
( r) |
|
( r) |
|
( r) |
static |
( src1,
src2,
dest)
Intersects the pair of specified source
Rectangle4D objects and puts the result
into the specified destination Rectangle4D object. |
boolean |
( rect)
Tests if the interior of the
Rectangle4D intersects the interior of a specified
Rectangle4D . |
static |
( src1,
src2,
dest)
Unions the pair of source
Rectangle4D objects and puts the result into the
specified destination Rectangle4D object. |
Constructor and Description |
---|
( r) |
( r) |
( r) |
Modifier and Type | Method and Description |
---|---|
|
() |