public abstract class OTF extends IObject implements _OTFOperations, _OTFOperationsNC
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
protected FilterSet |
filterSet |
protected Instrument |
instrument |
protected Objective |
objective |
protected RBool |
opticalAxisAveraged |
protected RString |
path |
protected PixelsType |
pixelsType |
static long |
serialVersionUID |
protected RInt |
sizeX |
protected RInt |
sizeY |
protected RInt |
version |
Constructor and Description |
---|
OTF() |
OTF(RLong id,
Details details,
boolean loaded,
RInt version,
RInt sizeX,
RInt sizeY,
RBool opticalAxisAveraged,
PixelsType pixelsType,
RString path,
FilterSet filterSet,
Objective objective,
Instrument instrument) |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___getFilterSet(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getInstrument(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getObjective(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getOpticalAxisAveraged(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getPath(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getPixelsType(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getSizeX(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getSizeY(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getVersion(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setFilterSet(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setInstrument(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setObjective(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setOpticalAxisAveraged(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setPath(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setPixelsType(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setSizeX(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setSizeY(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setVersion(OTF __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
OTF |
clone() |
FilterSet |
getFilterSet() |
Instrument |
getInstrument() |
Objective |
getObjective() |
RBool |
getOpticalAxisAveraged() |
RString |
getPath() |
PixelsType |
getPixelsType() |
RInt |
getSizeX() |
RInt |
getSizeY() |
RInt |
getVersion() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
void |
setFilterSet(FilterSet theFilterSet) |
void |
setInstrument(Instrument theInstrument) |
void |
setObjective(Objective theObjective) |
void |
setOpticalAxisAveraged(RBool theOpticalAxisAveraged) |
void |
setPath(RString thePath) |
void |
setPixelsType(PixelsType thePixelsType) |
void |
setSizeX(RInt theSizeX) |
void |
setSizeY(RInt theSizeY) |
void |
setVersion(RInt theVersion) |
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFilterSet, getInstrument, getObjective, getOpticalAxisAveraged, getPath, getPixelsType, getSizeX, getSizeY, getVersion, setFilterSet, setInstrument, setObjective, setOpticalAxisAveraged, setPath, setPixelsType, setSizeX, setSizeY, setVersion
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String[] __ids
protected RInt version
protected RInt sizeX
protected RInt sizeY
protected RBool opticalAxisAveraged
protected PixelsType pixelsType
protected RString path
protected FilterSet filterSet
protected Objective objective
protected Instrument instrument
public static final long serialVersionUID
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final FilterSet getFilterSet()
getFilterSet
in interface _OTFOperationsNC
public final Instrument getInstrument()
getInstrument
in interface _OTFOperationsNC
public final Objective getObjective()
getObjective
in interface _OTFOperationsNC
public final RBool getOpticalAxisAveraged()
getOpticalAxisAveraged
in interface _OTFOperationsNC
public final RString getPath()
getPath
in interface _OTFOperationsNC
public final PixelsType getPixelsType()
getPixelsType
in interface _OTFOperationsNC
public final RInt getSizeX()
getSizeX
in interface _OTFOperationsNC
public final RInt getSizeY()
getSizeY
in interface _OTFOperationsNC
public final RInt getVersion()
getVersion
in interface _OTFOperationsNC
public final void setFilterSet(FilterSet theFilterSet)
setFilterSet
in interface _OTFOperationsNC
public final void setInstrument(Instrument theInstrument)
setInstrument
in interface _OTFOperationsNC
public final void setObjective(Objective theObjective)
setObjective
in interface _OTFOperationsNC
public final void setOpticalAxisAveraged(RBool theOpticalAxisAveraged)
setOpticalAxisAveraged
in interface _OTFOperationsNC
public final void setPath(RString thePath)
setPath
in interface _OTFOperationsNC
public final void setPixelsType(PixelsType thePixelsType)
setPixelsType
in interface _OTFOperationsNC
public final void setSizeX(RInt theSizeX)
setSizeX
in interface _OTFOperationsNC
public final void setSizeY(RInt theSizeY)
setSizeY
in interface _OTFOperationsNC
public final void setVersion(RInt theVersion)
setVersion
in interface _OTFOperationsNC
public static Ice.DispatchStatus ___getVersion(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setVersion(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getSizeX(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setSizeX(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getSizeY(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setSizeY(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getOpticalAxisAveraged(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setOpticalAxisAveraged(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getPixelsType(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setPixelsType(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getPath(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setPath(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getFilterSet(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setFilterSet(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getObjective(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setObjective(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getInstrument(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setInstrument(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class IObject
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class IObject
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class IObject