Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::LightPathExcitationFilterLink
Overview
[ "protected" ] class LightPathExcitationFilterLink extends
IObject
Used By
LightPathExcitationFilterLinkSeq
LightPath::addLightPathExcitationFilterLink
LightPath::addLightPathExcitationFilterLinkToBoth
LightPath::getLightPathExcitationFilterLink
LightPath::getPrimaryLightPathExcitationFilterLink
LightPath::linkExcitationFilter
LightPath::removeLightPathExcitationFilterLink
LightPath::removeLightPathExcitationFilterLinkFromBoth
LightPath::setLightPathExcitationFilterLink
LightPath::setPrimaryLightPathExcitationFilterLink
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
LightPath
getParent()
void setParent(
LightPath
theParent)
Filter
getChild()
void setChild(
Filter
theChild)
void link(
LightPath
theParent,
Filter
theChild)
Data Members
RInt
version;
LightPath
parent;
Filter
child;
Home
Previous
Up
Next
Index