Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::ObjectiveSettings
Overview
[ "protected" ] class ObjectiveSettings extends
IObject
Used By
Image::getObjectiveSettings
Image::objectiveSettings
Image::setObjectiveSettings
Operation Index
getVersion
setVersion
getCorrectionCollar
setCorrectionCollar
getMedium
setMedium
getRefractiveIndex
setRefractiveIndex
getObjective
setObjective
Data Member Index
version
correctionCollar
medium
refractiveIndex
objective
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
RDouble
getCorrectionCollar()
void setCorrectionCollar(
RDouble
theCorrectionCollar)
Medium
getMedium()
void setMedium(
Medium
theMedium)
RDouble
getRefractiveIndex()
void setRefractiveIndex(
RDouble
theRefractiveIndex)
Objective
getObjective()
void setObjective(
Objective
theObjective)
Data Members
RInt
version;
RDouble
correctionCollar;
Medium
medium;
RDouble
refractiveIndex;
Objective
objective;
Home
Previous
Up
Next
Index