Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::constants::projection

Overview

module projection

Extended restriction name which may be applied to images and other downloadable materials. This string can also be found in the ome.security.policy.BinaryAccessPolicy class.

Constant Index

MAXIMUMINTENSITYMETHODOLOGY
Methodology strings
MEANINTENSITYMETHODOLOGY
SUMINTENSITYMETHODOLOGY

Enumeration Index

ProjectionType
Used by the IProjection methods to declare which projection to perform.

Constants

const string MAXIMUMINTENSITYMETHODOLOGY = "MAXIMUM_INTENSITY_PROJECTION";

Methodology strings

const string MEANINTENSITYMETHODOLOGY = "MEAN_INTENSITY_PROJECTION";
const string SUMINTENSITYMETHODOLOGY = "SUM_INTENSITY_PROJECTION";

Home Previous Up Next Index