public class _PixelsTie extends Pixels implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids, channelsLoaded, channelsSeq, dimensionOrder, image, methodology, physicalSizeX, physicalSizeY, physicalSizeZ, pixelsFileMapsCountPerOwner, pixelsFileMapsLoaded, pixelsFileMapsSeq, pixelsType, planeInfoLoaded, planeInfoSeq, relatedTo, settingsLoaded, settingsSeq, sha1, significantBits, sizeC, sizeT, sizeX, sizeY, sizeZ, thumbnailsLoaded, thumbnailsSeq, timeIncrement, version, waveIncrement, waveStart
Constructor and Description |
---|
_PixelsTie(_PixelsOperations delegate) |
_PixelsTie() |
Modifier and Type | Method and Description |
---|---|
void |
addAllChannelSet(java.util.List<Channel> targets,
Ice.Current __current) |
void |
addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets,
Ice.Current __current) |
void |
addAllPlaneInfoSet(java.util.List<PlaneInfo> targets,
Ice.Current __current) |
void |
addAllRenderingDefSet(java.util.List<RenderingDef> targets,
Ice.Current __current) |
void |
addAllThumbnailSet(java.util.List<Thumbnail> targets,
Ice.Current __current) |
void |
addChannel(Channel target,
Ice.Current __current) |
void |
addPixelsOriginalFileMap(PixelsOriginalFileMap target,
Ice.Current __current) |
void |
addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link,
boolean bothSides,
Ice.Current __current) |
void |
addPlaneInfo(PlaneInfo target,
Ice.Current __current) |
void |
addRenderingDef(RenderingDef target,
Ice.Current __current) |
void |
addThumbnail(Thumbnail target,
Ice.Current __current) |
void |
clearChannels(Ice.Current __current) |
void |
clearPixelsFileMaps(Ice.Current __current) |
void |
clearPlaneInfo(Ice.Current __current) |
void |
clearSettings(Ice.Current __current) |
void |
clearThumbnails(Ice.Current __current) |
java.util.List<Channel> |
copyChannels(Ice.Current __current) |
java.util.List<PixelsOriginalFileMap> |
copyPixelsFileMaps(Ice.Current __current) |
java.util.List<PlaneInfo> |
copyPlaneInfo(Ice.Current __current) |
java.util.List<RenderingDef> |
copySettings(Ice.Current __current) |
java.util.List<Thumbnail> |
copyThumbnails(Ice.Current __current) |
boolean |
equals(java.lang.Object rhs) |
java.util.List<PixelsOriginalFileMap> |
findPixelsOriginalFileMap(OriginalFile removal,
Ice.Current __current) |
Channel |
getChannel(int index,
Ice.Current __current) |
Details |
getDetails(Ice.Current __current) |
DimensionOrder |
getDimensionOrder(Ice.Current __current) |
RLong |
getId(Ice.Current __current) |
Image |
getImage(Ice.Current __current) |
RString |
getMethodology(Ice.Current __current) |
Length |
getPhysicalSizeX(Ice.Current __current) |
Length |
getPhysicalSizeY(Ice.Current __current) |
Length |
getPhysicalSizeZ(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getPixelsFileMapsCountPerOwner(Ice.Current __current) |
PixelsType |
getPixelsType(Ice.Current __current) |
Channel |
getPrimaryChannel(Ice.Current __current) |
Pixels |
getRelatedTo(Ice.Current __current) |
RString |
getSha1(Ice.Current __current) |
RInt |
getSignificantBits(Ice.Current __current) |
RInt |
getSizeC(Ice.Current __current) |
RInt |
getSizeT(Ice.Current __current) |
RInt |
getSizeX(Ice.Current __current) |
RInt |
getSizeY(Ice.Current __current) |
RInt |
getSizeZ(Ice.Current __current) |
Time |
getTimeIncrement(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
RInt |
getWaveIncrement(Ice.Current __current) |
RInt |
getWaveStart(Ice.Current __current) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
boolean |
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink(Ice.Current __current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current __current)
The server will persist changes made to these types.
|
java.util.List<OriginalFile> |
linkedOriginalFileList(Ice.Current __current) |
PixelsOriginalFileMap |
linkOriginalFile(OriginalFile addition,
Ice.Current __current) |
IObject |
proxy(Ice.Current __current)
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
void |
reloadChannels(Pixels toCopy,
Ice.Current __current) |
void |
reloadPixelsFileMaps(Pixels toCopy,
Ice.Current __current) |
void |
reloadPlaneInfo(Pixels toCopy,
Ice.Current __current) |
void |
reloadSettings(Pixels toCopy,
Ice.Current __current) |
void |
reloadThumbnails(Pixels toCopy,
Ice.Current __current) |
void |
removeAllChannelSet(java.util.List<Channel> targets,
Ice.Current __current) |
void |
removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets,
Ice.Current __current) |
void |
removeAllPlaneInfoSet(java.util.List<PlaneInfo> targets,
Ice.Current __current) |
void |
removeAllRenderingDefSet(java.util.List<RenderingDef> targets,
Ice.Current __current) |
void |
removeAllThumbnailSet(java.util.List<Thumbnail> targets,
Ice.Current __current) |
void |
removeChannel(Channel theTarget,
Ice.Current __current) |
void |
removePixelsOriginalFileMap(PixelsOriginalFileMap theTarget,
Ice.Current __current) |
void |
removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link,
boolean bothSides,
Ice.Current __current) |
void |
removePlaneInfo(PlaneInfo theTarget,
Ice.Current __current) |
void |
removeRenderingDef(RenderingDef theTarget,
Ice.Current __current) |
void |
removeThumbnail(Thumbnail theTarget,
Ice.Current __current) |
Channel |
setChannel(int index,
Channel theElement,
Ice.Current __current) |
void |
setDimensionOrder(DimensionOrder theDimensionOrder,
Ice.Current __current) |
void |
setId(RLong id,
Ice.Current __current) |
void |
setImage(Image theImage,
Ice.Current __current) |
void |
setMethodology(RString theMethodology,
Ice.Current __current) |
void |
setPhysicalSizeX(Length thePhysicalSizeX,
Ice.Current __current) |
void |
setPhysicalSizeY(Length thePhysicalSizeY,
Ice.Current __current) |
void |
setPhysicalSizeZ(Length thePhysicalSizeZ,
Ice.Current __current) |
void |
setPixelsType(PixelsType thePixelsType,
Ice.Current __current) |
Channel |
setPrimaryChannel(Channel theElement,
Ice.Current __current) |
void |
setRelatedTo(Pixels theRelatedTo,
Ice.Current __current) |
void |
setSha1(RString theSha1,
Ice.Current __current) |
void |
setSignificantBits(RInt theSignificantBits,
Ice.Current __current) |
void |
setSizeC(RInt theSizeC,
Ice.Current __current) |
void |
setSizeT(RInt theSizeT,
Ice.Current __current) |
void |
setSizeX(RInt theSizeX,
Ice.Current __current) |
void |
setSizeY(RInt theSizeY,
Ice.Current __current) |
void |
setSizeZ(RInt theSizeZ,
Ice.Current __current) |
void |
setTimeIncrement(Time theTimeIncrement,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
void |
setWaveIncrement(RInt theWaveIncrement,
Ice.Current __current) |
void |
setWaveStart(RInt theWaveStart,
Ice.Current __current) |
IObject |
shallowCopy(Ice.Current __current)
Return another instance of the same type as this instance
with all single-value entities unloaded and all members of
collections also unloaded.
|
int |
sizeOfChannels(Ice.Current __current) |
int |
sizeOfPixelsFileMaps(Ice.Current __current) |
int |
sizeOfPlaneInfo(Ice.Current __current) |
int |
sizeOfSettings(Ice.Current __current) |
int |
sizeOfThumbnails(Ice.Current __current) |
void |
unlinkOriginalFile(OriginalFile removal,
Ice.Current __current) |
void |
unload(Ice.Current __current)
Sets the loaded boolean to false and empties all state
from this entity to make sending it over the network
less costly.
|
void |
unloadChannels(Ice.Current __current) |
void |
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadPixelsFileMaps(Ice.Current __current) |
void |
unloadPlaneInfo(Ice.Current __current) |
void |
unloadSettings(Ice.Current __current) |
void |
unloadThumbnails(Ice.Current __current) |
___addAllChannelSet, ___addAllPixelsOriginalFileMapSet, ___addAllPlaneInfoSet, ___addAllRenderingDefSet, ___addAllThumbnailSet, ___addChannel, ___addPixelsOriginalFileMap, ___addPixelsOriginalFileMapToBoth, ___addPlaneInfo, ___addRenderingDef, ___addThumbnail, ___clearChannels, ___clearPixelsFileMaps, ___clearPlaneInfo, ___clearSettings, ___clearThumbnails, ___copyChannels, ___copyPixelsFileMaps, ___copyPlaneInfo, ___copySettings, ___copyThumbnails, ___findPixelsOriginalFileMap, ___getChannel, ___getDimensionOrder, ___getImage, ___getMethodology, ___getPhysicalSizeX, ___getPhysicalSizeY, ___getPhysicalSizeZ, ___getPixelsFileMapsCountPerOwner, ___getPixelsType, ___getPrimaryChannel, ___getRelatedTo, ___getSha1, ___getSignificantBits, ___getSizeC, ___getSizeT, ___getSizeX, ___getSizeY, ___getSizeZ, ___getTimeIncrement, ___getVersion, ___getWaveIncrement, ___getWaveStart, ___linkedOriginalFileList, ___linkOriginalFile, ___reloadChannels, ___reloadPixelsFileMaps, ___reloadPlaneInfo, ___reloadSettings, ___reloadThumbnails, ___removeAllChannelSet, ___removeAllPixelsOriginalFileMapSet, ___removeAllPlaneInfoSet, ___removeAllRenderingDefSet, ___removeAllThumbnailSet, ___removeChannel, ___removePixelsOriginalFileMap, ___removePixelsOriginalFileMapFromBoth, ___removePlaneInfo, ___removeRenderingDef, ___removeThumbnail, ___setChannel, ___setDimensionOrder, ___setImage, ___setMethodology, ___setPhysicalSizeX, ___setPhysicalSizeY, ___setPhysicalSizeZ, ___setPixelsType, ___setPrimaryChannel, ___setRelatedTo, ___setSha1, ___setSignificantBits, ___setSizeC, ___setSizeT, ___setSizeX, ___setSizeY, ___setSizeZ, ___setTimeIncrement, ___setVersion, ___setWaveIncrement, ___setWaveStart, ___sizeOfChannels, ___sizeOfPixelsFileMaps, ___sizeOfPlaneInfo, ___sizeOfSettings, ___sizeOfThumbnails, ___unlinkOriginalFile, ___unloadChannels, ___unloadPixelsFileMaps, ___unloadPlaneInfo, ___unloadSettings, ___unloadThumbnails, __dispatch, __readImpl, __writeImpl, addAllChannelSet, addAllPixelsOriginalFileMapSet, addAllPlaneInfoSet, addAllRenderingDefSet, addAllThumbnailSet, addChannel, addPixelsOriginalFileMap, addPixelsOriginalFileMapToBoth, addPlaneInfo, addRenderingDef, addThumbnail, clearChannels, clearPixelsFileMaps, clearPlaneInfo, clearSettings, clearThumbnails, clone, copyChannels, copyPixelsFileMaps, copyPlaneInfo, copySettings, copyThumbnails, findPixelsOriginalFileMap, getChannel, getDimensionOrder, getImage, getMethodology, getPhysicalSizeX, getPhysicalSizeY, getPhysicalSizeZ, getPixelsFileMapsCountPerOwner, getPixelsType, getPrimaryChannel, getRelatedTo, getSha1, getSignificantBits, getSizeC, getSizeT, getSizeX, getSizeY, getSizeZ, getTimeIncrement, getVersion, getWaveIncrement, getWaveStart, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkedOriginalFileList, linkOriginalFile, reloadChannels, reloadPixelsFileMaps, reloadPlaneInfo, reloadSettings, reloadThumbnails, removeAllChannelSet, removeAllPixelsOriginalFileMapSet, removeAllPlaneInfoSet, removeAllRenderingDefSet, removeAllThumbnailSet, removeChannel, removePixelsOriginalFileMap, removePixelsOriginalFileMapFromBoth, removePlaneInfo, removeRenderingDef, removeThumbnail, setChannel, setDimensionOrder, setImage, setMethodology, setPhysicalSizeX, setPhysicalSizeY, setPhysicalSizeZ, setPixelsType, setPrimaryChannel, setRelatedTo, setSha1, setSignificantBits, setSizeC, setSizeT, setSizeX, setSizeY, setSizeZ, setTimeIncrement, setVersion, setWaveIncrement, setWaveStart, sizeOfChannels, sizeOfPixelsFileMaps, sizeOfPlaneInfo, sizeOfSettings, sizeOfThumbnails, unlinkOriginalFile, unloadChannels, unloadPixelsFileMaps, unloadPlaneInfo, unloadSettings, unloadThumbnails
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final long serialVersionUID
public _PixelsTie()
public _PixelsTie(_PixelsOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Details getDetails(Ice.Current __current)
getDetails
in interface _IObjectOperations
public RLong getId(Ice.Current __current)
getId
in interface _IObjectOperations
public boolean isAnnotated(Ice.Current __current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isGlobal(Ice.Current __current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isLink(Ice.Current __current)
_IObjectOperations
isLink
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isLoaded(Ice.Current __current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isMutable(Ice.Current __current)
_IObjectOperations
isMutable
in interface _IObjectOperations
__current
- The Current object for the invocation.public IObject proxy(Ice.Current __current)
_IObjectOperations
proxy
in interface _IObjectOperations
__current
- The Current object for the invocation.public void setId(RLong id, Ice.Current __current)
setId
in interface _IObjectOperations
public IObject shallowCopy(Ice.Current __current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unload(Ice.Current __current)
_IObjectOperations
unload
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unloadCollections(Ice.Current __current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unloadDetails(Ice.Current __current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
__current
- The Current object for the invocation.public void addAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
addAllChannelSet
in interface _PixelsOperations
public void addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current __current)
addAllPixelsOriginalFileMapSet
in interface _PixelsOperations
public void addAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current __current)
addAllPlaneInfoSet
in interface _PixelsOperations
public void addAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current __current)
addAllRenderingDefSet
in interface _PixelsOperations
public void addAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current __current)
addAllThumbnailSet
in interface _PixelsOperations
public void addChannel(Channel target, Ice.Current __current)
addChannel
in interface _PixelsOperations
public void addPixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current __current)
addPixelsOriginalFileMap
in interface _PixelsOperations
public void addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current __current)
addPixelsOriginalFileMapToBoth
in interface _PixelsOperations
public void addPlaneInfo(PlaneInfo target, Ice.Current __current)
addPlaneInfo
in interface _PixelsOperations
public void addRenderingDef(RenderingDef target, Ice.Current __current)
addRenderingDef
in interface _PixelsOperations
public void addThumbnail(Thumbnail target, Ice.Current __current)
addThumbnail
in interface _PixelsOperations
public void clearChannels(Ice.Current __current)
clearChannels
in interface _PixelsOperations
public void clearPixelsFileMaps(Ice.Current __current)
clearPixelsFileMaps
in interface _PixelsOperations
public void clearPlaneInfo(Ice.Current __current)
clearPlaneInfo
in interface _PixelsOperations
public void clearSettings(Ice.Current __current)
clearSettings
in interface _PixelsOperations
public void clearThumbnails(Ice.Current __current)
clearThumbnails
in interface _PixelsOperations
public java.util.List<Channel> copyChannels(Ice.Current __current)
copyChannels
in interface _PixelsOperations
public java.util.List<PixelsOriginalFileMap> copyPixelsFileMaps(Ice.Current __current)
copyPixelsFileMaps
in interface _PixelsOperations
public java.util.List<PlaneInfo> copyPlaneInfo(Ice.Current __current)
copyPlaneInfo
in interface _PixelsOperations
public java.util.List<RenderingDef> copySettings(Ice.Current __current)
copySettings
in interface _PixelsOperations
public java.util.List<Thumbnail> copyThumbnails(Ice.Current __current)
copyThumbnails
in interface _PixelsOperations
public java.util.List<PixelsOriginalFileMap> findPixelsOriginalFileMap(OriginalFile removal, Ice.Current __current)
findPixelsOriginalFileMap
in interface _PixelsOperations
public Channel getChannel(int index, Ice.Current __current)
getChannel
in interface _PixelsOperations
public DimensionOrder getDimensionOrder(Ice.Current __current)
getDimensionOrder
in interface _PixelsOperations
public Image getImage(Ice.Current __current)
getImage
in interface _PixelsOperations
public RString getMethodology(Ice.Current __current)
getMethodology
in interface _PixelsOperations
public Length getPhysicalSizeX(Ice.Current __current)
getPhysicalSizeX
in interface _PixelsOperations
public Length getPhysicalSizeY(Ice.Current __current)
getPhysicalSizeY
in interface _PixelsOperations
public Length getPhysicalSizeZ(Ice.Current __current)
getPhysicalSizeZ
in interface _PixelsOperations
public java.util.Map<java.lang.Long,java.lang.Long> getPixelsFileMapsCountPerOwner(Ice.Current __current)
getPixelsFileMapsCountPerOwner
in interface _PixelsOperations
public PixelsType getPixelsType(Ice.Current __current)
getPixelsType
in interface _PixelsOperations
public Channel getPrimaryChannel(Ice.Current __current)
getPrimaryChannel
in interface _PixelsOperations
public Pixels getRelatedTo(Ice.Current __current)
getRelatedTo
in interface _PixelsOperations
public RString getSha1(Ice.Current __current)
getSha1
in interface _PixelsOperations
public RInt getSignificantBits(Ice.Current __current)
getSignificantBits
in interface _PixelsOperations
public RInt getSizeC(Ice.Current __current)
getSizeC
in interface _PixelsOperations
public RInt getSizeT(Ice.Current __current)
getSizeT
in interface _PixelsOperations
public RInt getSizeX(Ice.Current __current)
getSizeX
in interface _PixelsOperations
public RInt getSizeY(Ice.Current __current)
getSizeY
in interface _PixelsOperations
public RInt getSizeZ(Ice.Current __current)
getSizeZ
in interface _PixelsOperations
public Time getTimeIncrement(Ice.Current __current)
getTimeIncrement
in interface _PixelsOperations
public RInt getVersion(Ice.Current __current)
getVersion
in interface _PixelsOperations
public RInt getWaveIncrement(Ice.Current __current)
getWaveIncrement
in interface _PixelsOperations
public RInt getWaveStart(Ice.Current __current)
getWaveStart
in interface _PixelsOperations
public PixelsOriginalFileMap linkOriginalFile(OriginalFile addition, Ice.Current __current)
linkOriginalFile
in interface _PixelsOperations
public java.util.List<OriginalFile> linkedOriginalFileList(Ice.Current __current)
linkedOriginalFileList
in interface _PixelsOperations
public void reloadChannels(Pixels toCopy, Ice.Current __current)
reloadChannels
in interface _PixelsOperations
public void reloadPixelsFileMaps(Pixels toCopy, Ice.Current __current)
reloadPixelsFileMaps
in interface _PixelsOperations
public void reloadPlaneInfo(Pixels toCopy, Ice.Current __current)
reloadPlaneInfo
in interface _PixelsOperations
public void reloadSettings(Pixels toCopy, Ice.Current __current)
reloadSettings
in interface _PixelsOperations
public void reloadThumbnails(Pixels toCopy, Ice.Current __current)
reloadThumbnails
in interface _PixelsOperations
public void removeAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
removeAllChannelSet
in interface _PixelsOperations
public void removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current __current)
removeAllPixelsOriginalFileMapSet
in interface _PixelsOperations
public void removeAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current __current)
removeAllPlaneInfoSet
in interface _PixelsOperations
public void removeAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current __current)
removeAllRenderingDefSet
in interface _PixelsOperations
public void removeAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current __current)
removeAllThumbnailSet
in interface _PixelsOperations
public void removeChannel(Channel theTarget, Ice.Current __current)
removeChannel
in interface _PixelsOperations
public void removePixelsOriginalFileMap(PixelsOriginalFileMap theTarget, Ice.Current __current)
removePixelsOriginalFileMap
in interface _PixelsOperations
public void removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current __current)
removePixelsOriginalFileMapFromBoth
in interface _PixelsOperations
public void removePlaneInfo(PlaneInfo theTarget, Ice.Current __current)
removePlaneInfo
in interface _PixelsOperations
public void removeRenderingDef(RenderingDef theTarget, Ice.Current __current)
removeRenderingDef
in interface _PixelsOperations
public void removeThumbnail(Thumbnail theTarget, Ice.Current __current)
removeThumbnail
in interface _PixelsOperations
public Channel setChannel(int index, Channel theElement, Ice.Current __current)
setChannel
in interface _PixelsOperations
public void setDimensionOrder(DimensionOrder theDimensionOrder, Ice.Current __current)
setDimensionOrder
in interface _PixelsOperations
public void setImage(Image theImage, Ice.Current __current)
setImage
in interface _PixelsOperations
public void setMethodology(RString theMethodology, Ice.Current __current)
setMethodology
in interface _PixelsOperations
public void setPhysicalSizeX(Length thePhysicalSizeX, Ice.Current __current)
setPhysicalSizeX
in interface _PixelsOperations
public void setPhysicalSizeY(Length thePhysicalSizeY, Ice.Current __current)
setPhysicalSizeY
in interface _PixelsOperations
public void setPhysicalSizeZ(Length thePhysicalSizeZ, Ice.Current __current)
setPhysicalSizeZ
in interface _PixelsOperations
public void setPixelsType(PixelsType thePixelsType, Ice.Current __current)
setPixelsType
in interface _PixelsOperations
public Channel setPrimaryChannel(Channel theElement, Ice.Current __current)
setPrimaryChannel
in interface _PixelsOperations
public void setRelatedTo(Pixels theRelatedTo, Ice.Current __current)
setRelatedTo
in interface _PixelsOperations
public void setSha1(RString theSha1, Ice.Current __current)
setSha1
in interface _PixelsOperations
public void setSignificantBits(RInt theSignificantBits, Ice.Current __current)
setSignificantBits
in interface _PixelsOperations
public void setSizeC(RInt theSizeC, Ice.Current __current)
setSizeC
in interface _PixelsOperations
public void setSizeT(RInt theSizeT, Ice.Current __current)
setSizeT
in interface _PixelsOperations
public void setSizeX(RInt theSizeX, Ice.Current __current)
setSizeX
in interface _PixelsOperations
public void setSizeY(RInt theSizeY, Ice.Current __current)
setSizeY
in interface _PixelsOperations
public void setSizeZ(RInt theSizeZ, Ice.Current __current)
setSizeZ
in interface _PixelsOperations
public void setTimeIncrement(Time theTimeIncrement, Ice.Current __current)
setTimeIncrement
in interface _PixelsOperations
public void setVersion(RInt theVersion, Ice.Current __current)
setVersion
in interface _PixelsOperations
public void setWaveIncrement(RInt theWaveIncrement, Ice.Current __current)
setWaveIncrement
in interface _PixelsOperations
public void setWaveStart(RInt theWaveStart, Ice.Current __current)
setWaveStart
in interface _PixelsOperations
public int sizeOfChannels(Ice.Current __current)
sizeOfChannels
in interface _PixelsOperations
public int sizeOfPixelsFileMaps(Ice.Current __current)
sizeOfPixelsFileMaps
in interface _PixelsOperations
public int sizeOfPlaneInfo(Ice.Current __current)
sizeOfPlaneInfo
in interface _PixelsOperations
public int sizeOfSettings(Ice.Current __current)
sizeOfSettings
in interface _PixelsOperations
public int sizeOfThumbnails(Ice.Current __current)
sizeOfThumbnails
in interface _PixelsOperations
public void unlinkOriginalFile(OriginalFile removal, Ice.Current __current)
unlinkOriginalFile
in interface _PixelsOperations
public void unloadChannels(Ice.Current __current)
unloadChannels
in interface _PixelsOperations
public void unloadPixelsFileMaps(Ice.Current __current)
unloadPixelsFileMaps
in interface _PixelsOperations
public void unloadPlaneInfo(Ice.Current __current)
unloadPlaneInfo
in interface _PixelsOperations
public void unloadSettings(Ice.Current __current)
unloadSettings
in interface _PixelsOperations
public void unloadThumbnails(Ice.Current __current)
unloadThumbnails
in interface _PixelsOperations