All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
void |
addAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets,
Ice.Current __current) |
void |
addAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets,
Ice.Current __current) |
void |
addAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets,
Ice.Current __current) |
void |
addLightPathAnnotationLink(LightPathAnnotationLink target,
Ice.Current __current) |
void |
addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addLightPathEmissionFilterLink(LightPathEmissionFilterLink target,
Ice.Current __current) |
void |
addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link,
boolean bothSides,
Ice.Current __current) |
void |
addLightPathExcitationFilterLink(LightPathExcitationFilterLink target,
Ice.Current __current) |
void |
addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearEmissionFilterLink(Ice.Current __current) |
void |
clearExcitationFilterLink(Ice.Current __current) |
java.util.List<LightPathAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<LightPathEmissionFilterLink> |
copyEmissionFilterLink(Ice.Current __current) |
java.util.List<LightPathExcitationFilterLink> |
copyExcitationFilterLink(Ice.Current __current) |
java.util.List<LightPathAnnotationLink> |
findLightPathAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.List<LightPathEmissionFilterLink> |
findLightPathEmissionFilterLink(Filter removal,
Ice.Current __current) |
java.util.List<LightPathExcitationFilterLink> |
findLightPathExcitationFilterLink(Filter removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
Dichroic |
getDichroic(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getEmissionFilterLinkCountPerOwner(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getExcitationFilterLinkCountPerOwner(Ice.Current __current) |
LightPathExcitationFilterLink |
getLightPathExcitationFilterLink(int index,
Ice.Current __current) |
LightPathExcitationFilterLink |
getPrimaryLightPathExcitationFilterLink(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
LightPathAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
java.util.List<Filter> |
linkedEmissionFilterList(Ice.Current __current) |
java.util.List<Filter> |
linkedExcitationFilterList(Ice.Current __current) |
LightPathEmissionFilterLink |
linkEmissionFilter(Filter addition,
Ice.Current __current) |
LightPathExcitationFilterLink |
linkExcitationFilter(Filter addition,
Ice.Current __current) |
void |
reloadAnnotationLinks(LightPath toCopy,
Ice.Current __current) |
void |
reloadEmissionFilterLink(LightPath toCopy,
Ice.Current __current) |
void |
reloadExcitationFilterLink(LightPath toCopy,
Ice.Current __current) |
void |
removeAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets,
Ice.Current __current) |
void |
removeAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets,
Ice.Current __current) |
void |
removeLightPathAnnotationLink(LightPathAnnotationLink theTarget,
Ice.Current __current) |
void |
removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeLightPathEmissionFilterLink(LightPathEmissionFilterLink theTarget,
Ice.Current __current) |
void |
removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeLightPathExcitationFilterLink(LightPathExcitationFilterLink theTarget,
Ice.Current __current) |
void |
removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link,
boolean bothSides,
Ice.Current __current) |
void |
setDichroic(Dichroic theDichroic,
Ice.Current __current) |
LightPathExcitationFilterLink |
setLightPathExcitationFilterLink(int index,
LightPathExcitationFilterLink theElement,
Ice.Current __current) |
LightPathExcitationFilterLink |
setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink theElement,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfEmissionFilterLink(Ice.Current __current) |
int |
sizeOfExcitationFilterLink(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unlinkEmissionFilter(Filter removal,
Ice.Current __current) |
void |
unlinkExcitationFilter(Filter removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadEmissionFilterLink(Ice.Current __current) |
void |
unloadExcitationFilterLink(Ice.Current __current) |