Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::OTF
Overview
[ "protected" ] class OTF extends
IObject
Used By
InstrumentOtfSeq
Instrument::addOTF
Instrument::removeOTF
LogicalChannel::getOtf
LogicalChannel::otf
LogicalChannel::setOtf
Operation Index
getVersion
setVersion
getSizeX
setSizeX
getSizeY
setSizeY
getOpticalAxisAveraged
setOpticalAxisAveraged
getPixelsType
setPixelsType
getPath
setPath
getFilterSet
setFilterSet
getObjective
setObjective
getInstrument
setInstrument
Data Member Index
version
sizeX
sizeY
opticalAxisAveraged
pixelsType
path
filterSet
objective
instrument
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
RInt
getSizeX()
void setSizeX(
RInt
theSizeX)
RInt
getSizeY()
void setSizeY(
RInt
theSizeY)
RBool
getOpticalAxisAveraged()
void setOpticalAxisAveraged(
RBool
theOpticalAxisAveraged)
PixelsType
getPixelsType()
void setPixelsType(
PixelsType
thePixelsType)
RString
getPath()
void setPath(
RString
thePath)
FilterSet
getFilterSet()
void setFilterSet(
FilterSet
theFilterSet)
Objective
getObjective()
void setObjective(
Objective
theObjective)
Instrument
getInstrument()
void setInstrument(
Instrument
theInstrument)
Data Members
RInt
version;
RInt
sizeX;
RInt
sizeY;
RBool
opticalAxisAveraged;
PixelsType
pixelsType;
RString
path;
FilterSet
filterSet;
Objective
objective;
Instrument
instrument;
Home
Previous
Up
Next
Index