Package | Description |
---|---|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Method and Description |
---|---|
VolumetricImage |
Sequence.addVolumetricImage()
Add an empty volumetricImage at last index + 1
|
VolumetricImage |
Sequence.addVolumetricImage(int t,
VolumetricImage 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 |
VolumetricImage |
Sequence.getVolumetricImage(int t)
Returns the VolumetricImage at position t
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<VolumetricImage> |
Sequence.getAllVolumetricImage()
Returns all VolumetricImage
|
java.util.TreeMap<java.lang.Integer,VolumetricImage> |
Sequence.getVolumetricImages()
Returns all VolumetricImage as TreeMap (contains t position)
|
Modifier and Type | Method and Description |
---|---|
VolumetricImage |
Sequence.addVolumetricImage(int t,
VolumetricImage 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 |