Version: 4.3.3-00d1137e-b2894
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::model::Pixels
Overview
[ "protected" ] class Pixels extends
IObject
Used By
getRelatedTo
relatedTo
reloadAnnotationLinks
reloadChannels
reloadPixelsFileMaps
reloadPlaneInfo
reloadSettings
reloadThumbnails
setRelatedTo
api::LongPixelsMap
api::PixelsList
api::Gateway::getPixels
api::Gateway::updatePixels
api::IPixels::retrievePixDescription
api::IRenderingSettings::createNewRenderingDef
api::IRenderingSettings::resetDefaults
api::IRenderingSettings::resetDefaultsNoSave
api::IRenderingSettings::sanityCheckPixels
api::RawPixelsStore::save
api::RenderingEngine::getPixels
ImagePixelsSeq
OriginalFileLinkedPixelsSeq
Channel::getPixels
Channel::pixels
Channel::setPixels
Image::addPixels
Image::getPixels
Image::getPrimaryPixels
Image::removePixels
Image::setPixels
Image::setPrimaryPixels
Mask::getPixels
Mask::pixels
Mask::setPixels
OriginalFile::findPixelsOriginalFileMap
OriginalFile::linkPixels
OriginalFile::unlinkPixels
PixelsAnnotationLink::getParent
PixelsAnnotationLink::link
PixelsAnnotationLink::parent
PixelsAnnotationLink::setParent
PixelsOriginalFileMap::child
PixelsOriginalFileMap::getChild
PixelsOriginalFileMap::link
PixelsOriginalFileMap::setChild
PlaneInfo::getPixels
PlaneInfo::pixels
PlaneInfo::setPixels
RenderingDef::getPixels
RenderingDef::pixels
RenderingDef::setPixels
Thumbnail::getPixels
Thumbnail::pixels
Thumbnail::setPixels
Operation Index
getVersion
setVersion
getImage
setImage
getRelatedTo
setRelatedTo
getPixelsType
setPixelsType
getSizeX
setSizeX
getSizeY
setSizeY
getSizeZ
setSizeZ
getSizeC
setSizeC
getSizeT
setSizeT
getSha1
setSha1
getDimensionOrder
setDimensionOrder
getPhysicalSizeX
setPhysicalSizeX
getPhysicalSizeY
setPhysicalSizeY
getPhysicalSizeZ
setPhysicalSizeZ
getWaveStart
setWaveStart
getWaveIncrement
setWaveIncrement
getTimeIncrement
setTimeIncrement
getMethodology
setMethodology
unloadPlaneInfo
sizeOfPlaneInfo
copyPlaneInfo
addPlaneInfo
addAllPlaneInfoSet
removePlaneInfo
removeAllPlaneInfoSet
clearPlaneInfo
reloadPlaneInfo
unloadPixelsFileMaps
sizeOfPixelsFileMaps
copyPixelsFileMaps
addPixelsOriginalFileMap
addAllPixelsOriginalFileMapSet
removePixelsOriginalFileMap
removeAllPixelsOriginalFileMapSet
clearPixelsFileMaps
reloadPixelsFileMaps
getPixelsFileMapsCountPerOwner
linkOriginalFile
addPixelsOriginalFileMapToBoth
findPixelsOriginalFileMap
unlinkOriginalFile
removePixelsOriginalFileMapFromBoth
linkedOriginalFileList
unloadChannels
sizeOfChannels
copyChannels
addChannel
addAllChannelSet
removeChannel
removeAllChannelSet
clearChannels
reloadChannels
getChannel
setChannel
getPrimaryChannel
setPrimaryChannel
unloadSettings
sizeOfSettings
copySettings
addRenderingDef
addAllRenderingDefSet
removeRenderingDef
removeAllRenderingDefSet
clearSettings
reloadSettings
unloadThumbnails
sizeOfThumbnails
copyThumbnails
addThumbnail
addAllThumbnailSet
removeThumbnail
removeAllThumbnailSet
clearThumbnails
reloadThumbnails
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addPixelsAnnotationLink
addAllPixelsAnnotationLinkSet
removePixelsAnnotationLink
removeAllPixelsAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addPixelsAnnotationLinkToBoth
findPixelsAnnotationLink
unlinkAnnotation
removePixelsAnnotationLinkFromBoth
linkedAnnotationList
Data Member Index
version
image
relatedTo
pixelsType
sizeX
sizeY
sizeZ
sizeC
sizeT
sha1
dimensionOrder
physicalSizeX
physicalSizeY
physicalSizeZ
waveStart
waveIncrement
timeIncrement
methodology
planeInfoSeq
planeInfoLoaded
pixelsFileMapsSeq
pixelsFileMapsLoaded
pixelsFileMapsCountPerOwner
channelsSeq
channelsLoaded
settingsSeq
settingsLoaded
thumbnailsSeq
thumbnailsLoaded
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
Image
getImage
()
void
setImage
(
Image
theImage)
Pixels
getRelatedTo
()
void
setRelatedTo
(Pixels theRelatedTo)
PixelsType
getPixelsType
()
void
setPixelsType
(
PixelsType
thePixelsType)
RInt
getSizeX
()
void
setSizeX
(
RInt
theSizeX)
RInt
getSizeY
()
void
setSizeY
(
RInt
theSizeY)
RInt
getSizeZ
()
void
setSizeZ
(
RInt
theSizeZ)
RInt
getSizeC
()
void
setSizeC
(
RInt
theSizeC)
RInt
getSizeT
()
void
setSizeT
(
RInt
theSizeT)
RString
getSha1
()
void
setSha1
(
RString
theSha1)
DimensionOrder
getDimensionOrder
()
void
setDimensionOrder
(
DimensionOrder
theDimensionOrder)
RDouble
getPhysicalSizeX
()
void
setPhysicalSizeX
(
RDouble
thePhysicalSizeX)
RDouble
getPhysicalSizeY
()
void
setPhysicalSizeY
(
RDouble
thePhysicalSizeY)
RDouble
getPhysicalSizeZ
()
void
setPhysicalSizeZ
(
RDouble
thePhysicalSizeZ)
RInt
getWaveStart
()
void
setWaveStart
(
RInt
theWaveStart)
RInt
getWaveIncrement
()
void
setWaveIncrement
(
RInt
theWaveIncrement)
RDouble
getTimeIncrement
()
void
setTimeIncrement
(
RDouble
theTimeIncrement)
RString
getMethodology
()
void
setMethodology
(
RString
theMethodology)
void
unloadPlaneInfo
()
int
sizeOfPlaneInfo
()
PixelsPlaneInfoSeq
copyPlaneInfo
()
void
addPlaneInfo
(
PlaneInfo
target)
void
addAllPlaneInfoSet
(
PixelsPlaneInfoSeq
targets)
void
removePlaneInfo
(
PlaneInfo
theTarget)
void
removeAllPlaneInfoSet
(
PixelsPlaneInfoSeq
targets)
void
clearPlaneInfo
()
void
reloadPlaneInfo
(Pixels toCopy)
void
unloadPixelsFileMaps
()
int
sizeOfPixelsFileMaps
()
PixelsPixelsFileMapsSeq
copyPixelsFileMaps
()
void
addPixelsOriginalFileMap
(
PixelsOriginalFileMap
target)
void
addAllPixelsOriginalFileMapSet
(
PixelsPixelsFileMapsSeq
targets)
void
removePixelsOriginalFileMap
(
PixelsOriginalFileMap
theTarget)
void
removeAllPixelsOriginalFileMapSet
(
PixelsPixelsFileMapsSeq
targets)
void
clearPixelsFileMaps
()
void
reloadPixelsFileMaps
(Pixels toCopy)
sys::CountMap
getPixelsFileMapsCountPerOwner
()
PixelsOriginalFileMap
linkOriginalFile
(
OriginalFile
addition)
void
addPixelsOriginalFileMapToBoth
(
PixelsOriginalFileMap
link, bool bothSides)
PixelsPixelsFileMapsSeq
findPixelsOriginalFileMap
(
OriginalFile
removal)
void
unlinkOriginalFile
(
OriginalFile
removal)
void
removePixelsOriginalFileMapFromBoth
(
PixelsOriginalFileMap
link, bool bothSides)
PixelsLinkedOriginalFileSeq
linkedOriginalFileList
()
void
unloadChannels
()
int
sizeOfChannels
()
PixelsChannelsSeq
copyChannels
()
void
addChannel
(
Channel
target)
void
addAllChannelSet
(
PixelsChannelsSeq
targets)
void
removeChannel
(
Channel
theTarget)
void
removeAllChannelSet
(
PixelsChannelsSeq
targets)
void
clearChannels
()
void
reloadChannels
(Pixels toCopy)
Channel
getChannel
(int index)
Channel
setChannel
(int index,
Channel
theElement)
Channel
getPrimaryChannel
()
Channel
setPrimaryChannel
(
Channel
theElement)
void
unloadSettings
()
int
sizeOfSettings
()
PixelsSettingsSeq
copySettings
()
void
addRenderingDef
(
RenderingDef
target)
void
addAllRenderingDefSet
(
PixelsSettingsSeq
targets)
void
removeRenderingDef
(
RenderingDef
theTarget)
void
removeAllRenderingDefSet
(
PixelsSettingsSeq
targets)
void
clearSettings
()
void
reloadSettings
(Pixels toCopy)
void
unloadThumbnails
()
int
sizeOfThumbnails
()
PixelsThumbnailsSeq
copyThumbnails
()
void
addThumbnail
(
Thumbnail
target)
void
addAllThumbnailSet
(
PixelsThumbnailsSeq
targets)
void
removeThumbnail
(
Thumbnail
theTarget)
void
removeAllThumbnailSet
(
PixelsThumbnailsSeq
targets)
void
clearThumbnails
()
void
reloadThumbnails
(Pixels toCopy)
void
unloadAnnotationLinks
()
int
sizeOfAnnotationLinks
()
PixelsAnnotationLinksSeq
copyAnnotationLinks
()
void
addPixelsAnnotationLink
(
PixelsAnnotationLink
target)
void
addAllPixelsAnnotationLinkSet
(
PixelsAnnotationLinksSeq
targets)
void
removePixelsAnnotationLink
(
PixelsAnnotationLink
theTarget)
void
removeAllPixelsAnnotationLinkSet
(
PixelsAnnotationLinksSeq
targets)
void
clearAnnotationLinks
()
void
reloadAnnotationLinks
(Pixels toCopy)
sys::CountMap
getAnnotationLinksCountPerOwner
()
PixelsAnnotationLink
linkAnnotation
(
Annotation
addition)
void
addPixelsAnnotationLinkToBoth
(
PixelsAnnotationLink
link, bool bothSides)
PixelsAnnotationLinksSeq
findPixelsAnnotationLink
(
Annotation
removal)
void
unlinkAnnotation
(
Annotation
removal)
void
removePixelsAnnotationLinkFromBoth
(
PixelsAnnotationLink
link, bool bothSides)
PixelsLinkedAnnotationSeq
linkedAnnotationList
()
Data Members
RInt
version
;
Image
image
;
Pixels
relatedTo
;
PixelsType
pixelsType
;
RInt
sizeX
;
RInt
sizeY
;
RInt
sizeZ
;
RInt
sizeC
;
RInt
sizeT
;
RString
sha1
;
DimensionOrder
dimensionOrder
;
RDouble
physicalSizeX
;
RDouble
physicalSizeY
;
RDouble
physicalSizeZ
;
RInt
waveStart
;
RInt
waveIncrement
;
RDouble
timeIncrement
;
RString
methodology
;
PixelsPlaneInfoSeq
planeInfoSeq
;
bool
planeInfoLoaded
;
PixelsPixelsFileMapsSeq
pixelsFileMapsSeq
;
bool
pixelsFileMapsLoaded
;
sys::CountMap
pixelsFileMapsCountPerOwner
;
PixelsChannelsSeq
channelsSeq
;
bool
channelsLoaded
;
PixelsSettingsSeq
settingsSeq
;
bool
settingsLoaded
;
PixelsThumbnailsSeq
thumbnailsSeq
;
bool
thumbnailsLoaded
;
PixelsAnnotationLinksSeq
annotationLinksSeq
;
bool
annotationLinksLoaded
;
sys::CountMap
annotationLinksCountPerOwner
;
Home
Previous
Up
Next
Index