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)
void setMedium(Medium theMedium)
RDouble getRefractiveIndex()
void setRefractiveIndex(RDouble theRefractiveIndex)
void setObjective(Objective theObjective)
Data Members
RInt version;
RDouble correctionCollar;
RDouble refractiveIndex;