Package omero.model
Interface _AffineTransformOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_AffineTransformTie
,AffineTransform
,AffineTransformI
public interface _AffineTransformOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getA00(Ice.Current __current)
RDouble
getA01(Ice.Current __current)
RDouble
getA02(Ice.Current __current)
RDouble
getA10(Ice.Current __current)
RDouble
getA11(Ice.Current __current)
RDouble
getA12(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
setA00(RDouble theA00, Ice.Current __current)
void
setA01(RDouble theA01, Ice.Current __current)
void
setA02(RDouble theA02, Ice.Current __current)
void
setA10(RDouble theA10, Ice.Current __current)
void
setA11(RDouble theA11, Ice.Current __current)
void
setA12(RDouble theA12, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getA00
RDouble getA00(Ice.Current __current)
-
setA00
void setA00(RDouble theA00, Ice.Current __current)
-
getA10
RDouble getA10(Ice.Current __current)
-
setA10
void setA10(RDouble theA10, Ice.Current __current)
-
getA01
RDouble getA01(Ice.Current __current)
-
setA01
void setA01(RDouble theA01, Ice.Current __current)
-
getA11
RDouble getA11(Ice.Current __current)
-
setA11
void setA11(RDouble theA11, Ice.Current __current)
-
getA02
RDouble getA02(Ice.Current __current)
-
setA02
void setA02(RDouble theA02, Ice.Current __current)
-
getA12
RDouble getA12(Ice.Current __current)
-
setA12
void setA12(RDouble theA12, Ice.Current __current)
-
-