public interface _ChannelBindingOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets,
Ice.Current __current) |
void |
addCodomainMapContext(CodomainMapContext target,
Ice.Current __current) |
void |
clearSpatialDomainEnhancement(Ice.Current __current) |
java.util.List<CodomainMapContext> |
copySpatialDomainEnhancement(Ice.Current __current) |
RBool |
getActive(Ice.Current __current) |
RInt |
getAlpha(Ice.Current __current) |
RInt |
getBlue(Ice.Current __current) |
CodomainMapContext |
getCodomainMapContext(int index,
Ice.Current __current) |
RDouble |
getCoefficient(Ice.Current __current) |
Family |
getFamily(Ice.Current __current) |
RInt |
getGreen(Ice.Current __current) |
RDouble |
getInputEnd(Ice.Current __current) |
RDouble |
getInputStart(Ice.Current __current) |
RString |
getLookupTable(Ice.Current __current) |
RBool |
getNoiseReduction(Ice.Current __current) |
CodomainMapContext |
getPrimaryCodomainMapContext(Ice.Current __current) |
RInt |
getRed(Ice.Current __current) |
RenderingDef |
getRenderingDef(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
void |
reloadSpatialDomainEnhancement(ChannelBinding toCopy,
Ice.Current __current) |
void |
removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets,
Ice.Current __current) |
void |
removeCodomainMapContext(CodomainMapContext theTarget,
Ice.Current __current) |
void |
setActive(RBool theActive,
Ice.Current __current) |
void |
setAlpha(RInt theAlpha,
Ice.Current __current) |
void |
setBlue(RInt theBlue,
Ice.Current __current) |
CodomainMapContext |
setCodomainMapContext(int index,
CodomainMapContext theElement,
Ice.Current __current) |
void |
setCoefficient(RDouble theCoefficient,
Ice.Current __current) |
void |
setFamily(Family theFamily,
Ice.Current __current) |
void |
setGreen(RInt theGreen,
Ice.Current __current) |
void |
setInputEnd(RDouble theInputEnd,
Ice.Current __current) |
void |
setInputStart(RDouble theInputStart,
Ice.Current __current) |
void |
setLookupTable(RString theLookupTable,
Ice.Current __current) |
void |
setNoiseReduction(RBool theNoiseReduction,
Ice.Current __current) |
CodomainMapContext |
setPrimaryCodomainMapContext(CodomainMapContext theElement,
Ice.Current __current) |
void |
setRed(RInt theRed,
Ice.Current __current) |
void |
setRenderingDef(RenderingDef theRenderingDef,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfSpatialDomainEnhancement(Ice.Current __current) |
void |
unloadSpatialDomainEnhancement(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
RenderingDef getRenderingDef(Ice.Current __current)
void setRenderingDef(RenderingDef theRenderingDef, Ice.Current __current)
Family getFamily(Ice.Current __current)
void setFamily(Family theFamily, Ice.Current __current)
RDouble getCoefficient(Ice.Current __current)
void setCoefficient(RDouble theCoefficient, Ice.Current __current)
RDouble getInputStart(Ice.Current __current)
void setInputStart(RDouble theInputStart, Ice.Current __current)
RDouble getInputEnd(Ice.Current __current)
void setInputEnd(RDouble theInputEnd, Ice.Current __current)
RBool getActive(Ice.Current __current)
void setActive(RBool theActive, Ice.Current __current)
RBool getNoiseReduction(Ice.Current __current)
void setNoiseReduction(RBool theNoiseReduction, Ice.Current __current)
RInt getRed(Ice.Current __current)
void setRed(RInt theRed, Ice.Current __current)
RInt getGreen(Ice.Current __current)
void setGreen(RInt theGreen, Ice.Current __current)
RInt getBlue(Ice.Current __current)
void setBlue(RInt theBlue, Ice.Current __current)
RInt getAlpha(Ice.Current __current)
void setAlpha(RInt theAlpha, Ice.Current __current)
RString getLookupTable(Ice.Current __current)
void setLookupTable(RString theLookupTable, Ice.Current __current)
void unloadSpatialDomainEnhancement(Ice.Current __current)
int sizeOfSpatialDomainEnhancement(Ice.Current __current)
java.util.List<CodomainMapContext> copySpatialDomainEnhancement(Ice.Current __current)
void addCodomainMapContext(CodomainMapContext target, Ice.Current __current)
void addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)
void removeCodomainMapContext(CodomainMapContext theTarget, Ice.Current __current)
void removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current __current)
void clearSpatialDomainEnhancement(Ice.Current __current)
void reloadSpatialDomainEnhancement(ChannelBinding toCopy, Ice.Current __current)
CodomainMapContext getCodomainMapContext(int index, Ice.Current __current)
CodomainMapContext setCodomainMapContext(int index, CodomainMapContext theElement, Ice.Current __current)
CodomainMapContext getPrimaryCodomainMapContext(Ice.Current __current)
CodomainMapContext setPrimaryCodomainMapContext(CodomainMapContext theElement, Ice.Current __current)