omero.constants.projection package¶
Module contents¶
-
class
omero.constants.projection.
ProjectionType
(_n, _v)¶ Bases:
Ice.EnumBase
Used by the IProjection methods to declare which projection to perform.
-
MAXIMUMINTENSITY
= MAXIMUMINTENSITY¶
-
MEANINTENSITY
= MEANINTENSITY¶
-
SUMINTENSITY
= SUMINTENSITY¶
-
_enumerators
= {0: MAXIMUMINTENSITY, 1: MEANINTENSITY, 2: SUMINTENSITY}¶
-
classmethod
valueOf
(_n)¶
-