OmeroBlitz API
Home Previous Up Next Index

omero::model::LogicalChannel

Overview

[ "protected" ] class LogicalChannel extends IObject

Used By

api::LogicalChannelList
Channel::getLogicalChannel
Channel::logicalChannel
Channel::setLogicalChannel
reloadChannels

Operation Index

getVersion
setVersion
getName
setName
getPinHoleSize
setPinHoleSize
getIllumination
setIllumination
getContrastMethod
setContrastMethod
getExcitationWave
setExcitationWave
getEmissionWave
setEmissionWave
getFluor
setFluor
getNdFilter
setNdFilter
getOtf
setOtf
getDetectorSettings
setDetectorSettings
getLightSourceSettings
setLightSourceSettings
getFilterSet
setFilterSet
getSamplesPerPixel
setSamplesPerPixel
getPhotometricInterpretation
setPhotometricInterpretation
getMode
setMode
getPockelCellSetting
setPockelCellSetting
unloadChannels
sizeOfChannels
copyChannels
addChannel
addAllChannelSet
removeChannel
removeAllChannelSet
clearChannels
reloadChannels
getLightPath
setLightPath

Data Member Index

version
name
pinHoleSize
illumination
contrastMethod
excitationWave
emissionWave
fluor
ndFilter
otf
detectorSettings
lightSourceSettings
filterSet
samplesPerPixel
photometricInterpretation
mode
pockelCellSetting
channelsSeq
channelsLoaded
lightPath

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RString getName()

void setName(RString theName)

Length getPinHoleSize()

void setPinHoleSize(Length thePinHoleSize)

Illumination getIllumination()

void setIllumination(Illumination theIllumination)

ContrastMethod getContrastMethod()

void setContrastMethod(ContrastMethod theContrastMethod)

Length getExcitationWave()

void setExcitationWave(Length theExcitationWave)

Length getEmissionWave()

void setEmissionWave(Length theEmissionWave)

RString getFluor()

void setFluor(RString theFluor)

RDouble getNdFilter()

void setNdFilter(RDouble theNdFilter)

OTF getOtf()

void setOtf(OTF theOtf)

DetectorSettings getDetectorSettings()

void setDetectorSettings(DetectorSettings theDetectorSettings)

LightSettings getLightSourceSettings()

void setLightSourceSettings(LightSettings theLightSourceSettings)

FilterSet getFilterSet()

void setFilterSet(FilterSet theFilterSet)

RInt getSamplesPerPixel()

void setSamplesPerPixel(RInt theSamplesPerPixel)

PhotometricInterpretation getPhotometricInterpretation()

void setPhotometricInterpretation(PhotometricInterpretation thePhotometricInterpretation)

AcquisitionMode getMode()

void setMode(AcquisitionMode theMode)

RInt getPockelCellSetting()

void setPockelCellSetting(RInt thePockelCellSetting)

void unloadChannels()

int sizeOfChannels()

LogicalChannelChannelsSeq copyChannels()

void addChannel(Channel target)

void addAllChannelSet(LogicalChannelChannelsSeq targets)

void removeChannel(Channel theTarget)

void removeAllChannelSet(LogicalChannelChannelsSeq targets)

void clearChannels()

void reloadChannels(LogicalChannel toCopy)

LightPath getLightPath()

void setLightPath(LightPath theLightPath)

Data Members

RInt version;

RString name;

Length pinHoleSize;

Illumination illumination;

ContrastMethod contrastMethod;

Length excitationWave;

Length emissionWave;

RString fluor;

RDouble ndFilter;

OTF otf;

DetectorSettings detectorSettings;

LightSettings lightSourceSettings;

FilterSet filterSet;

RInt samplesPerPixel;

PhotometricInterpretation photometricInterpretation;

AcquisitionMode mode;

RInt pockelCellSetting;

LogicalChannelChannelsSeq channelsSeq;

bool channelsLoaded;

LightPath lightPath;


Home Previous Up Next Index