Version: Beta-4.1.1-r5927-b91
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::model::StageLabel
Overview
[ "protected" ] class StageLabel extends
IObject
Used By
Image::getStageLabel
Image::setStageLabel
Image::stageLabel
Operation Index
getVersion
setVersion
getPositionX
setPositionX
getPositionY
setPositionY
getPositionZ
setPositionZ
getName
setName
Data Member Index
version
positionX
positionY
positionZ
name
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
RDouble
getPositionX
()
void
setPositionX
(
RDouble
thePositionX)
RDouble
getPositionY
()
void
setPositionY
(
RDouble
thePositionY)
RDouble
getPositionZ
()
void
setPositionZ
(
RDouble
thePositionZ)
RString
getName
()
void
setName
(
RString
theName)
Data Members
RInt
version
;
RDouble
positionX
;
RDouble
positionY
;
RDouble
positionZ
;
RString
name
;
Home
Previous
Up
Next
Index