Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::model::LightPath

Overview

[ "protected" ] class LightPath extends IObject

Used By

reloadAnnotationLinks
reloadEmissionFilterLink
reloadExcitationFilterLink
LightPathAnnotationLink::getParent
LightPathAnnotationLink::link
LightPathAnnotationLink::parent
LightPathAnnotationLink::setParent
LightPathEmissionFilterLink::getParent
LightPathEmissionFilterLink::link
LightPathEmissionFilterLink::parent
LightPathEmissionFilterLink::setParent
LightPathExcitationFilterLink::getParent
LightPathExcitationFilterLink::link
LightPathExcitationFilterLink::parent
LightPathExcitationFilterLink::setParent
LogicalChannel::getLightPath
LogicalChannel::lightPath
LogicalChannel::setLightPath

Operation Index

getVersion
setVersion
unloadExcitationFilterLink
sizeOfExcitationFilterLink
copyExcitationFilterLink
addLightPathExcitationFilterLink
addAllLightPathExcitationFilterLinkSet
removeLightPathExcitationFilterLink
removeAllLightPathExcitationFilterLinkSet
clearExcitationFilterLink
reloadExcitationFilterLink
getLightPathExcitationFilterLink
setLightPathExcitationFilterLink
getPrimaryLightPathExcitationFilterLink
setPrimaryLightPathExcitationFilterLink
getExcitationFilterLinkCountPerOwner
linkExcitationFilter
addLightPathExcitationFilterLinkToBoth
findLightPathExcitationFilterLink
unlinkExcitationFilter
removeLightPathExcitationFilterLinkFromBoth
linkedExcitationFilterList
getDichroic
setDichroic
unloadEmissionFilterLink
sizeOfEmissionFilterLink
copyEmissionFilterLink
addLightPathEmissionFilterLink
addAllLightPathEmissionFilterLinkSet
removeLightPathEmissionFilterLink
removeAllLightPathEmissionFilterLinkSet
clearEmissionFilterLink
reloadEmissionFilterLink
getEmissionFilterLinkCountPerOwner
linkEmissionFilter
addLightPathEmissionFilterLinkToBoth
findLightPathEmissionFilterLink
unlinkEmissionFilter
removeLightPathEmissionFilterLinkFromBoth
linkedEmissionFilterList
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addLightPathAnnotationLink
addAllLightPathAnnotationLinkSet
removeLightPathAnnotationLink
removeAllLightPathAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addLightPathAnnotationLinkToBoth
findLightPathAnnotationLink
unlinkAnnotation
removeLightPathAnnotationLinkFromBoth
linkedAnnotationList

Data Member Index

version
excitationFilterLinkSeq
excitationFilterLinkLoaded
excitationFilterLinkCountPerOwner
dichroic
emissionFilterLinkSeq
emissionFilterLinkLoaded
emissionFilterLinkCountPerOwner
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner

Operations

RInt getVersion()

void setVersion(RInt theVersion)

void unloadExcitationFilterLink()

int sizeOfExcitationFilterLink()

LightPathExcitationFilterLinkSeq copyExcitationFilterLink()

void addLightPathExcitationFilterLink(LightPathExcitationFilterLink target)

void addAllLightPathExcitationFilterLinkSet(LightPathExcitationFilterLinkSeq targets)

void removeLightPathExcitationFilterLink(LightPathExcitationFilterLink theTarget)

void removeAllLightPathExcitationFilterLinkSet(LightPathExcitationFilterLinkSeq targets)

void clearExcitationFilterLink()

void reloadExcitationFilterLink(LightPath toCopy)

LightPathExcitationFilterLink getLightPathExcitationFilterLink(int index)

LightPathExcitationFilterLink setLightPathExcitationFilterLink(int index, LightPathExcitationFilterLink theElement)

LightPathExcitationFilterLink getPrimaryLightPathExcitationFilterLink()

LightPathExcitationFilterLink setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink theElement)

sys::CountMap getExcitationFilterLinkCountPerOwner()

LightPathExcitationFilterLink linkExcitationFilter(Filter addition)

void addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link, bool bothSides)

LightPathExcitationFilterLinkSeq findLightPathExcitationFilterLink(Filter removal)

void unlinkExcitationFilter(Filter removal)

void removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link, bool bothSides)

LightPathLinkedExcitationFilterSeq linkedExcitationFilterList()

Dichroic getDichroic()

void setDichroic(Dichroic theDichroic)

void unloadEmissionFilterLink()

int sizeOfEmissionFilterLink()

LightPathEmissionFilterLinkSeq copyEmissionFilterLink()

void addLightPathEmissionFilterLink(LightPathEmissionFilterLink target)

void addAllLightPathEmissionFilterLinkSet(LightPathEmissionFilterLinkSeq targets)

void removeLightPathEmissionFilterLink(LightPathEmissionFilterLink theTarget)

void removeAllLightPathEmissionFilterLinkSet(LightPathEmissionFilterLinkSeq targets)

void clearEmissionFilterLink()

void reloadEmissionFilterLink(LightPath toCopy)

sys::CountMap getEmissionFilterLinkCountPerOwner()

LightPathEmissionFilterLink linkEmissionFilter(Filter addition)

void addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link, bool bothSides)

LightPathEmissionFilterLinkSeq findLightPathEmissionFilterLink(Filter removal)

void unlinkEmissionFilter(Filter removal)

void removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link, bool bothSides)

LightPathLinkedEmissionFilterSeq linkedEmissionFilterList()

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

LightPathAnnotationLinksSeq copyAnnotationLinks()

void addLightPathAnnotationLink(LightPathAnnotationLink target)

void addAllLightPathAnnotationLinkSet(LightPathAnnotationLinksSeq targets)

void removeLightPathAnnotationLink(LightPathAnnotationLink theTarget)

void removeAllLightPathAnnotationLinkSet(LightPathAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(LightPath toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

LightPathAnnotationLink linkAnnotation(Annotation addition)

void addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link, bool bothSides)

LightPathAnnotationLinksSeq findLightPathAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link, bool bothSides)

LightPathLinkedAnnotationSeq linkedAnnotationList()

Data Members

RInt version;

LightPathExcitationFilterLinkSeq excitationFilterLinkSeq;

bool excitationFilterLinkLoaded;

sys::CountMap excitationFilterLinkCountPerOwner;

Dichroic dichroic;

LightPathEmissionFilterLinkSeq emissionFilterLinkSeq;

bool emissionFilterLinkLoaded;

sys::CountMap emissionFilterLinkCountPerOwner;

LightPathAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index