Package omero.api
Class _IProjectionTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._IProjectionDisp
-
- omero.api._IProjectionTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IProjectionOperations
,_IProjectionOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,IProjection
,ServiceInterface
public class _IProjectionTie extends _IProjectionDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.api._IProjectionDisp
__ids
-
Fields inherited from interface omero.api.IProjection
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _IProjectionTie()
_IProjectionTie(_IProjectionOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
projectPixels_async(AMD_IProjection_projectPixels __cb, long pixelsId, PixelsType pixelsType, ProjectionType algorithm, int tStart, int tEnd, java.util.List<java.lang.Integer> channelList, int stepping, int zStart, int zEnd, java.lang.String name, Ice.Current __current)
Performs a projection through selected optical sections and optical sections for a given set of time points of a Pixels set.void
projectStack_async(AMD_IProjection_projectStack __cb, long pixelsId, PixelsType pixelsType, ProjectionType algorithm, int timepoint, int channelIndex, int stepping, int start, int end, Ice.Current __current)
Performs a projection through the optical sections of a particular wavelength at a given time point of a Pixels set.-
Methods inherited from class omero.api._IProjectionDisp
___projectPixels, ___projectStack, __dispatch, __readImpl, __writeImpl, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, projectPixels_async, projectStack_async
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_IProjectionTie
public _IProjectionTie()
-
_IProjectionTie
public _IProjectionTie(_IProjectionOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
projectPixels_async
public void projectPixels_async(AMD_IProjection_projectPixels __cb, long pixelsId, PixelsType pixelsType, ProjectionType algorithm, int tStart, int tEnd, java.util.List<java.lang.Integer> channelList, int stepping, int zStart, int zEnd, java.lang.String name, Ice.Current __current) throws ServerError
Description copied from interface:_IProjectionOperations
Performs a projection through selected optical sections and optical sections for a given set of time points of a Pixels set. The Image which is linked to the Pixels set will be copied usingomero.api.IPixels.copyAndResizeImage
.- Specified by:
projectPixels_async
in interface_IProjectionOperations
- Parameters:
__cb
- The callback object for the operation.pixelsId
- The source Pixels set Id.algorithm
-MAXIMUM_INTENSITY
,MEAN_INTENSITY
orSUM_INTENSITY
. NOTE: When performing aSUM_INTENSITY
projection, pixel values will be pinned to the maximum pixel value of the destination Pixels type.tStart
- Timepoint to start projecting from.channelList
- List of the channel indexes to use while calculating the projection.stepping
- Stepping value to use while calculating the projection. For example,stepping=1
will use every optical section fromstart
toend
wherestepping=2
will use every other section fromstart
toend
to perform the projection.zStart
- Optical section to start projecting from.name
- Name for the newly created image. Ifnull
the name of the Image linked to the Pixels qualified bypixelsId
will be used with a Projection suffix. For example, GFP-H2B Image of HeLa Cells will have an Image name of GFP-H2B Image of HeLa Cells Projection used for the projection.__current
- The Current object for the invocation.- Throws:
ServerError
-
projectStack_async
public void projectStack_async(AMD_IProjection_projectStack __cb, long pixelsId, PixelsType pixelsType, ProjectionType algorithm, int timepoint, int channelIndex, int stepping, int start, int end, Ice.Current __current) throws ServerError
Description copied from interface:_IProjectionOperations
Performs a projection through the optical sections of a particular wavelength at a given time point of a Pixels set.- Specified by:
projectStack_async
in interface_IProjectionOperations
- Parameters:
__cb
- The callback object for the operation.pixelsId
- The source Pixels set Id.algorithm
-MAXIMUM_INTENSITY
,MEAN_INTENSITY
orSUM_INTENSITY
. NOTE: When performing aSUM_INTENSITY
projection, pixel values will be pinned to the maximum pixel value of the destination Pixels type.timepoint
- Timepoint to perform the projection.stepping
- Stepping value to use while calculating the projection. For example,stepping=1
will use every optical section fromstart
toend
wherestepping=2
will use every other section fromstart
toend
to perform the projection.start
- Optical section to start projecting from.__current
- The Current object for the invocation.- Throws:
ServerError
-
-