OmeroBlitz API
Home Previous Up Next Index

omero::model::ChannelBinding

Overview

[ "protected" ] class ChannelBinding extends IObject

Used By

RenderingDefWaveRenderingSeq
reloadSpatialDomainEnhancement
CodomainMapContext::channelBinding
CodomainMapContext::getChannelBinding
CodomainMapContext::setChannelBinding
RenderingDef::addChannelBinding
RenderingDef::getChannelBinding
RenderingDef::getPrimaryChannelBinding
RenderingDef::removeChannelBinding
RenderingDef::setChannelBinding
RenderingDef::setPrimaryChannelBinding

Operation Index

getVersion
setVersion
getRenderingDef
setRenderingDef
getFamily
setFamily
getCoefficient
setCoefficient
getInputStart
setInputStart
getInputEnd
setInputEnd
getActive
setActive
getNoiseReduction
setNoiseReduction
getRed
setRed
getGreen
setGreen
getBlue
setBlue
getAlpha
setAlpha
getLookupTable
setLookupTable
unloadSpatialDomainEnhancement
sizeOfSpatialDomainEnhancement
copySpatialDomainEnhancement
addCodomainMapContext
addAllCodomainMapContextSet
removeCodomainMapContext
removeAllCodomainMapContextSet
clearSpatialDomainEnhancement
reloadSpatialDomainEnhancement
getCodomainMapContext
setCodomainMapContext
getPrimaryCodomainMapContext
setPrimaryCodomainMapContext

Data Member Index

version
renderingDef
family
coefficient
inputStart
inputEnd
active
noiseReduction
red
green
blue
alpha
lookupTable
spatialDomainEnhancementSeq
spatialDomainEnhancementLoaded

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RenderingDef getRenderingDef()

void setRenderingDef(RenderingDef theRenderingDef)

Family getFamily()

void setFamily(Family theFamily)

RDouble getCoefficient()

void setCoefficient(RDouble theCoefficient)

RDouble getInputStart()

void setInputStart(RDouble theInputStart)

RDouble getInputEnd()

void setInputEnd(RDouble theInputEnd)

RBool getActive()

void setActive(RBool theActive)

RBool getNoiseReduction()

void setNoiseReduction(RBool theNoiseReduction)

RInt getRed()

void setRed(RInt theRed)

RInt getGreen()

void setGreen(RInt theGreen)

RInt getBlue()

void setBlue(RInt theBlue)

RInt getAlpha()

void setAlpha(RInt theAlpha)

RString getLookupTable()

void setLookupTable(RString theLookupTable)

void unloadSpatialDomainEnhancement()

int sizeOfSpatialDomainEnhancement()

ChannelBindingSpatialDomainEnhancementSeq copySpatialDomainEnhancement()

void addCodomainMapContext(CodomainMapContext target)

void addAllCodomainMapContextSet(ChannelBindingSpatialDomainEnhancementSeq targets)

void removeCodomainMapContext(CodomainMapContext theTarget)

void removeAllCodomainMapContextSet(ChannelBindingSpatialDomainEnhancementSeq targets)

void clearSpatialDomainEnhancement()

void reloadSpatialDomainEnhancement(ChannelBinding toCopy)

CodomainMapContext getCodomainMapContext(int index)

CodomainMapContext setCodomainMapContext(int index, CodomainMapContext theElement)

CodomainMapContext getPrimaryCodomainMapContext()

CodomainMapContext setPrimaryCodomainMapContext(CodomainMapContext theElement)

Data Members

RInt version;

RenderingDef renderingDef;

Family family;

RDouble coefficient;

RDouble inputStart;

RDouble inputEnd;

RBool active;

RBool noiseReduction;

RInt red;

RInt green;

RInt blue;

RInt alpha;

RString lookupTable;

ChannelBindingSpatialDomainEnhancementSeq spatialDomainEnhancementSeq;

bool spatialDomainEnhancementLoaded;


Home Previous Up Next Index