Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::Laser
Overview
[ "protected" ] class Laser extends
LightSource
Operation Index
getType
setType
getLaserMedium
setLaserMedium
getFrequencyMultiplication
setFrequencyMultiplication
getTuneable
setTuneable
getPulse
setPulse
getWavelength
setWavelength
getPockelCell
setPockelCell
getPump
setPump
getRepetitionRate
setRepetitionRate
Data Member Index
type
laserMedium
frequencyMultiplication
tuneable
pulse
wavelength
pockelCell
pump
repetitionRate
Operations
LaserType
getType()
void setType(
LaserType
theType)
LaserMedium
getLaserMedium()
void setLaserMedium(
LaserMedium
theLaserMedium)
RInt
getFrequencyMultiplication()
void setFrequencyMultiplication(
RInt
theFrequencyMultiplication)
RBool
getTuneable()
void setTuneable(
RBool
theTuneable)
Pulse
getPulse()
void setPulse(
Pulse
thePulse)
Length
getWavelength()
void setWavelength(
Length
theWavelength)
RBool
getPockelCell()
void setPockelCell(
RBool
thePockelCell)
LightSource
getPump()
void setPump(
LightSource
thePump)
Frequency
getRepetitionRate()
void setRepetitionRate(
Frequency
theRepetitionRate)
Data Members
LaserType
type;
LaserMedium
laserMedium;
RInt
frequencyMultiplication;
RBool
tuneable;
Pulse
pulse;
Length
wavelength;
RBool
pockelCell;
LightSource
pump;
Frequency
repetitionRate;
Home
Previous
Up
Next
Index