omero::model::Detector
        Overview
        [ "protected" ]
            class Detector extends IObject
        Used By
        
            - InstrumentDetectorSeq
- reloadAnnotationLinks
- DetectorAnnotationLink::getParent
- DetectorAnnotationLink::link
- DetectorAnnotationLink::parent
- DetectorAnnotationLink::setParent
- DetectorSettings::detector
- DetectorSettings::getDetector
- DetectorSettings::setDetector
- Instrument::addDetector
- Instrument::removeDetector
Operation Index
        
            - getVersion
- 
                
- setVersion
- 
                
- getManufacturer
- 
                
- setManufacturer
- 
                
- getModel
- 
                
- setModel
- 
                
- getLotNumber
- 
                
- setLotNumber
- 
                
- getSerialNumber
- 
                
- setSerialNumber
- 
                
- getVoltage
- 
                
- setVoltage
- 
                
- getGain
- 
                
- setGain
- 
                
- getOffsetValue
- 
                
- setOffsetValue
- 
                
- getZoom
- 
                
- setZoom
- 
                
- getAmplificationGain
- 
                
- setAmplificationGain
- 
                
- getType
- 
                
- setType
- 
                
- getInstrument
- 
                
- setInstrument
- 
                
- unloadAnnotationLinks
- 
                
- sizeOfAnnotationLinks
- 
                
- copyAnnotationLinks
- 
                
- addDetectorAnnotationLink
- 
                
- addAllDetectorAnnotationLinkSet
- 
                
- removeDetectorAnnotationLink
- 
                
- removeAllDetectorAnnotationLinkSet
- 
                
- clearAnnotationLinks
- 
                
- reloadAnnotationLinks
- 
                
- getAnnotationLinksCountPerOwner
- 
                
- linkAnnotation
- 
                
- addDetectorAnnotationLinkToBoth
- 
                
- findDetectorAnnotationLink
- 
                
- unlinkAnnotation
- 
                
- removeDetectorAnnotationLinkFromBoth
- 
                
- linkedAnnotationList
- 
                
Data Member Index
        
            - version
- 
                
- manufacturer
- 
                
- model
- 
                
- lotNumber
- 
                
- serialNumber
- 
                
- voltage
- 
                
- gain
- 
                
- offsetValue
- 
                
- zoom
- 
                
- amplificationGain
- 
                
- type
- 
                
- instrument
- 
                
- annotationLinksSeq
- 
                
- annotationLinksLoaded
- 
                
- annotationLinksCountPerOwner
- 
                
Operations
        RInt getVersion()
        void setVersion(RInt theVersion)
        RString getManufacturer()
        void setManufacturer(RString theManufacturer)
        
        void setModel(RString theModel)
        RString getLotNumber()
        void setLotNumber(RString theLotNumber)
        RString getSerialNumber()
        void setSerialNumber(RString theSerialNumber)
        
        
        
        void setGain(RDouble theGain)
        RDouble getOffsetValue()
        void setOffsetValue(RDouble theOffsetValue)
        
        void setZoom(RDouble theZoom)
        RDouble getAmplificationGain()
        void setAmplificationGain(RDouble theAmplificationGain)
        
        
        
        void setInstrument(Instrument theInstrument)
        void unloadAnnotationLinks()
        int sizeOfAnnotationLinks()
        
        
        
        void removeDetectorAnnotationLink(DetectorAnnotationLink theTarget)
        
        void clearAnnotationLinks()
        void reloadAnnotationLinks(Detector toCopy)
        sys::CountMap getAnnotationLinksCountPerOwner()
        
        void addDetectorAnnotationLinkToBoth(DetectorAnnotationLink link, bool bothSides)
        
        void unlinkAnnotation(Annotation removal)
        void removeDetectorAnnotationLinkFromBoth(DetectorAnnotationLink link, bool bothSides)
        
        Data Members
        RInt version;
        
        
        
        
        
        
        
        
        RDouble amplificationGain;
        
        
        
        bool annotationLinksLoaded;
        sys::CountMap annotationLinksCountPerOwner;