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)
void setName(RString theName)
Length getPinHoleSize()
void setPinHoleSize(Length thePinHoleSize)
void setIllumination(Illumination theIllumination)
void setContrastMethod(ContrastMethod theContrastMethod)
Length getExcitationWave()
void setExcitationWave(Length theExcitationWave)
Length getEmissionWave()
void setEmissionWave(Length theEmissionWave)
void setFluor(RString theFluor)
void setNdFilter(RDouble theNdFilter)
OTF getOtf()
void setOtf(OTF theOtf)
void setDetectorSettings(DetectorSettings theDetectorSettings)
void setLightSourceSettings(LightSettings theLightSourceSettings)
void setFilterSet(FilterSet theFilterSet)
RInt getSamplesPerPixel()
void setSamplesPerPixel(RInt theSamplesPerPixel)
void setPhotometricInterpretation(PhotometricInterpretation thePhotometricInterpretation)
RInt getPockelCellSetting()
void setPockelCellSetting(RInt thePockelCellSetting)
void unloadChannels()
int sizeOfChannels()
void addChannel(Channel target)
void removeChannel(Channel theTarget)
void clearChannels()
void setLightPath(LightPath theLightPath)
Data Members
RInt version;
Length pinHoleSize;
Length excitationWave;
Length emissionWave;
RInt samplesPerPixel;
RInt pockelCellSetting;
bool channelsLoaded;