Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::constants::projection

Overview

module projection

Index into the model::Permissions::restrictions api::BoolArray field to test whether or not the annotate restriction has been applied to the current object.

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