Version: 5.4.10-ice35-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::Image
Overview
[ "protected" ] class Image extends
IObject
Used By
reloadAnnotationLinks
reloadDatasetLinks
reloadFolderLinks
reloadPixels
reloadRois
reloadWellSamples
api::ImageList
DatasetLinkedImageSeq
FilesetImagesSeq
FolderLinkedImageSeq
Dataset::findDatasetImageLink
Dataset::linkImage
Dataset::unlinkImage
DatasetImageLink::child
DatasetImageLink::getChild
DatasetImageLink::link
DatasetImageLink::setChild
Fileset::addImage
Fileset::removeImage
Folder::findFolderImageLink
Folder::linkImage
Folder::unlinkImage
FolderImageLink::child
FolderImageLink::getChild
FolderImageLink::link
FolderImageLink::setChild
ImageAnnotationLink::getParent
ImageAnnotationLink::link
ImageAnnotationLink::parent
ImageAnnotationLink::setParent
Pixels::getImage
Pixels::image
Pixels::setImage
Roi::getImage
Roi::image
Roi::setImage
WellSample::getImage
WellSample::image
WellSample::setImage
Operation Index
getVersion
setVersion
getSeries
setSeries
getAcquisitionDate
setAcquisitionDate
getArchived
setArchived
getPartial
setPartial
getFormat
setFormat
getImagingEnvironment
setImagingEnvironment
getObjectiveSettings
setObjectiveSettings
getInstrument
setInstrument
getStageLabel
setStageLabel
getExperiment
setExperiment
unloadPixels
sizeOfPixels
copyPixels
addPixels
addAllPixelsSet
removePixels
removeAllPixelsSet
clearPixels
reloadPixels
getPixels
setPixels
getPrimaryPixels
setPrimaryPixels
unloadWellSamples
sizeOfWellSamples
copyWellSamples
addWellSample
addAllWellSampleSet
removeWellSample
removeAllWellSampleSet
clearWellSamples
reloadWellSamples
unloadRois
sizeOfRois
copyRois
addRoi
addAllRoiSet
removeRoi
removeAllRoiSet
clearRois
reloadRois
unloadDatasetLinks
sizeOfDatasetLinks
copyDatasetLinks
addDatasetImageLink
addAllDatasetImageLinkSet
removeDatasetImageLink
removeAllDatasetImageLinkSet
clearDatasetLinks
reloadDatasetLinks
getDatasetLinksCountPerOwner
linkDataset
addDatasetImageLinkToBoth
findDatasetImageLink
unlinkDataset
removeDatasetImageLinkFromBoth
linkedDatasetList
unloadFolderLinks
sizeOfFolderLinks
copyFolderLinks
addFolderImageLink
addAllFolderImageLinkSet
removeFolderImageLink
removeAllFolderImageLinkSet
clearFolderLinks
reloadFolderLinks
getFolderLinksCountPerOwner
linkFolder
addFolderImageLinkToBoth
findFolderImageLink
unlinkFolder
removeFolderImageLinkFromBoth
linkedFolderList
getFileset
setFileset
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addImageAnnotationLink
addAllImageAnnotationLinkSet
removeImageAnnotationLink
removeAllImageAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addImageAnnotationLinkToBoth
findImageAnnotationLink
unlinkAnnotation
removeImageAnnotationLinkFromBoth
linkedAnnotationList
getName
setName
getDescription
setDescription
Data Member Index
version
series
acquisitionDate
archived
partial
format
imagingEnvironment
objectiveSettings
instrument
stageLabel
experiment
pixelsSeq
pixelsLoaded
wellSamplesSeq
wellSamplesLoaded
roisSeq
roisLoaded
datasetLinksSeq
datasetLinksLoaded
datasetLinksCountPerOwner
folderLinksSeq
folderLinksLoaded
folderLinksCountPerOwner
fileset
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner
name
description
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
RInt
getSeries
()
void
setSeries
(
RInt
theSeries)
RTime
getAcquisitionDate
()
void
setAcquisitionDate
(
RTime
theAcquisitionDate)
RBool
getArchived
()
void
setArchived
(
RBool
theArchived)
RBool
getPartial
()
void
setPartial
(
RBool
thePartial)
Format
getFormat
()
void
setFormat
(
Format
theFormat)
ImagingEnvironment
getImagingEnvironment
()
void
setImagingEnvironment
(
ImagingEnvironment
theImagingEnvironment)
ObjectiveSettings
getObjectiveSettings
()
void
setObjectiveSettings
(
ObjectiveSettings
theObjectiveSettings)
Instrument
getInstrument
()
void
setInstrument
(
Instrument
theInstrument)
StageLabel
getStageLabel
()
void
setStageLabel
(
StageLabel
theStageLabel)
Experiment
getExperiment
()
void
setExperiment
(
Experiment
theExperiment)
void
unloadPixels
()
int
sizeOfPixels
()
ImagePixelsSeq
copyPixels
()
void
addPixels
(
Pixels
target)
void
addAllPixelsSet
(
ImagePixelsSeq
targets)
void
removePixels
(
Pixels
theTarget)
void
removeAllPixelsSet
(
ImagePixelsSeq
targets)
void
clearPixels
()
void
reloadPixels
(Image toCopy)
Pixels
getPixels
(int index)
Pixels
setPixels
(int index,
Pixels
theElement)
Pixels
getPrimaryPixels
()
Pixels
setPrimaryPixels
(
Pixels
theElement)
void
unloadWellSamples
()
int
sizeOfWellSamples
()
ImageWellSamplesSeq
copyWellSamples
()
void
addWellSample
(
WellSample
target)
void
addAllWellSampleSet
(
ImageWellSamplesSeq
targets)
void
removeWellSample
(
WellSample
theTarget)
void
removeAllWellSampleSet
(
ImageWellSamplesSeq
targets)
void
clearWellSamples
()
void
reloadWellSamples
(Image toCopy)
void
unloadRois
()
int
sizeOfRois
()
ImageRoisSeq
copyRois
()
void
addRoi
(
Roi
target)
void
addAllRoiSet
(
ImageRoisSeq
targets)
void
removeRoi
(
Roi
theTarget)
void
removeAllRoiSet
(
ImageRoisSeq
targets)
void
clearRois
()
void
reloadRois
(Image toCopy)
void
unloadDatasetLinks
()
int
sizeOfDatasetLinks
()
ImageDatasetLinksSeq
copyDatasetLinks
()
void
addDatasetImageLink
(
DatasetImageLink
target)
void
addAllDatasetImageLinkSet
(
ImageDatasetLinksSeq
targets)
void
removeDatasetImageLink
(
DatasetImageLink
theTarget)
void
removeAllDatasetImageLinkSet
(
ImageDatasetLinksSeq
targets)
void
clearDatasetLinks
()
void
reloadDatasetLinks
(Image toCopy)
sys::CountMap
getDatasetLinksCountPerOwner
()
DatasetImageLink
linkDataset
(
Dataset
addition)
void
addDatasetImageLinkToBoth
(
DatasetImageLink
link, bool bothSides)
ImageDatasetLinksSeq
findDatasetImageLink
(
Dataset
removal)
void
unlinkDataset
(
Dataset
removal)
void
removeDatasetImageLinkFromBoth
(
DatasetImageLink
link, bool bothSides)
ImageLinkedDatasetSeq
linkedDatasetList
()
void
unloadFolderLinks
()
int
sizeOfFolderLinks
()
ImageFolderLinksSeq
copyFolderLinks
()
void
addFolderImageLink
(
FolderImageLink
target)
void
addAllFolderImageLinkSet
(
ImageFolderLinksSeq
targets)
void
removeFolderImageLink
(
FolderImageLink
theTarget)
void
removeAllFolderImageLinkSet
(
ImageFolderLinksSeq
targets)
void
clearFolderLinks
()
void
reloadFolderLinks
(Image toCopy)
sys::CountMap
getFolderLinksCountPerOwner
()
FolderImageLink
linkFolder
(
Folder
addition)
void
addFolderImageLinkToBoth
(
FolderImageLink
link, bool bothSides)
ImageFolderLinksSeq
findFolderImageLink
(
Folder
removal)
void
unlinkFolder
(
Folder
removal)
void
removeFolderImageLinkFromBoth
(
FolderImageLink
link, bool bothSides)
ImageLinkedFolderSeq
linkedFolderList
()
Fileset
getFileset
()
void
setFileset
(
Fileset
theFileset)
void
unloadAnnotationLinks
()
int
sizeOfAnnotationLinks
()
ImageAnnotationLinksSeq
copyAnnotationLinks
()
void
addImageAnnotationLink
(
ImageAnnotationLink
target)
void
addAllImageAnnotationLinkSet
(
ImageAnnotationLinksSeq
targets)
void
removeImageAnnotationLink
(
ImageAnnotationLink
theTarget)
void
removeAllImageAnnotationLinkSet
(
ImageAnnotationLinksSeq
targets)
void
clearAnnotationLinks
()
void
reloadAnnotationLinks
(Image toCopy)
sys::CountMap
getAnnotationLinksCountPerOwner
()
ImageAnnotationLink
linkAnnotation
(
Annotation
addition)
void
addImageAnnotationLinkToBoth
(
ImageAnnotationLink
link, bool bothSides)
ImageAnnotationLinksSeq
findImageAnnotationLink
(
Annotation
removal)
void
unlinkAnnotation
(
Annotation
removal)
void
removeImageAnnotationLinkFromBoth
(
ImageAnnotationLink
link, bool bothSides)
ImageLinkedAnnotationSeq
linkedAnnotationList
()
RString
getName
()
void
setName
(
RString
theName)
RString
getDescription
()
void
setDescription
(
RString
theDescription)
Data Members
RInt
version
;
RInt
series
;
RTime
acquisitionDate
;
RBool
archived
;
RBool
partial
;
Format
format
;
ImagingEnvironment
imagingEnvironment
;
ObjectiveSettings
objectiveSettings
;
Instrument
instrument
;
StageLabel
stageLabel
;
Experiment
experiment
;
ImagePixelsSeq
pixelsSeq
;
bool
pixelsLoaded
;
ImageWellSamplesSeq
wellSamplesSeq
;
bool
wellSamplesLoaded
;
ImageRoisSeq
roisSeq
;
bool
roisLoaded
;
ImageDatasetLinksSeq
datasetLinksSeq
;
bool
datasetLinksLoaded
;
sys::CountMap
datasetLinksCountPerOwner
;
ImageFolderLinksSeq
folderLinksSeq
;
bool
folderLinksLoaded
;
sys::CountMap
folderLinksCountPerOwner
;
Fileset
fileset
;
ImageAnnotationLinksSeq
annotationLinksSeq
;
bool
annotationLinksLoaded
;
sys::CountMap
annotationLinksCountPerOwner
;
RString
name
;
RString
description
;
Home
Previous
Up
Next
Index