Package | Description |
---|---|
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Field and Description |
---|---|
(package private) <,VolumetricImage> |
volumetric images (4D [XYCZ])
|
Modifier and Type | Method and Description |
---|---|
|
()
Add an empty volumetricImage at last index + 1
|
|
(int t,
volImg)
Add a volumetricImage at t position
It actually create a new volumetricImage and add it to the sequence The new created volumetricImage is returned |
|
(int t)
Returns the VolumetricImage at position t
|
Modifier and Type | Method and Description |
---|---|
<> |
()
Returns all VolumetricImage
|
<,VolumetricImage> |
()
Returns all VolumetricImage as TreeMap (contains t position)
|
Modifier and Type | Method and Description |
---|---|
|
(int t,
volImg)
Add a volumetricImage at t position
It actually create a new volumetricImage and add it to the sequence The new created volumetricImage is returned |