Version: 4.3.4-dbcbce5a-b4
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::model::LightSettings
Overview
[ "protected" ] class LightSettings extends
IObject
Used By
MicrobeamManipulationLightSourceSettingsSeq
LogicalChannel::getLightSourceSettings
LogicalChannel::lightSourceSettings
LogicalChannel::setLightSourceSettings
MicrobeamManipulation::addLightSettings
MicrobeamManipulation::removeLightSettings
Operation Index
getVersion
setVersion
getAttenuation
setAttenuation
getWavelength
setWavelength
getLightSource
setLightSource
getMicrobeamManipulation
setMicrobeamManipulation
Data Member Index
version
attenuation
wavelength
lightSource
microbeamManipulation
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
RDouble
getAttenuation
()
void
setAttenuation
(
RDouble
theAttenuation)
RInt
getWavelength
()
void
setWavelength
(
RInt
theWavelength)
LightSource
getLightSource
()
void
setLightSource
(
LightSource
theLightSource)
MicrobeamManipulation
getMicrobeamManipulation
()
void
setMicrobeamManipulation
(
MicrobeamManipulation
theMicrobeamManipulation)
Data Members
RInt
version
;
RDouble
attenuation
;
RInt
wavelength
;
LightSource
lightSource
;
MicrobeamManipulation
microbeamManipulation
;
Home
Previous
Up
Next
Index