Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::model::ChannelBinding

Overview

[ "protected" ] class ChannelBinding extends IObject

Used By

RenderingDefWaveRenderingSeq
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

Data Member Index

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

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)

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;


Home Previous Up Next Index