public abstract class ImageGeometryData extends AbstractData
Modifier and Type | Field and Description |
---|---|
protected org.sbml.jsbml.ext.spatial.Geometry |
g
The Geometry object.
|
protected HashMap<String,Integer> |
hashSampledValue
The hashmap of sampled value of spatial image.
|
protected ij.ImagePlus |
img
The ImageJ image object.
|
protected byte[] |
raw
The raw data of spatial image in 1D array.
|
Modifier and Type | Method and Description |
---|---|
abstract SpatialImage |
getSpatialImage()
Create and return a new spatial image.
|
protected org.sbml.jsbml.ext.spatial.Geometry g
protected HashMap<String,Integer> hashSampledValue
protected ij.ImagePlus img
protected byte[] raw
public abstract SpatialImage getSpatialImage()
Copyright © 2017–2019 Funahashi Lab.. All rights reserved.