bioformats
5.1.8
|
Metadata retrieval interface. More...
#include <ome/xml/meta/MetadataRetrieve.h>
Public Member Functions | |
virtual | ~MetadataRetrieve () |
Destructor. | |
virtual index_type | getPixelsBinDataCount (index_type imageIndex) const =0 |
Get the number of BinData elements in Pixels. More... | |
virtual index_type | getBooleanAnnotationAnnotationCount (index_type booleanAnnotationIndex) const =0 |
Get the number of links to a BooleanAnnotation. More... | |
virtual index_type | getCommentAnnotationAnnotationCount (index_type commentAnnotationIndex) const =0 |
Get the number of links to a CommentAnnotation. More... | |
virtual index_type | getDoubleAnnotationAnnotationCount (index_type doubleAnnotationIndex) const =0 |
Get the number of links to a DoubleAnnotation. More... | |
virtual index_type | getFileAnnotationAnnotationCount (index_type fileAnnotationIndex) const =0 |
Get the number of links to a FileAnnotation. More... | |
virtual index_type | getListAnnotationAnnotationCount (index_type listAnnotationIndex) const =0 |
Get the number of links to a ListAnnotation. More... | |
virtual index_type | getLongAnnotationAnnotationCount (index_type longAnnotationIndex) const =0 |
Get the number of links to a LongAnnotation. More... | |
virtual index_type | getTagAnnotationAnnotationCount (index_type tagAnnotationIndex) const =0 |
Get the number of links to a TagAnnotation. More... | |
virtual index_type | getTermAnnotationAnnotationCount (index_type termAnnotationIndex) const =0 |
Get the number of links to a TermAnnotation. More... | |
virtual index_type | getTimestampAnnotationAnnotationCount (index_type timestampAnnotationIndex) const =0 |
Get the number of links to a TimestampAnnotation. More... | |
virtual index_type | getXMLAnnotationAnnotationCount (index_type xmlAnnotationIndex) const =0 |
Get the number of links to an XMLAnnotation. More... | |
virtual const std::string & | getLightSourceType (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the type of a LightSource. More... | |
virtual const std::string & | getShapeType (index_type roiIndex, index_type shapeIndex) const =0 |
Get the type of a Shape. More... | |
virtual index_type | getROIAnnotationRefCount (index_type ROIIndex) const =0 |
Get the number of AnnotationRef elements in ROI. More... | |
virtual index_type | getPlateAcquisitionAnnotationRefCount (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the number of AnnotationRef elements in PlateAcquisition. More... | |
virtual index_type | getPlateAnnotationRefCount (index_type plateIndex) const =0 |
Get the number of AnnotationRef elements in Plate. More... | |
virtual index_type | getExperimenterGroupAnnotationRefCount (index_type experimenterGroupIndex) const =0 |
Get the number of AnnotationRef elements in ExperimenterGroup. More... | |
virtual index_type | getImageAnnotationRefCount (index_type imageIndex) const =0 |
Get the number of AnnotationRef elements in Image. More... | |
virtual index_type | getScreenAnnotationRefCount (index_type screenIndex) const =0 |
Get the number of AnnotationRef elements in Screen. More... | |
virtual index_type | getWellAnnotationRefCount (index_type plateIndex, index_type wellIndex) const =0 |
Get the number of AnnotationRef elements in Well. More... | |
virtual index_type | getDatasetAnnotationRefCount (index_type datasetIndex) const =0 |
Get the number of AnnotationRef elements in Dataset. More... | |
virtual index_type | getProjectAnnotationRefCount (index_type projectIndex) const =0 |
Get the number of AnnotationRef elements in Project. More... | |
virtual index_type | getReagentAnnotationRefCount (index_type screenIndex, index_type reagentIndex) const =0 |
Get the number of AnnotationRef elements in Reagent. More... | |
virtual index_type | getPlaneAnnotationRefCount (index_type imageIndex, index_type planeIndex) const =0 |
Get the number of AnnotationRef elements in Plane. More... | |
virtual index_type | getExperimenterAnnotationRefCount (index_type experimenterIndex) const =0 |
Get the number of AnnotationRef elements in Experimenter. More... | |
virtual index_type | getWellSampleAnnotationRefCount (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const =0 |
Get the number of AnnotationRef elements in WellSample. More... | |
virtual index_type | getPixelsAnnotationRefCount (index_type imageIndex) const =0 |
Get the number of AnnotationRef elements in Pixels. More... | |
virtual index_type | getChannelAnnotationRefCount (index_type imageIndex, index_type channelIndex) const =0 |
Get the number of AnnotationRef elements in Channel. More... | |
virtual index_type | getBooleanAnnotationCount () const =0 |
Get the number of BooleanAnnotation elements. More... | |
virtual index_type | getChannelCount (index_type imageIndex) const =0 |
Get the number of Channel elements. More... | |
virtual index_type | getCommentAnnotationCount () const =0 |
Get the number of CommentAnnotation elements. More... | |
virtual index_type | getDatasetCount () const =0 |
Get the number of Dataset elements. More... | |
virtual index_type | getDatasetRefCount (index_type projectIndex) const =0 |
Get the number of DatasetRef elements. More... | |
virtual index_type | getDetectorCount (index_type instrumentIndex) const =0 |
Get the number of Detector elements. More... | |
virtual index_type | getDichroicCount (index_type instrumentIndex) const =0 |
Get the number of Dichroic elements. More... | |
virtual index_type | getDoubleAnnotationCount () const =0 |
Get the number of DoubleAnnotation elements. More... | |
virtual index_type | getLightPathEmissionFilterRefCount (index_type imageIndex, index_type channelIndex) const =0 |
Get the number of EmissionFilterRef elements in LightPath. More... | |
virtual index_type | getFilterSetEmissionFilterRefCount (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the number of EmissionFilterRef elements in FilterSet. More... | |
virtual index_type | getLightPathExcitationFilterRefCount (index_type imageIndex, index_type channelIndex) const =0 |
Get the number of ExcitationFilterRef elements in LightPath. More... | |
virtual index_type | getFilterSetExcitationFilterRefCount (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the number of ExcitationFilterRef elements in FilterSet. More... | |
virtual index_type | getExperimentCount () const =0 |
Get the number of Experiment elements. More... | |
virtual index_type | getExperimenterCount () const =0 |
Get the number of Experimenter elements. More... | |
virtual index_type | getExperimenterGroupCount () const =0 |
Get the number of ExperimenterGroup elements. More... | |
virtual index_type | getExperimenterGroupExperimenterRefCount (index_type experimenterGroupIndex) const =0 |
Get the number of ExperimenterRef elements in ExperimenterGroup. More... | |
virtual index_type | getFileAnnotationCount () const =0 |
Get the number of FileAnnotation elements. More... | |
virtual index_type | getFilterCount (index_type instrumentIndex) const =0 |
Get the number of Filter elements. More... | |
virtual index_type | getFilterSetCount (index_type instrumentIndex) const =0 |
Get the number of FilterSet elements. More... | |
virtual index_type | getImageCount () const =0 |
Get the number of Image elements. More... | |
virtual index_type | getDatasetImageRefCount (index_type datasetIndex) const =0 |
Get the number of ImageRef elements in Dataset. More... | |
virtual index_type | getInstrumentCount () const =0 |
Get the number of Instrument elements. More... | |
virtual index_type | getLeaderCount (index_type experimenterGroupIndex) const =0 |
Get the number of Leader elements. More... | |
virtual index_type | getLightSourceCount (index_type instrumentIndex) const =0 |
Get the number of LightSource elements. More... | |
virtual index_type | getMicrobeamManipulationLightSourceSettingsCount (index_type experimentIndex, index_type microbeamManipulationIndex) const =0 |
Get the number of LightSourceSettings elements in MicrobeamManipulation. More... | |
virtual index_type | getListAnnotationCount () const =0 |
Get the number of ListAnnotation elements. More... | |
virtual index_type | getLongAnnotationCount () const =0 |
Get the number of LongAnnotation elements. More... | |
virtual index_type | getMicrobeamManipulationCount (index_type experimentIndex) const =0 |
Get the number of MicrobeamManipulation elements. More... | |
virtual index_type | getMicrobeamManipulationRefCount (index_type imageIndex) const =0 |
Get the number of MicrobeamManipulationRef elements. More... | |
virtual index_type | getObjectiveCount (index_type instrumentIndex) const =0 |
Get the number of Objective elements. More... | |
virtual index_type | getPlaneCount (index_type imageIndex) const =0 |
Get the number of Plane elements. More... | |
virtual index_type | getPlateCount () const =0 |
Get the number of Plate elements. More... | |
virtual index_type | getPlateAcquisitionCount (index_type plateIndex) const =0 |
Get the number of PlateAcquisition elements. More... | |
virtual index_type | getPlateRefCount (index_type screenIndex) const =0 |
Get the number of PlateRef elements. More... | |
virtual index_type | getProjectCount () const =0 |
Get the number of Project elements. More... | |
virtual index_type | getROICount () const =0 |
Get the number of ROI elements. More... | |
virtual index_type | getImageROIRefCount (index_type imageIndex) const =0 |
Get the number of ROIRef elements in Image. More... | |
virtual index_type | getMicrobeamManipulationROIRefCount (index_type experimentIndex, index_type microbeamManipulationIndex) const =0 |
Get the number of ROIRef elements in MicrobeamManipulation. More... | |
virtual index_type | getReagentCount (index_type screenIndex) const =0 |
Get the number of Reagent elements. More... | |
virtual index_type | getScreenCount () const =0 |
Get the number of Screen elements. More... | |
virtual index_type | getShapeCount (index_type ROIIndex) const =0 |
Get the number of Shape elements. More... | |
virtual index_type | getTagAnnotationCount () const =0 |
Get the number of TagAnnotation elements. More... | |
virtual index_type | getTermAnnotationCount () const =0 |
Get the number of TermAnnotation elements. More... | |
virtual index_type | getTiffDataCount (index_type imageIndex) const =0 |
Get the number of TiffData elements. More... | |
virtual index_type | getTimestampAnnotationCount () const =0 |
Get the number of TimestampAnnotation elements. More... | |
virtual std::string | getUUIDValue (index_type imageIndex, index_type tiffDataIndex) const =0 |
Get the text value of UUID. More... | |
virtual index_type | getWellCount (index_type plateIndex) const =0 |
Get the number of Well elements. More... | |
virtual index_type | getWellSampleCount (index_type plateIndex, index_type wellIndex) const =0 |
Get the number of WellSample elements. More... | |
virtual index_type | getWellSampleRefCount (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the number of WellSampleRef elements. More... | |
virtual index_type | getXMLAnnotationCount () const =0 |
Get the number of XMLAnnotation elements. More... | |
virtual bool | getPixelsBinDataBigEndian (index_type imageIndex, index_type binDataIndex) const =0 |
Get the BigEndian property of Pixels. More... | |
virtual const std::string & | getUUID () const =0 |
Get the UUID associated with this collection of metadata. More... | |
virtual std::string | getArcID (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the ID property of Arc. More... | |
virtual std::string | getArcLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the LotNumber property of Arc. More... | |
virtual std::string | getArcManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Manufacturer property of Arc. More... | |
virtual std::string | getArcModel (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Model property of Arc. More... | |
virtual double | getArcPower (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Power property of Arc. More... | |
virtual std::string | getArcSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the SerialNumber property of Arc. More... | |
virtual ome::xml::model::enums::ArcType | getArcType (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Type property of Arc. More... | |
virtual std::string | getBinaryFileFileName (index_type fileAnnotationIndex) const =0 |
Get the FileName property of BinaryFile. More... | |
virtual std::string | getBinaryFileMIMEType (index_type fileAnnotationIndex) const =0 |
Get the MIMEType property of BinaryFile. More... | |
virtual ome::xml::model::primitives::NonNegativeLong | getBinaryFileSize (index_type fileAnnotationIndex) const =0 |
Get the Size property of BinaryFile. More... | |
virtual std::string | getBinaryOnlyMetadataFile () const =0 |
Get the MetadataFile property of BinaryOnly. More... | |
virtual std::string | getBinaryOnlyUUID () const =0 |
Get the UUID property of BinaryOnly. More... | |
virtual const std::string & | getBooleanAnnotationAnnotationRef (index_type booleanAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of BooleanAnnotation. More... | |
virtual std::string | getBooleanAnnotationAnnotator (index_type booleanAnnotationIndex) const =0 |
Get the Annotator property of BooleanAnnotation. More... | |
virtual std::string | getBooleanAnnotationDescription (index_type booleanAnnotationIndex) const =0 |
Get the Description property of BooleanAnnotation. More... | |
virtual std::string | getBooleanAnnotationID (index_type booleanAnnotationIndex) const =0 |
Get the ID property of BooleanAnnotation. More... | |
virtual std::string | getBooleanAnnotationNamespace (index_type booleanAnnotationIndex) const =0 |
Get the Namespace property of BooleanAnnotation. More... | |
virtual bool | getBooleanAnnotationValue (index_type booleanAnnotationIndex) const =0 |
Get the Value property of BooleanAnnotation. More... | |
virtual ome::xml::model::enums::AcquisitionMode | getChannelAcquisitionMode (index_type imageIndex, index_type channelIndex) const =0 |
Get the AcquisitionMode property of Channel. More... | |
virtual const std::string & | getChannelAnnotationRef (index_type imageIndex, index_type channelIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Channel. More... | |
virtual ome::xml::model::primitives::Color | getChannelColor (index_type imageIndex, index_type channelIndex) const =0 |
Get the Color property of Channel. More... | |
virtual ome::xml::model::enums::ContrastMethod | getChannelContrastMethod (index_type imageIndex, index_type channelIndex) const =0 |
Get the ContrastMethod property of Channel. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getChannelEmissionWavelength (index_type imageIndex, index_type channelIndex) const =0 |
Get the EmissionWavelength property of Channel. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getChannelExcitationWavelength (index_type imageIndex, index_type channelIndex) const =0 |
Get the ExcitationWavelength property of Channel. More... | |
virtual const std::string & | getChannelFilterSetRef (index_type imageIndex, index_type channelIndex) const =0 |
Get the FilterSetRef property of Channel. More... | |
virtual std::string | getChannelFluor (index_type imageIndex, index_type channelIndex) const =0 |
Get the Fluor property of Channel. More... | |
virtual std::string | getChannelID (index_type imageIndex, index_type channelIndex) const =0 |
Get the ID property of Channel. More... | |
virtual ome::xml::model::enums::IlluminationType | getChannelIlluminationType (index_type imageIndex, index_type channelIndex) const =0 |
Get the IlluminationType property of Channel. More... | |
virtual double | getChannelNDFilter (index_type imageIndex, index_type channelIndex) const =0 |
Get the NDFilter property of Channel. More... | |
virtual std::string | getChannelName (index_type imageIndex, index_type channelIndex) const =0 |
Get the Name property of Channel. More... | |
virtual double | getChannelPinholeSize (index_type imageIndex, index_type channelIndex) const =0 |
Get the PinholeSize property of Channel. More... | |
virtual int32_t | getChannelPockelCellSetting (index_type imageIndex, index_type channelIndex) const =0 |
Get the PockelCellSetting property of Channel. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getChannelSamplesPerPixel (index_type imageIndex, index_type channelIndex) const =0 |
Get the SamplesPerPixel property of Channel. More... | |
virtual const std::string & | getCommentAnnotationAnnotationRef (index_type commentAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of CommentAnnotation. More... | |
virtual std::string | getCommentAnnotationAnnotator (index_type commentAnnotationIndex) const =0 |
Get the Annotator property of CommentAnnotation. More... | |
virtual std::string | getCommentAnnotationDescription (index_type commentAnnotationIndex) const =0 |
Get the Description property of CommentAnnotation. More... | |
virtual std::string | getCommentAnnotationID (index_type commentAnnotationIndex) const =0 |
Get the ID property of CommentAnnotation. More... | |
virtual std::string | getCommentAnnotationNamespace (index_type commentAnnotationIndex) const =0 |
Get the Namespace property of CommentAnnotation. More... | |
virtual std::string | getCommentAnnotationValue (index_type commentAnnotationIndex) const =0 |
Get the Value property of CommentAnnotation. More... | |
virtual const std::string & | getDatasetAnnotationRef (index_type datasetIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Dataset. More... | |
virtual std::string | getDatasetDescription (index_type datasetIndex) const =0 |
Get the Description property of Dataset. More... | |
virtual const std::string & | getDatasetExperimenterGroupRef (index_type datasetIndex) const =0 |
Get the ExperimenterGroupRef property of Dataset. More... | |
virtual const std::string & | getDatasetExperimenterRef (index_type datasetIndex) const =0 |
Get the ExperimenterRef property of Dataset. More... | |
virtual std::string | getDatasetID (index_type datasetIndex) const =0 |
Get the ID property of Dataset. More... | |
virtual const std::string & | getDatasetImageRef (index_type datasetIndex, index_type imageRefIndex) const =0 |
Get the ImageRef property of Dataset. More... | |
virtual std::string | getDatasetName (index_type datasetIndex) const =0 |
Get the Name property of Dataset. More... | |
virtual double | getDetectorAmplificationGain (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the AmplificationGain property of Detector. More... | |
virtual double | getDetectorGain (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the Gain property of Detector. More... | |
virtual std::string | getDetectorID (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the ID property of Detector. More... | |
virtual std::string | getDetectorLotNumber (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the LotNumber property of Detector. More... | |
virtual std::string | getDetectorManufacturer (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the Manufacturer property of Detector. More... | |
virtual std::string | getDetectorModel (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the Model property of Detector. More... | |
virtual double | getDetectorOffset (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the Offset property of Detector. More... | |
virtual std::string | getDetectorSerialNumber (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the SerialNumber property of Detector. More... | |
virtual ome::xml::model::enums::DetectorType | getDetectorType (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the Type property of Detector. More... | |
virtual double | getDetectorVoltage (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the Voltage property of Detector. More... | |
virtual double | getDetectorZoom (index_type instrumentIndex, index_type detectorIndex) const =0 |
Get the Zoom property of Detector. More... | |
virtual ome::xml::model::enums::Binning | getDetectorSettingsBinning (index_type imageIndex, index_type channelIndex) const =0 |
Get the Binning property of DetectorSettings. More... | |
virtual double | getDetectorSettingsGain (index_type imageIndex, index_type channelIndex) const =0 |
Get the Gain property of DetectorSettings. More... | |
virtual std::string | getDetectorSettingsID (index_type imageIndex, index_type channelIndex) const =0 |
Get the ID property of DetectorSettings. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getDetectorSettingsIntegration (index_type imageIndex, index_type channelIndex) const =0 |
Get the Integration property of DetectorSettings. More... | |
virtual double | getDetectorSettingsOffset (index_type imageIndex, index_type channelIndex) const =0 |
Get the Offset property of DetectorSettings. More... | |
virtual double | getDetectorSettingsReadOutRate (index_type imageIndex, index_type channelIndex) const =0 |
Get the ReadOutRate property of DetectorSettings. More... | |
virtual double | getDetectorSettingsVoltage (index_type imageIndex, index_type channelIndex) const =0 |
Get the Voltage property of DetectorSettings. More... | |
virtual double | getDetectorSettingsZoom (index_type imageIndex, index_type channelIndex) const =0 |
Get the Zoom property of DetectorSettings. More... | |
virtual std::string | getDichroicID (index_type instrumentIndex, index_type dichroicIndex) const =0 |
Get the ID property of Dichroic. More... | |
virtual std::string | getDichroicLotNumber (index_type instrumentIndex, index_type dichroicIndex) const =0 |
Get the LotNumber property of Dichroic. More... | |
virtual std::string | getDichroicManufacturer (index_type instrumentIndex, index_type dichroicIndex) const =0 |
Get the Manufacturer property of Dichroic. More... | |
virtual std::string | getDichroicModel (index_type instrumentIndex, index_type dichroicIndex) const =0 |
Get the Model property of Dichroic. More... | |
virtual std::string | getDichroicSerialNumber (index_type instrumentIndex, index_type dichroicIndex) const =0 |
Get the SerialNumber property of Dichroic. More... | |
virtual const std::string & | getDoubleAnnotationAnnotationRef (index_type doubleAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of DoubleAnnotation. More... | |
virtual std::string | getDoubleAnnotationAnnotator (index_type doubleAnnotationIndex) const =0 |
Get the Annotator property of DoubleAnnotation. More... | |
virtual std::string | getDoubleAnnotationDescription (index_type doubleAnnotationIndex) const =0 |
Get the Description property of DoubleAnnotation. More... | |
virtual std::string | getDoubleAnnotationID (index_type doubleAnnotationIndex) const =0 |
Get the ID property of DoubleAnnotation. More... | |
virtual std::string | getDoubleAnnotationNamespace (index_type doubleAnnotationIndex) const =0 |
Get the Namespace property of DoubleAnnotation. More... | |
virtual double | getDoubleAnnotationValue (index_type doubleAnnotationIndex) const =0 |
Get the Value property of DoubleAnnotation. More... | |
virtual ome::xml::model::primitives::Color | getEllipseFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Ellipse. More... | |
virtual ome::xml::model::enums::FillRule | getEllipseFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Ellipse. More... | |
virtual ome::xml::model::enums::FontFamily | getEllipseFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Ellipse. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getEllipseFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Ellipse. More... | |
virtual ome::xml::model::enums::FontStyle | getEllipseFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Ellipse. More... | |
virtual std::string | getEllipseID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Ellipse. More... | |
virtual ome::xml::model::enums::LineCap | getEllipseLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Ellipse. More... | |
virtual bool | getEllipseLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Ellipse. More... | |
virtual ome::xml::model::primitives::Color | getEllipseStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Ellipse. More... | |
virtual std::string | getEllipseStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Ellipse. More... | |
virtual double | getEllipseStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Ellipse. More... | |
virtual std::string | getEllipseText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Ellipse. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getEllipseTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Ellipse. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getEllipseTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Ellipse. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getEllipseTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Ellipse. More... | |
virtual const ::ome::xml::model::AffineTransform & | getEllipseTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Ellipse. More... | |
virtual bool | getEllipseVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Ellipse. More... | |
virtual double | getEllipseRadiusX (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the RadiusX property of Ellipse. More... | |
virtual double | getEllipseRadiusY (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the RadiusY property of Ellipse. More... | |
virtual double | getEllipseX (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the X property of Ellipse. More... | |
virtual double | getEllipseY (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Y property of Ellipse. More... | |
virtual std::string | getExperimentDescription (index_type experimentIndex) const =0 |
Get the Description property of Experiment. More... | |
virtual const std::string & | getExperimentExperimenterRef (index_type experimentIndex) const =0 |
Get the ExperimenterRef property of Experiment. More... | |
virtual std::string | getExperimentID (index_type experimentIndex) const =0 |
Get the ID property of Experiment. More... | |
virtual ome::xml::model::enums::ExperimentType | getExperimentType (index_type experimentIndex) const =0 |
Get the Type property of Experiment. More... | |
virtual const std::string & | getExperimenterAnnotationRef (index_type experimenterIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Experimenter. More... | |
virtual std::string | getExperimenterEmail (index_type experimenterIndex) const =0 |
Get the Email property of Experimenter. More... | |
virtual std::string | getExperimenterFirstName (index_type experimenterIndex) const =0 |
Get the FirstName property of Experimenter. More... | |
virtual std::string | getExperimenterID (index_type experimenterIndex) const =0 |
Get the ID property of Experimenter. More... | |
virtual std::string | getExperimenterInstitution (index_type experimenterIndex) const =0 |
Get the Institution property of Experimenter. More... | |
virtual std::string | getExperimenterLastName (index_type experimenterIndex) const =0 |
Get the LastName property of Experimenter. More... | |
virtual std::string | getExperimenterMiddleName (index_type experimenterIndex) const =0 |
Get the MiddleName property of Experimenter. More... | |
virtual std::string | getExperimenterUserName (index_type experimenterIndex) const =0 |
Get the UserName property of Experimenter. More... | |
virtual const std::string & | getExperimenterGroupAnnotationRef (index_type experimenterGroupIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of ExperimenterGroup. More... | |
virtual std::string | getExperimenterGroupDescription (index_type experimenterGroupIndex) const =0 |
Get the Description property of ExperimenterGroup. More... | |
virtual const std::string & | getExperimenterGroupExperimenterRef (index_type experimenterGroupIndex, index_type experimenterRefIndex) const =0 |
Get the ExperimenterRef property of ExperimenterGroup. More... | |
virtual std::string | getExperimenterGroupID (index_type experimenterGroupIndex) const =0 |
Get the ID property of ExperimenterGroup. More... | |
virtual const std::string & | getExperimenterGroupLeader (index_type experimenterGroupIndex, index_type leaderIndex) const =0 |
Get the Leader property of ExperimenterGroup. More... | |
virtual std::string | getExperimenterGroupName (index_type experimenterGroupIndex) const =0 |
Get the Name property of ExperimenterGroup. More... | |
virtual std::string | getFilamentID (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the ID property of Filament. More... | |
virtual std::string | getFilamentLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the LotNumber property of Filament. More... | |
virtual std::string | getFilamentManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Manufacturer property of Filament. More... | |
virtual std::string | getFilamentModel (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Model property of Filament. More... | |
virtual double | getFilamentPower (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Power property of Filament. More... | |
virtual std::string | getFilamentSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the SerialNumber property of Filament. More... | |
virtual ome::xml::model::enums::FilamentType | getFilamentType (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Type property of Filament. More... | |
virtual const std::string & | getFileAnnotationAnnotationRef (index_type fileAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of FileAnnotation. More... | |
virtual std::string | getFileAnnotationAnnotator (index_type fileAnnotationIndex) const =0 |
Get the Annotator property of FileAnnotation. More... | |
virtual std::string | getFileAnnotationDescription (index_type fileAnnotationIndex) const =0 |
Get the Description property of FileAnnotation. More... | |
virtual std::string | getFileAnnotationID (index_type fileAnnotationIndex) const =0 |
Get the ID property of FileAnnotation. More... | |
virtual std::string | getFileAnnotationNamespace (index_type fileAnnotationIndex) const =0 |
Get the Namespace property of FileAnnotation. More... | |
virtual std::string | getFilterFilterWheel (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the FilterWheel property of Filter. More... | |
virtual std::string | getFilterID (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the ID property of Filter. More... | |
virtual std::string | getFilterLotNumber (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the LotNumber property of Filter. More... | |
virtual std::string | getFilterManufacturer (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the Manufacturer property of Filter. More... | |
virtual std::string | getFilterModel (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the Model property of Filter. More... | |
virtual std::string | getFilterSerialNumber (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the SerialNumber property of Filter. More... | |
virtual ome::xml::model::enums::FilterType | getFilterType (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the Type property of Filter. More... | |
virtual const std::string & | getFilterSetDichroicRef (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the DichroicRef property of FilterSet. More... | |
virtual const std::string & | getFilterSetEmissionFilterRef (index_type instrumentIndex, index_type filterSetIndex, index_type emissionFilterRefIndex) const =0 |
Get the EmissionFilterRef property of FilterSet. More... | |
virtual const std::string & | getFilterSetExcitationFilterRef (index_type instrumentIndex, index_type filterSetIndex, index_type excitationFilterRefIndex) const =0 |
Get the ExcitationFilterRef property of FilterSet. More... | |
virtual std::string | getFilterSetID (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the ID property of FilterSet. More... | |
virtual std::string | getFilterSetLotNumber (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the LotNumber property of FilterSet. More... | |
virtual std::string | getFilterSetManufacturer (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the Manufacturer property of FilterSet. More... | |
virtual std::string | getFilterSetModel (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the Model property of FilterSet. More... | |
virtual std::string | getFilterSetSerialNumber (index_type instrumentIndex, index_type filterSetIndex) const =0 |
Get the SerialNumber property of FilterSet. More... | |
virtual ome::xml::model::primitives::Timestamp | getImageAcquisitionDate (index_type imageIndex) const =0 |
Get the AcquisitionDate property of Image. More... | |
virtual const std::string & | getImageAnnotationRef (index_type imageIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Image. More... | |
virtual std::string | getImageDescription (index_type imageIndex) const =0 |
Get the Description property of Image. More... | |
virtual const std::string & | getImageExperimentRef (index_type imageIndex) const =0 |
Get the ExperimentRef property of Image. More... | |
virtual const std::string & | getImageExperimenterGroupRef (index_type imageIndex) const =0 |
Get the ExperimenterGroupRef property of Image. More... | |
virtual const std::string & | getImageExperimenterRef (index_type imageIndex) const =0 |
Get the ExperimenterRef property of Image. More... | |
virtual std::string | getImageID (index_type imageIndex) const =0 |
Get the ID property of Image. More... | |
virtual const std::string & | getImageInstrumentRef (index_type imageIndex) const =0 |
Get the InstrumentRef property of Image. More... | |
virtual const std::string & | getImageMicrobeamManipulationRef (index_type imageIndex, index_type microbeamManipulationRefIndex) const =0 |
Get the MicrobeamManipulationRef property of Image. More... | |
virtual std::string | getImageName (index_type imageIndex) const =0 |
Get the Name property of Image. More... | |
virtual const std::string & | getImageROIRef (index_type imageIndex, index_type ROIRefIndex) const =0 |
Get the ROIRef property of Image. More... | |
virtual double | getImagingEnvironmentAirPressure (index_type imageIndex) const =0 |
Get the AirPressure property of ImagingEnvironment. More... | |
virtual ome::xml::model::primitives::PercentFraction | getImagingEnvironmentCO2Percent (index_type imageIndex) const =0 |
Get the CO2Percent property of ImagingEnvironment. More... | |
virtual ome::xml::model::primitives::PercentFraction | getImagingEnvironmentHumidity (index_type imageIndex) const =0 |
Get the Humidity property of ImagingEnvironment. More... | |
virtual double | getImagingEnvironmentTemperature (index_type imageIndex) const =0 |
Get the Temperature property of ImagingEnvironment. More... | |
virtual std::string | getInstrumentID (index_type instrumentIndex) const =0 |
Get the ID property of Instrument. More... | |
virtual ome::xml::model::primitives::Color | getLabelFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Label. More... | |
virtual ome::xml::model::enums::FillRule | getLabelFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Label. More... | |
virtual ome::xml::model::enums::FontFamily | getLabelFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Label. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLabelFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Label. More... | |
virtual ome::xml::model::enums::FontStyle | getLabelFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Label. More... | |
virtual std::string | getLabelID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Label. More... | |
virtual ome::xml::model::enums::LineCap | getLabelLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Label. More... | |
virtual bool | getLabelLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Label. More... | |
virtual ome::xml::model::primitives::Color | getLabelStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Label. More... | |
virtual std::string | getLabelStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Label. More... | |
virtual double | getLabelStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Label. More... | |
virtual std::string | getLabelText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Label. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLabelTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Label. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLabelTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Label. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLabelTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Label. More... | |
virtual const ::ome::xml::model::AffineTransform & | getLabelTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Label. More... | |
virtual bool | getLabelVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Label. More... | |
virtual double | getLabelX (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the X property of Label. More... | |
virtual double | getLabelY (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Y property of Label. More... | |
virtual std::string | getLaserID (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the ID property of Laser. More... | |
virtual std::string | getLaserLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the LotNumber property of Laser. More... | |
virtual std::string | getLaserManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Manufacturer property of Laser. More... | |
virtual std::string | getLaserModel (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Model property of Laser. More... | |
virtual double | getLaserPower (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Power property of Laser. More... | |
virtual std::string | getLaserSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the SerialNumber property of Laser. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getLaserFrequencyMultiplication (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the FrequencyMultiplication property of Laser. More... | |
virtual ome::xml::model::enums::LaserMedium | getLaserLaserMedium (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the LaserMedium property of Laser. More... | |
virtual bool | getLaserPockelCell (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the PockelCell property of Laser. More... | |
virtual ome::xml::model::enums::Pulse | getLaserPulse (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Pulse property of Laser. More... | |
virtual const std::string & | getLaserPump (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Pump property of Laser. More... | |
virtual double | getLaserRepetitionRate (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the RepetitionRate property of Laser. More... | |
virtual bool | getLaserTuneable (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Tuneable property of Laser. More... | |
virtual ome::xml::model::enums::LaserType | getLaserType (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Type property of Laser. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getLaserWavelength (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Wavelength property of Laser. More... | |
virtual std::string | getLightEmittingDiodeID (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the ID property of LightEmittingDiode. More... | |
virtual std::string | getLightEmittingDiodeLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the LotNumber property of LightEmittingDiode. More... | |
virtual std::string | getLightEmittingDiodeManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Manufacturer property of LightEmittingDiode. More... | |
virtual std::string | getLightEmittingDiodeModel (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Model property of LightEmittingDiode. More... | |
virtual double | getLightEmittingDiodePower (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the Power property of LightEmittingDiode. More... | |
virtual std::string | getLightEmittingDiodeSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const =0 |
Get the SerialNumber property of LightEmittingDiode. More... | |
virtual const std::string & | getLightPathDichroicRef (index_type imageIndex, index_type channelIndex) const =0 |
Get the DichroicRef property of LightPath. More... | |
virtual const std::string & | getLightPathEmissionFilterRef (index_type imageIndex, index_type channelIndex, index_type emissionFilterRefIndex) const =0 |
Get the EmissionFilterRef property of LightPath. More... | |
virtual const std::string & | getLightPathExcitationFilterRef (index_type imageIndex, index_type channelIndex, index_type excitationFilterRefIndex) const =0 |
Get the ExcitationFilterRef property of LightPath. More... | |
virtual ome::xml::model::primitives::PercentFraction | getChannelLightSourceSettingsAttenuation (index_type imageIndex, index_type channelIndex) const =0 |
Get the Attenuation property of LightSourceSettings. More... | |
virtual ome::xml::model::primitives::PercentFraction | getMicrobeamManipulationLightSourceSettingsAttenuation (index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex) const =0 |
Get the Attenuation property of LightSourceSettings. More... | |
virtual std::string | getChannelLightSourceSettingsID (index_type imageIndex, index_type channelIndex) const =0 |
Get the ID property of LightSourceSettings. More... | |
virtual std::string | getMicrobeamManipulationLightSourceSettingsID (index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex) const =0 |
Get the ID property of LightSourceSettings. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getChannelLightSourceSettingsWavelength (index_type imageIndex, index_type channelIndex) const =0 |
Get the Wavelength property of LightSourceSettings. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getMicrobeamManipulationLightSourceSettingsWavelength (index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex) const =0 |
Get the Wavelength property of LightSourceSettings. More... | |
virtual ome::xml::model::primitives::Color | getLineFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Line. More... | |
virtual ome::xml::model::enums::FillRule | getLineFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Line. More... | |
virtual ome::xml::model::enums::FontFamily | getLineFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Line. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLineFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Line. More... | |
virtual ome::xml::model::enums::FontStyle | getLineFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Line. More... | |
virtual std::string | getLineID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Line. More... | |
virtual ome::xml::model::enums::LineCap | getLineLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Line. More... | |
virtual bool | getLineLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Line. More... | |
virtual ome::xml::model::primitives::Color | getLineStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Line. More... | |
virtual std::string | getLineStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Line. More... | |
virtual double | getLineStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Line. More... | |
virtual std::string | getLineText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Line. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLineTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Line. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLineTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Line. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getLineTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Line. More... | |
virtual const ::ome::xml::model::AffineTransform & | getLineTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Line. More... | |
virtual bool | getLineVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Line. More... | |
virtual ome::xml::model::enums::Marker | getLineMarkerEnd (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the MarkerEnd property of Line. More... | |
virtual ome::xml::model::enums::Marker | getLineMarkerStart (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the MarkerStart property of Line. More... | |
virtual double | getLineX1 (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the X1 property of Line. More... | |
virtual double | getLineX2 (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the X2 property of Line. More... | |
virtual double | getLineY1 (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Y1 property of Line. More... | |
virtual double | getLineY2 (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Y2 property of Line. More... | |
virtual const std::string & | getListAnnotationAnnotationRef (index_type listAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of ListAnnotation. More... | |
virtual std::string | getListAnnotationAnnotator (index_type listAnnotationIndex) const =0 |
Get the Annotator property of ListAnnotation. More... | |
virtual std::string | getListAnnotationDescription (index_type listAnnotationIndex) const =0 |
Get the Description property of ListAnnotation. More... | |
virtual std::string | getListAnnotationID (index_type listAnnotationIndex) const =0 |
Get the ID property of ListAnnotation. More... | |
virtual std::string | getListAnnotationNamespace (index_type listAnnotationIndex) const =0 |
Get the Namespace property of ListAnnotation. More... | |
virtual const std::string & | getLongAnnotationAnnotationRef (index_type longAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of LongAnnotation. More... | |
virtual std::string | getLongAnnotationAnnotator (index_type longAnnotationIndex) const =0 |
Get the Annotator property of LongAnnotation. More... | |
virtual std::string | getLongAnnotationDescription (index_type longAnnotationIndex) const =0 |
Get the Description property of LongAnnotation. More... | |
virtual std::string | getLongAnnotationID (index_type longAnnotationIndex) const =0 |
Get the ID property of LongAnnotation. More... | |
virtual std::string | getLongAnnotationNamespace (index_type longAnnotationIndex) const =0 |
Get the Namespace property of LongAnnotation. More... | |
virtual int64_t | getLongAnnotationValue (index_type longAnnotationIndex) const =0 |
Get the Value property of LongAnnotation. More... | |
virtual ome::xml::model::primitives::Color | getMaskFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Mask. More... | |
virtual ome::xml::model::enums::FillRule | getMaskFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Mask. More... | |
virtual ome::xml::model::enums::FontFamily | getMaskFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Mask. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getMaskFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Mask. More... | |
virtual ome::xml::model::enums::FontStyle | getMaskFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Mask. More... | |
virtual std::string | getMaskID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Mask. More... | |
virtual ome::xml::model::enums::LineCap | getMaskLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Mask. More... | |
virtual bool | getMaskLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Mask. More... | |
virtual ome::xml::model::primitives::Color | getMaskStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Mask. More... | |
virtual std::string | getMaskStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Mask. More... | |
virtual double | getMaskStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Mask. More... | |
virtual std::string | getMaskText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Mask. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getMaskTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Mask. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getMaskTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Mask. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getMaskTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Mask. More... | |
virtual const ::ome::xml::model::AffineTransform & | getMaskTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Mask. More... | |
virtual bool | getMaskVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Mask. More... | |
virtual double | getMaskHeight (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Height property of Mask. More... | |
virtual double | getMaskWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Width property of Mask. More... | |
virtual double | getMaskX (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the X property of Mask. More... | |
virtual double | getMaskY (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Y property of Mask. More... | |
virtual std::string | getMicrobeamManipulationDescription (index_type experimentIndex, index_type microbeamManipulationIndex) const =0 |
Get the Description property of MicrobeamManipulation. More... | |
virtual const std::string & | getMicrobeamManipulationExperimenterRef (index_type experimentIndex, index_type microbeamManipulationIndex) const =0 |
Get the ExperimenterRef property of MicrobeamManipulation. More... | |
virtual std::string | getMicrobeamManipulationID (index_type experimentIndex, index_type microbeamManipulationIndex) const =0 |
Get the ID property of MicrobeamManipulation. More... | |
virtual const std::string & | getMicrobeamManipulationROIRef (index_type experimentIndex, index_type microbeamManipulationIndex, index_type ROIRefIndex) const =0 |
Get the ROIRef property of MicrobeamManipulation. More... | |
virtual ome::xml::model::enums::MicrobeamManipulationType | getMicrobeamManipulationType (index_type experimentIndex, index_type microbeamManipulationIndex) const =0 |
Get the Type property of MicrobeamManipulation. More... | |
virtual std::string | getMicroscopeLotNumber (index_type instrumentIndex) const =0 |
Get the LotNumber property of Microscope. More... | |
virtual std::string | getMicroscopeManufacturer (index_type instrumentIndex) const =0 |
Get the Manufacturer property of Microscope. More... | |
virtual std::string | getMicroscopeModel (index_type instrumentIndex) const =0 |
Get the Model property of Microscope. More... | |
virtual std::string | getMicroscopeSerialNumber (index_type instrumentIndex) const =0 |
Get the SerialNumber property of Microscope. More... | |
virtual ome::xml::model::enums::MicroscopeType | getMicroscopeType (index_type instrumentIndex) const =0 |
Get the Type property of Microscope. More... | |
virtual double | getObjectiveCalibratedMagnification (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the CalibratedMagnification property of Objective. More... | |
virtual ome::xml::model::enums::Correction | getObjectiveCorrection (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the Correction property of Objective. More... | |
virtual std::string | getObjectiveID (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the ID property of Objective. More... | |
virtual ome::xml::model::enums::Immersion | getObjectiveImmersion (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the Immersion property of Objective. More... | |
virtual bool | getObjectiveIris (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the Iris property of Objective. More... | |
virtual double | getObjectiveLensNA (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the LensNA property of Objective. More... | |
virtual std::string | getObjectiveLotNumber (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the LotNumber property of Objective. More... | |
virtual std::string | getObjectiveManufacturer (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the Manufacturer property of Objective. More... | |
virtual std::string | getObjectiveModel (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the Model property of Objective. More... | |
virtual double | getObjectiveNominalMagnification (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the NominalMagnification property of Objective. More... | |
virtual std::string | getObjectiveSerialNumber (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the SerialNumber property of Objective. More... | |
virtual double | getObjectiveWorkingDistance (index_type instrumentIndex, index_type objectiveIndex) const =0 |
Get the WorkingDistance property of Objective. More... | |
virtual double | getObjectiveSettingsCorrectionCollar (index_type imageIndex) const =0 |
Get the CorrectionCollar property of ObjectiveSettings. More... | |
virtual std::string | getObjectiveSettingsID (index_type imageIndex) const =0 |
Get the ID property of ObjectiveSettings. More... | |
virtual ome::xml::model::enums::Medium | getObjectiveSettingsMedium (index_type imageIndex) const =0 |
Get the Medium property of ObjectiveSettings. More... | |
virtual double | getObjectiveSettingsRefractiveIndex (index_type imageIndex) const =0 |
Get the RefractiveIndex property of ObjectiveSettings. More... | |
virtual const std::string & | getPixelsAnnotationRef (index_type imageIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Pixels. More... | |
virtual bool | getPixelsBigEndian (index_type imageIndex) const =0 |
Get the BigEndian property of Pixels. More... | |
virtual ome::xml::model::enums::DimensionOrder | getPixelsDimensionOrder (index_type imageIndex) const =0 |
Get the DimensionOrder property of Pixels. More... | |
virtual std::string | getPixelsID (index_type imageIndex) const =0 |
Get the ID property of Pixels. More... | |
virtual bool | getPixelsInterleaved (index_type imageIndex) const =0 |
Get the Interleaved property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveFloat | getPixelsPhysicalSizeX (index_type imageIndex) const =0 |
Get the PhysicalSizeX property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveFloat | getPixelsPhysicalSizeY (index_type imageIndex) const =0 |
Get the PhysicalSizeY property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveFloat | getPixelsPhysicalSizeZ (index_type imageIndex) const =0 |
Get the PhysicalSizeZ property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPixelsSignificantBits (index_type imageIndex) const =0 |
Get the SignificantBits property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPixelsSizeC (index_type imageIndex) const =0 |
Get the SizeC property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPixelsSizeT (index_type imageIndex) const =0 |
Get the SizeT property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPixelsSizeX (index_type imageIndex) const =0 |
Get the SizeX property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPixelsSizeY (index_type imageIndex) const =0 |
Get the SizeY property of Pixels. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPixelsSizeZ (index_type imageIndex) const =0 |
Get the SizeZ property of Pixels. More... | |
virtual double | getPixelsTimeIncrement (index_type imageIndex) const =0 |
Get the TimeIncrement property of Pixels. More... | |
virtual ome::xml::model::enums::PixelType | getPixelsType (index_type imageIndex) const =0 |
Get the Type property of Pixels. More... | |
virtual const std::string & | getPlaneAnnotationRef (index_type imageIndex, index_type planeIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Plane. More... | |
virtual double | getPlaneDeltaT (index_type imageIndex, index_type planeIndex) const =0 |
Get the DeltaT property of Plane. More... | |
virtual double | getPlaneExposureTime (index_type imageIndex, index_type planeIndex) const =0 |
Get the ExposureTime property of Plane. More... | |
virtual std::string | getPlaneHashSHA1 (index_type imageIndex, index_type planeIndex) const =0 |
Get the HashSHA1 property of Plane. More... | |
virtual double | getPlanePositionX (index_type imageIndex, index_type planeIndex) const =0 |
Get the PositionX property of Plane. More... | |
virtual double | getPlanePositionY (index_type imageIndex, index_type planeIndex) const =0 |
Get the PositionY property of Plane. More... | |
virtual double | getPlanePositionZ (index_type imageIndex, index_type planeIndex) const =0 |
Get the PositionZ property of Plane. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPlaneTheC (index_type imageIndex, index_type planeIndex) const =0 |
Get the TheC property of Plane. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPlaneTheT (index_type imageIndex, index_type planeIndex) const =0 |
Get the TheT property of Plane. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPlaneTheZ (index_type imageIndex, index_type planeIndex) const =0 |
Get the TheZ property of Plane. More... | |
virtual const std::string & | getPlateAnnotationRef (index_type plateIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Plate. More... | |
virtual ome::xml::model::enums::NamingConvention | getPlateColumnNamingConvention (index_type plateIndex) const =0 |
Get the ColumnNamingConvention property of Plate. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPlateColumns (index_type plateIndex) const =0 |
Get the Columns property of Plate. More... | |
virtual std::string | getPlateDescription (index_type plateIndex) const =0 |
Get the Description property of Plate. More... | |
virtual std::string | getPlateExternalIdentifier (index_type plateIndex) const =0 |
Get the ExternalIdentifier property of Plate. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPlateFieldIndex (index_type plateIndex) const =0 |
Get the FieldIndex property of Plate. More... | |
virtual std::string | getPlateID (index_type plateIndex) const =0 |
Get the ID property of Plate. More... | |
virtual std::string | getPlateName (index_type plateIndex) const =0 |
Get the Name property of Plate. More... | |
virtual ome::xml::model::enums::NamingConvention | getPlateRowNamingConvention (index_type plateIndex) const =0 |
Get the RowNamingConvention property of Plate. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPlateRows (index_type plateIndex) const =0 |
Get the Rows property of Plate. More... | |
virtual std::string | getPlateStatus (index_type plateIndex) const =0 |
Get the Status property of Plate. More... | |
virtual double | getPlateWellOriginX (index_type plateIndex) const =0 |
Get the WellOriginX property of Plate. More... | |
virtual double | getPlateWellOriginY (index_type plateIndex) const =0 |
Get the WellOriginY property of Plate. More... | |
virtual const std::string & | getPlateAcquisitionAnnotationRef (index_type plateIndex, index_type plateAcquisitionIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of PlateAcquisition. More... | |
virtual std::string | getPlateAcquisitionDescription (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the Description property of PlateAcquisition. More... | |
virtual ome::xml::model::primitives::Timestamp | getPlateAcquisitionEndTime (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the EndTime property of PlateAcquisition. More... | |
virtual std::string | getPlateAcquisitionID (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the ID property of PlateAcquisition. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getPlateAcquisitionMaximumFieldCount (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the MaximumFieldCount property of PlateAcquisition. More... | |
virtual std::string | getPlateAcquisitionName (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the Name property of PlateAcquisition. More... | |
virtual ome::xml::model::primitives::Timestamp | getPlateAcquisitionStartTime (index_type plateIndex, index_type plateAcquisitionIndex) const =0 |
Get the StartTime property of PlateAcquisition. More... | |
virtual const std::string & | getPlateAcquisitionWellSampleRef (index_type plateIndex, index_type plateAcquisitionIndex, index_type wellSampleRefIndex) const =0 |
Get the WellSampleRef property of PlateAcquisition. More... | |
virtual ome::xml::model::primitives::Color | getPointFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Point. More... | |
virtual ome::xml::model::enums::FillRule | getPointFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Point. More... | |
virtual ome::xml::model::enums::FontFamily | getPointFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Point. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPointFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Point. More... | |
virtual ome::xml::model::enums::FontStyle | getPointFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Point. More... | |
virtual std::string | getPointID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Point. More... | |
virtual ome::xml::model::enums::LineCap | getPointLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Point. More... | |
virtual bool | getPointLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Point. More... | |
virtual ome::xml::model::primitives::Color | getPointStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Point. More... | |
virtual std::string | getPointStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Point. More... | |
virtual double | getPointStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Point. More... | |
virtual std::string | getPointText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Point. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPointTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Point. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPointTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Point. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPointTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Point. More... | |
virtual const ::ome::xml::model::AffineTransform & | getPointTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Point. More... | |
virtual bool | getPointVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Point. More... | |
virtual double | getPointX (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the X property of Point. More... | |
virtual double | getPointY (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Y property of Point. More... | |
virtual ome::xml::model::primitives::Color | getPolygonFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Polygon. More... | |
virtual ome::xml::model::enums::FillRule | getPolygonFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Polygon. More... | |
virtual ome::xml::model::enums::FontFamily | getPolygonFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Polygon. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolygonFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Polygon. More... | |
virtual ome::xml::model::enums::FontStyle | getPolygonFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Polygon. More... | |
virtual std::string | getPolygonID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Polygon. More... | |
virtual ome::xml::model::enums::LineCap | getPolygonLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Polygon. More... | |
virtual bool | getPolygonLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Polygon. More... | |
virtual ome::xml::model::primitives::Color | getPolygonStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Polygon. More... | |
virtual std::string | getPolygonStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Polygon. More... | |
virtual double | getPolygonStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Polygon. More... | |
virtual std::string | getPolygonText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Polygon. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolygonTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Polygon. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolygonTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Polygon. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolygonTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Polygon. More... | |
virtual const ::ome::xml::model::AffineTransform & | getPolygonTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Polygon. More... | |
virtual bool | getPolygonVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Polygon. More... | |
virtual std::string | getPolygonPoints (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Points property of Polygon. More... | |
virtual ome::xml::model::primitives::Color | getPolylineFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Polyline. More... | |
virtual ome::xml::model::enums::FillRule | getPolylineFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Polyline. More... | |
virtual ome::xml::model::enums::FontFamily | getPolylineFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Polyline. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolylineFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Polyline. More... | |
virtual ome::xml::model::enums::FontStyle | getPolylineFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Polyline. More... | |
virtual std::string | getPolylineID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Polyline. More... | |
virtual ome::xml::model::enums::LineCap | getPolylineLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Polyline. More... | |
virtual bool | getPolylineLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Polyline. More... | |
virtual ome::xml::model::primitives::Color | getPolylineStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Polyline. More... | |
virtual std::string | getPolylineStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Polyline. More... | |
virtual double | getPolylineStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Polyline. More... | |
virtual std::string | getPolylineText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Polyline. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolylineTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Polyline. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolylineTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Polyline. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getPolylineTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Polyline. More... | |
virtual const ::ome::xml::model::AffineTransform & | getPolylineTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Polyline. More... | |
virtual bool | getPolylineVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Polyline. More... | |
virtual ome::xml::model::enums::Marker | getPolylineMarkerEnd (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the MarkerEnd property of Polyline. More... | |
virtual ome::xml::model::enums::Marker | getPolylineMarkerStart (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the MarkerStart property of Polyline. More... | |
virtual std::string | getPolylinePoints (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Points property of Polyline. More... | |
virtual const std::string & | getProjectAnnotationRef (index_type projectIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Project. More... | |
virtual const std::string & | getProjectDatasetRef (index_type projectIndex, index_type datasetRefIndex) const =0 |
Get the DatasetRef property of Project. More... | |
virtual std::string | getProjectDescription (index_type projectIndex) const =0 |
Get the Description property of Project. More... | |
virtual const std::string & | getProjectExperimenterGroupRef (index_type projectIndex) const =0 |
Get the ExperimenterGroupRef property of Project. More... | |
virtual const std::string & | getProjectExperimenterRef (index_type projectIndex) const =0 |
Get the ExperimenterRef property of Project. More... | |
virtual std::string | getProjectID (index_type projectIndex) const =0 |
Get the ID property of Project. More... | |
virtual std::string | getProjectName (index_type projectIndex) const =0 |
Get the Name property of Project. More... | |
virtual const std::string & | getROIAnnotationRef (index_type ROIIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of ROI. More... | |
virtual std::string | getROIDescription (index_type ROIIndex) const =0 |
Get the Description property of ROI. More... | |
virtual std::string | getROIID (index_type ROIIndex) const =0 |
Get the ID property of ROI. More... | |
virtual std::string | getROIName (index_type ROIIndex) const =0 |
Get the Name property of ROI. More... | |
virtual std::string | getROINamespace (index_type ROIIndex) const =0 |
Get the Namespace property of ROI. More... | |
virtual const std::string & | getReagentAnnotationRef (index_type screenIndex, index_type reagentIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Reagent. More... | |
virtual std::string | getReagentDescription (index_type screenIndex, index_type reagentIndex) const =0 |
Get the Description property of Reagent. More... | |
virtual std::string | getReagentID (index_type screenIndex, index_type reagentIndex) const =0 |
Get the ID property of Reagent. More... | |
virtual std::string | getReagentName (index_type screenIndex, index_type reagentIndex) const =0 |
Get the Name property of Reagent. More... | |
virtual std::string | getReagentReagentIdentifier (index_type screenIndex, index_type reagentIndex) const =0 |
Get the ReagentIdentifier property of Reagent. More... | |
virtual ome::xml::model::primitives::Color | getRectangleFillColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillColor property of Rectangle. More... | |
virtual ome::xml::model::enums::FillRule | getRectangleFillRule (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FillRule property of Rectangle. More... | |
virtual ome::xml::model::enums::FontFamily | getRectangleFontFamily (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontFamily property of Rectangle. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getRectangleFontSize (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontSize property of Rectangle. More... | |
virtual ome::xml::model::enums::FontStyle | getRectangleFontStyle (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the FontStyle property of Rectangle. More... | |
virtual std::string | getRectangleID (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the ID property of Rectangle. More... | |
virtual ome::xml::model::enums::LineCap | getRectangleLineCap (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the LineCap property of Rectangle. More... | |
virtual bool | getRectangleLocked (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Locked property of Rectangle. More... | |
virtual ome::xml::model::primitives::Color | getRectangleStrokeColor (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeColor property of Rectangle. More... | |
virtual std::string | getRectangleStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeDashArray property of Rectangle. More... | |
virtual double | getRectangleStrokeWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the StrokeWidth property of Rectangle. More... | |
virtual std::string | getRectangleText (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Text property of Rectangle. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getRectangleTheC (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheC property of Rectangle. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getRectangleTheT (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheT property of Rectangle. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getRectangleTheZ (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the TheZ property of Rectangle. More... | |
virtual const ::ome::xml::model::AffineTransform & | getRectangleTransform (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Transform property of Rectangle. More... | |
virtual bool | getRectangleVisible (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Visible property of Rectangle. More... | |
virtual double | getRectangleHeight (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Height property of Rectangle. More... | |
virtual double | getRectangleWidth (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Width property of Rectangle. More... | |
virtual double | getRectangleX (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the X property of Rectangle. More... | |
virtual double | getRectangleY (index_type ROIIndex, index_type shapeIndex) const =0 |
Get the Y property of Rectangle. More... | |
virtual std::string | getRightsRightsHeld () const =0 |
Get the RightsHeld property of Rights. More... | |
virtual std::string | getRightsRightsHolder () const =0 |
Get the RightsHolder property of Rights. More... | |
virtual const std::string & | getScreenAnnotationRef (index_type screenIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Screen. More... | |
virtual std::string | getScreenDescription (index_type screenIndex) const =0 |
Get the Description property of Screen. More... | |
virtual std::string | getScreenID (index_type screenIndex) const =0 |
Get the ID property of Screen. More... | |
virtual std::string | getScreenName (index_type screenIndex) const =0 |
Get the Name property of Screen. More... | |
virtual const std::string & | getScreenPlateRef (index_type screenIndex, index_type plateRefIndex) const =0 |
Get the PlateRef property of Screen. More... | |
virtual std::string | getScreenProtocolDescription (index_type screenIndex) const =0 |
Get the ProtocolDescription property of Screen. More... | |
virtual std::string | getScreenProtocolIdentifier (index_type screenIndex) const =0 |
Get the ProtocolIdentifier property of Screen. More... | |
virtual std::string | getScreenReagentSetDescription (index_type screenIndex) const =0 |
Get the ReagentSetDescription property of Screen. More... | |
virtual std::string | getScreenReagentSetIdentifier (index_type screenIndex) const =0 |
Get the ReagentSetIdentifier property of Screen. More... | |
virtual std::string | getScreenType (index_type screenIndex) const =0 |
Get the Type property of Screen. More... | |
virtual std::string | getStageLabelName (index_type imageIndex) const =0 |
Get the Name property of StageLabel. More... | |
virtual double | getStageLabelX (index_type imageIndex) const =0 |
Get the X property of StageLabel. More... | |
virtual double | getStageLabelY (index_type imageIndex) const =0 |
Get the Y property of StageLabel. More... | |
virtual double | getStageLabelZ (index_type imageIndex) const =0 |
Get the Z property of StageLabel. More... | |
virtual const std::string & | getTagAnnotationAnnotationRef (index_type tagAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of TagAnnotation. More... | |
virtual std::string | getTagAnnotationAnnotator (index_type tagAnnotationIndex) const =0 |
Get the Annotator property of TagAnnotation. More... | |
virtual std::string | getTagAnnotationDescription (index_type tagAnnotationIndex) const =0 |
Get the Description property of TagAnnotation. More... | |
virtual std::string | getTagAnnotationID (index_type tagAnnotationIndex) const =0 |
Get the ID property of TagAnnotation. More... | |
virtual std::string | getTagAnnotationNamespace (index_type tagAnnotationIndex) const =0 |
Get the Namespace property of TagAnnotation. More... | |
virtual std::string | getTagAnnotationValue (index_type tagAnnotationIndex) const =0 |
Get the Value property of TagAnnotation. More... | |
virtual const std::string & | getTermAnnotationAnnotationRef (index_type termAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of TermAnnotation. More... | |
virtual std::string | getTermAnnotationAnnotator (index_type termAnnotationIndex) const =0 |
Get the Annotator property of TermAnnotation. More... | |
virtual std::string | getTermAnnotationDescription (index_type termAnnotationIndex) const =0 |
Get the Description property of TermAnnotation. More... | |
virtual std::string | getTermAnnotationID (index_type termAnnotationIndex) const =0 |
Get the ID property of TermAnnotation. More... | |
virtual std::string | getTermAnnotationNamespace (index_type termAnnotationIndex) const =0 |
Get the Namespace property of TermAnnotation. More... | |
virtual std::string | getTermAnnotationValue (index_type termAnnotationIndex) const =0 |
Get the Value property of TermAnnotation. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getTiffDataFirstC (index_type imageIndex, index_type tiffDataIndex) const =0 |
Get the FirstC property of TiffData. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getTiffDataFirstT (index_type imageIndex, index_type tiffDataIndex) const =0 |
Get the FirstT property of TiffData. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getTiffDataFirstZ (index_type imageIndex, index_type tiffDataIndex) const =0 |
Get the FirstZ property of TiffData. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getTiffDataIFD (index_type imageIndex, index_type tiffDataIndex) const =0 |
Get the IFD property of TiffData. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getTiffDataPlaneCount (index_type imageIndex, index_type tiffDataIndex) const =0 |
Get the PlaneCount property of TiffData. More... | |
virtual const std::string & | getTimestampAnnotationAnnotationRef (index_type timestampAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of TimestampAnnotation. More... | |
virtual std::string | getTimestampAnnotationAnnotator (index_type timestampAnnotationIndex) const =0 |
Get the Annotator property of TimestampAnnotation. More... | |
virtual std::string | getTimestampAnnotationDescription (index_type timestampAnnotationIndex) const =0 |
Get the Description property of TimestampAnnotation. More... | |
virtual std::string | getTimestampAnnotationID (index_type timestampAnnotationIndex) const =0 |
Get the ID property of TimestampAnnotation. More... | |
virtual std::string | getTimestampAnnotationNamespace (index_type timestampAnnotationIndex) const =0 |
Get the Namespace property of TimestampAnnotation. More... | |
virtual ome::xml::model::primitives::Timestamp | getTimestampAnnotationValue (index_type timestampAnnotationIndex) const =0 |
Get the Value property of TimestampAnnotation. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getTransmittanceRangeCutIn (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the CutIn property of TransmittanceRange. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getTransmittanceRangeCutInTolerance (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the CutInTolerance property of TransmittanceRange. More... | |
virtual ome::xml::model::primitives::PositiveInteger | getTransmittanceRangeCutOut (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the CutOut property of TransmittanceRange. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getTransmittanceRangeCutOutTolerance (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the CutOutTolerance property of TransmittanceRange. More... | |
virtual ome::xml::model::primitives::PercentFraction | getTransmittanceRangeTransmittance (index_type instrumentIndex, index_type filterIndex) const =0 |
Get the Transmittance property of TransmittanceRange. More... | |
virtual std::string | getUUIDFileName (index_type imageIndex, index_type tiffDataIndex) const =0 |
Get the FileName property of UUID. More... | |
virtual const std::string & | getWellAnnotationRef (index_type plateIndex, index_type wellIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of Well. More... | |
virtual ome::xml::model::primitives::Color | getWellColor (index_type plateIndex, index_type wellIndex) const =0 |
Get the Color property of Well. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getWellColumn (index_type plateIndex, index_type wellIndex) const =0 |
Get the Column property of Well. More... | |
virtual std::string | getWellExternalDescription (index_type plateIndex, index_type wellIndex) const =0 |
Get the ExternalDescription property of Well. More... | |
virtual std::string | getWellExternalIdentifier (index_type plateIndex, index_type wellIndex) const =0 |
Get the ExternalIdentifier property of Well. More... | |
virtual std::string | getWellID (index_type plateIndex, index_type wellIndex) const =0 |
Get the ID property of Well. More... | |
virtual const std::string & | getWellReagentRef (index_type plateIndex, index_type wellIndex) const =0 |
Get the ReagentRef property of Well. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getWellRow (index_type plateIndex, index_type wellIndex) const =0 |
Get the Row property of Well. More... | |
virtual std::string | getWellType (index_type plateIndex, index_type wellIndex) const =0 |
Get the Type property of Well. More... | |
virtual const std::string & | getWellSampleAnnotationRef (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of WellSample. More... | |
virtual std::string | getWellSampleID (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const =0 |
Get the ID property of WellSample. More... | |
virtual const std::string & | getWellSampleImageRef (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const =0 |
Get the ImageRef property of WellSample. More... | |
virtual ome::xml::model::primitives::NonNegativeInteger | getWellSampleIndex (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const =0 |
Get the Index property of WellSample. More... | |
virtual double | getWellSamplePositionX (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const =0 |
Get the PositionX property of WellSample. More... | |
virtual double | getWellSamplePositionY (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const =0 |
Get the PositionY property of WellSample. More... | |
virtual ome::xml::model::primitives::Timestamp | getWellSampleTimepoint (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const =0 |
Get the Timepoint property of WellSample. More... | |
virtual const std::string & | getXMLAnnotationAnnotationRef (index_type XMLAnnotationIndex, index_type annotationRefIndex) const =0 |
Get the AnnotationRef property of XMLAnnotation. More... | |
virtual std::string | getXMLAnnotationAnnotator (index_type XMLAnnotationIndex) const =0 |
Get the Annotator property of XMLAnnotation. More... | |
virtual std::string | getXMLAnnotationDescription (index_type XMLAnnotationIndex) const =0 |
Get the Description property of XMLAnnotation. More... | |
virtual std::string | getXMLAnnotationID (index_type XMLAnnotationIndex) const =0 |
Get the ID property of XMLAnnotation. More... | |
virtual std::string | getXMLAnnotationNamespace (index_type XMLAnnotationIndex) const =0 |
Get the Namespace property of XMLAnnotation. More... | |
virtual std::string | getXMLAnnotationValue (index_type XMLAnnotationIndex) const =0 |
Get the Value property of XMLAnnotation. More... | |
Public Member Functions inherited from ome::xml::meta::BaseMetadata | |
virtual | ~BaseMetadata () |
Destructor. | |
Protected Member Functions | |
MetadataRetrieve () | |
Constructor. | |
Protected Member Functions inherited from ome::xml::meta::BaseMetadata | |
BaseMetadata () | |
Constructor. | |
Private Member Functions | |
MetadataRetrieve (const MetadataRetrieve &) | |
Copy constructor (deleted). | |
MetadataRetrieve & | operator= (const MetadataRetrieve &) |
Assignment operator (deleted). | |
Additional Inherited Members | |
Public Types inherited from ome::xml::meta::BaseMetadata | |
typedef std::size_t | index_type |
Index into an array. | |
typedef std::vector< uint8_t > | byte_array |
An array of bytes for binary image data. | |
Metadata retrieval interface.
MetadataRetrieve is a proxy whose responsibility it is to extract biological image data from a particular storage medium. This interface encompasses the metadata that any specific storage medium (file, relational database, etc.) should be expected to access from its backing data model.
The MetadataRetrieve interface goes hand in hand with the MetadataStore interface. Essentially, MetadataRetrieve provides the "getter" methods for a storage medium, and MetadataStore provides the "setter" methods. Since it often makes sense for a storage medium to implement both interfaces, there is also an Metadata interface encompassing both MetadataStore and MetadataRetrieve, which reduces the need to cast between object types.
See ome::xml::meta::OMEXMLMetadata for an example implementation.
|
pure virtual |
Get the ID property of Arc.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getArcID().
|
pure virtual |
Get the LotNumber property of Arc.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getArcLotNumber().
|
pure virtual |
Get the Manufacturer property of Arc.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getArcManufacturer().
|
pure virtual |
Get the Model property of Arc.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getArcModel().
|
pure virtual |
Get the Power property of Arc.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getArcPower().
|
pure virtual |
Get the SerialNumber property of Arc.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getArcSerialNumber().
|
pure virtual |
Get the Type property of Arc.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getArcType().
|
pure virtual |
Get the FileName property of BinaryFile.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBinaryFileFileName().
|
pure virtual |
Get the MIMEType property of BinaryFile.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBinaryFileMIMEType().
|
pure virtual |
Get the Size property of BinaryFile.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBinaryFileSize().
|
pure virtual |
Get the MetadataFile property of BinaryOnly.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBinaryOnlyMetadataFile().
|
pure virtual |
Get the UUID property of BinaryOnly.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBinaryOnlyUUID().
|
pure virtual |
Get the number of links to a BooleanAnnotation.
This method returns the number of references to the specified BooleanAnnotation held by all model objects.
booleanAnnotationIndex | the BooleanAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of BooleanAnnotation.
booleanAnnotationIndex | the BooleanAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of BooleanAnnotation.
booleanAnnotationIndex | the BooleanAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationAnnotator().
|
pure virtual |
Get the number of BooleanAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationCount().
|
pure virtual |
Get the Description property of BooleanAnnotation.
booleanAnnotationIndex | the BooleanAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationDescription().
|
pure virtual |
Get the ID property of BooleanAnnotation.
booleanAnnotationIndex | the BooleanAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationID().
|
pure virtual |
Get the Namespace property of BooleanAnnotation.
booleanAnnotationIndex | the BooleanAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationNamespace().
|
pure virtual |
Get the Value property of BooleanAnnotation.
booleanAnnotationIndex | the BooleanAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getBooleanAnnotationValue().
|
pure virtual |
Get the AcquisitionMode property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelAcquisitionMode().
|
pure virtual |
Get the AnnotationRef property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelAnnotationRefCount().
|
pure virtual |
Get the Color property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelColor().
|
pure virtual |
Get the ContrastMethod property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelContrastMethod().
|
pure virtual |
Get the number of Channel elements.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelCount(), ome::bioformats::validateModel(), and ome::bioformats::verifyMinimum().
|
pure virtual |
Get the EmissionWavelength property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelEmissionWavelength().
|
pure virtual |
Get the ExcitationWavelength property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelExcitationWavelength().
|
pure virtual |
Get the FilterSetRef property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelFilterSetRef().
|
pure virtual |
Get the Fluor property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelFluor().
|
pure virtual |
Get the ID property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelID(), and ome::bioformats::verifyMinimum().
|
pure virtual |
Get the IlluminationType property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelIlluminationType().
|
pure virtual |
Get the Attenuation property of LightSourceSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelLightSourceSettingsAttenuation().
|
pure virtual |
Get the ID property of LightSourceSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelLightSourceSettingsID().
|
pure virtual |
Get the Wavelength property of LightSourceSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelLightSourceSettingsWavelength().
|
pure virtual |
Get the Name property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelName().
|
pure virtual |
Get the NDFilter property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelNDFilter().
|
pure virtual |
Get the PinholeSize property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelPinholeSize().
|
pure virtual |
Get the PockelCellSetting property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelPockelCellSetting().
|
pure virtual |
Get the SamplesPerPixel property of Channel.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getChannelSamplesPerPixel(), and ome::bioformats::validateModel().
|
pure virtual |
Get the number of links to a CommentAnnotation.
This method returns the number of references to the specified CommentAnnotation held by all model objects.
commentAnnotationIndex | the CommentAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of CommentAnnotation.
commentAnnotationIndex | the CommentAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of CommentAnnotation.
commentAnnotationIndex | the CommentAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationAnnotator().
|
pure virtual |
Get the number of CommentAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationCount().
|
pure virtual |
Get the Description property of CommentAnnotation.
commentAnnotationIndex | the CommentAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationDescription().
|
pure virtual |
Get the ID property of CommentAnnotation.
commentAnnotationIndex | the CommentAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationID().
|
pure virtual |
Get the Namespace property of CommentAnnotation.
commentAnnotationIndex | the CommentAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationNamespace().
|
pure virtual |
Get the Value property of CommentAnnotation.
commentAnnotationIndex | the CommentAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getCommentAnnotationValue().
|
pure virtual |
Get the AnnotationRef property of Dataset.
datasetIndex | the Dataset index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Dataset.
datasetIndex | the Dataset index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetAnnotationRefCount().
|
pure virtual |
Get the number of Dataset elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetCount().
|
pure virtual |
Get the Description property of Dataset.
datasetIndex | the Dataset index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetDescription().
|
pure virtual |
Get the ExperimenterGroupRef property of Dataset.
datasetIndex | the Dataset index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetExperimenterGroupRef().
|
pure virtual |
Get the ExperimenterRef property of Dataset.
datasetIndex | the Dataset index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetExperimenterRef().
|
pure virtual |
Get the ID property of Dataset.
datasetIndex | the Dataset index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetID().
|
pure virtual |
Get the ImageRef property of Dataset.
datasetIndex | the Dataset index. |
imageRefIndex | ImageRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetImageRef().
|
pure virtual |
Get the number of ImageRef elements in Dataset.
datasetIndex | the Dataset index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetImageRefCount().
|
pure virtual |
Get the Name property of Dataset.
datasetIndex | the Dataset index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetName().
|
pure virtual |
Get the number of DatasetRef elements.
projectIndex | the Project index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDatasetRefCount().
|
pure virtual |
Get the AmplificationGain property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorAmplificationGain().
|
pure virtual |
Get the number of Detector elements.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorCount().
|
pure virtual |
Get the Gain property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorGain().
|
pure virtual |
Get the ID property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorID().
|
pure virtual |
Get the LotNumber property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorLotNumber().
|
pure virtual |
Get the Manufacturer property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorManufacturer().
|
pure virtual |
Get the Model property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorModel().
|
pure virtual |
Get the Offset property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorOffset().
|
pure virtual |
Get the SerialNumber property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSerialNumber().
|
pure virtual |
Get the Binning property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsBinning().
|
pure virtual |
Get the Gain property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsGain().
|
pure virtual |
Get the ID property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsID().
|
pure virtual |
Get the Integration property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsIntegration().
|
pure virtual |
Get the Offset property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsOffset().
|
pure virtual |
Get the ReadOutRate property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsReadOutRate().
|
pure virtual |
Get the Voltage property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsVoltage().
|
pure virtual |
Get the Zoom property of DetectorSettings.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorSettingsZoom().
|
pure virtual |
Get the Type property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorType().
|
pure virtual |
Get the Voltage property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorVoltage().
|
pure virtual |
Get the Zoom property of Detector.
instrumentIndex | the Instrument index. |
detectorIndex | the Detector index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDetectorZoom().
|
pure virtual |
Get the number of Dichroic elements.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDichroicCount().
|
pure virtual |
Get the ID property of Dichroic.
instrumentIndex | the Instrument index. |
dichroicIndex | the Dichroic index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDichroicID().
|
pure virtual |
Get the LotNumber property of Dichroic.
instrumentIndex | the Instrument index. |
dichroicIndex | the Dichroic index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDichroicLotNumber().
|
pure virtual |
Get the Manufacturer property of Dichroic.
instrumentIndex | the Instrument index. |
dichroicIndex | the Dichroic index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDichroicManufacturer().
|
pure virtual |
Get the Model property of Dichroic.
instrumentIndex | the Instrument index. |
dichroicIndex | the Dichroic index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDichroicModel().
|
pure virtual |
Get the SerialNumber property of Dichroic.
instrumentIndex | the Instrument index. |
dichroicIndex | the Dichroic index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDichroicSerialNumber().
|
pure virtual |
Get the number of links to a DoubleAnnotation.
This method returns the number of references to the specified DoubleAnnotation held by all model objects.
doubleAnnotationIndex | the DoubleAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of DoubleAnnotation.
doubleAnnotationIndex | the DoubleAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of DoubleAnnotation.
doubleAnnotationIndex | the DoubleAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationAnnotator().
|
pure virtual |
Get the number of DoubleAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationCount().
|
pure virtual |
Get the Description property of DoubleAnnotation.
doubleAnnotationIndex | the DoubleAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationDescription().
|
pure virtual |
Get the ID property of DoubleAnnotation.
doubleAnnotationIndex | the DoubleAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationID().
|
pure virtual |
Get the Namespace property of DoubleAnnotation.
doubleAnnotationIndex | the DoubleAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationNamespace().
|
pure virtual |
Get the Value property of DoubleAnnotation.
doubleAnnotationIndex | the DoubleAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getDoubleAnnotationValue().
|
pure virtual |
Get the FillColor property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseFillColor().
|
pure virtual |
Get the FillRule property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseFillRule().
|
pure virtual |
Get the FontFamily property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseFontFamily().
|
pure virtual |
Get the FontSize property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseFontSize().
|
pure virtual |
Get the FontStyle property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseFontStyle().
|
pure virtual |
Get the ID property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseID().
|
pure virtual |
Get the LineCap property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseLineCap().
|
pure virtual |
Get the Locked property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseLocked().
|
pure virtual |
Get the RadiusX property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseRadiusX().
|
pure virtual |
Get the RadiusY property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseRadiusY().
|
pure virtual |
Get the StrokeColor property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseStrokeWidth().
|
pure virtual |
Get the Text property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseText().
|
pure virtual |
Get the TheC property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseTheC().
|
pure virtual |
Get the TheT property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseTheT().
|
pure virtual |
Get the TheZ property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseTheZ().
|
pure virtual |
Get the Transform property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseTransform().
|
pure virtual |
Get the Visible property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseVisible().
|
pure virtual |
Get the X property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseX().
|
pure virtual |
Get the Y property of Ellipse.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getEllipseY().
|
pure virtual |
Get the number of Experiment elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimentCount().
|
pure virtual |
Get the Description property of Experiment.
experimentIndex | the Experiment index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimentDescription().
|
pure virtual |
Get the AnnotationRef property of Experimenter.
experimenterIndex | the Experimenter index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterAnnotationRefCount().
|
pure virtual |
Get the number of Experimenter elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterCount().
|
pure virtual |
Get the Email property of Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterEmail().
|
pure virtual |
Get the FirstName property of Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterFirstName().
|
pure virtual |
Get the AnnotationRef property of ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupAnnotationRefCount().
|
pure virtual |
Get the number of ExperimenterGroup elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupCount().
|
pure virtual |
Get the Description property of ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupDescription().
|
pure virtual |
Get the ExperimenterRef property of ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
experimenterRefIndex | ExperimenterRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupExperimenterRef().
|
pure virtual |
Get the number of ExperimenterRef elements in ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupExperimenterRefCount().
|
pure virtual |
Get the ID property of ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupID().
|
pure virtual |
Get the Leader property of ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
leaderIndex | Leader index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupLeader().
|
pure virtual |
Get the Name property of ExperimenterGroup.
experimenterGroupIndex | the ExperimenterGroup index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterGroupName().
|
pure virtual |
Get the ID property of Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterID().
|
pure virtual |
Get the Institution property of Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterInstitution().
|
pure virtual |
Get the LastName property of Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterLastName().
|
pure virtual |
Get the MiddleName property of Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterMiddleName().
|
pure virtual |
Get the UserName property of Experimenter.
experimenterIndex | the Experimenter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimenterUserName().
|
pure virtual |
Get the ExperimenterRef property of Experiment.
experimentIndex | the Experiment index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimentExperimenterRef().
|
pure virtual |
Get the ID property of Experiment.
experimentIndex | the Experiment index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimentID().
|
pure virtual |
Get the Type property of Experiment.
experimentIndex | the Experiment index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getExperimentType().
|
pure virtual |
Get the ID property of Filament.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilamentID().
|
pure virtual |
Get the LotNumber property of Filament.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilamentLotNumber().
|
pure virtual |
Get the Manufacturer property of Filament.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilamentManufacturer().
|
pure virtual |
Get the Model property of Filament.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilamentModel().
|
pure virtual |
Get the Power property of Filament.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilamentPower().
|
pure virtual |
Get the SerialNumber property of Filament.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilamentSerialNumber().
|
pure virtual |
Get the Type property of Filament.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilamentType().
|
pure virtual |
Get the number of links to a FileAnnotation.
This method returns the number of references to the specified FileAnnotation held by all model objects.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFileAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of FileAnnotation.
fileAnnotationIndex | the FileAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFileAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of FileAnnotation.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFileAnnotationAnnotator().
|
pure virtual |
Get the number of FileAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFileAnnotationCount().
|
pure virtual |
Get the Description property of FileAnnotation.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFileAnnotationDescription().
|
pure virtual |
Get the ID property of FileAnnotation.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFileAnnotationID().
|
pure virtual |
Get the Namespace property of FileAnnotation.
fileAnnotationIndex | the FileAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFileAnnotationNamespace().
|
pure virtual |
Get the number of Filter elements.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterCount().
|
pure virtual |
Get the FilterWheel property of Filter.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterFilterWheel().
|
pure virtual |
Get the ID property of Filter.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterID().
|
pure virtual |
Get the LotNumber property of Filter.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterLotNumber().
|
pure virtual |
Get the Manufacturer property of Filter.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterManufacturer().
|
pure virtual |
Get the Model property of Filter.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterModel().
|
pure virtual |
Get the SerialNumber property of Filter.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSerialNumber().
|
pure virtual |
Get the number of FilterSet elements.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetCount().
|
pure virtual |
Get the DichroicRef property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetDichroicRef().
|
pure virtual |
Get the EmissionFilterRef property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
emissionFilterRefIndex | EmissionFilterRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetEmissionFilterRef().
|
pure virtual |
Get the number of EmissionFilterRef elements in FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetEmissionFilterRefCount().
|
pure virtual |
Get the ExcitationFilterRef property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
excitationFilterRefIndex | ExcitationFilterRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetExcitationFilterRef().
|
pure virtual |
Get the number of ExcitationFilterRef elements in FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetExcitationFilterRefCount().
|
pure virtual |
Get the ID property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetID().
|
pure virtual |
Get the LotNumber property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetLotNumber().
|
pure virtual |
Get the Manufacturer property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetManufacturer().
|
pure virtual |
Get the Model property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetModel().
|
pure virtual |
Get the SerialNumber property of FilterSet.
instrumentIndex | the Instrument index. |
filterSetIndex | the FilterSet index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterSetSerialNumber().
|
pure virtual |
Get the Type property of Filter.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getFilterType().
|
pure virtual |
Get the AcquisitionDate property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageAcquisitionDate().
|
pure virtual |
Get the AnnotationRef property of Image.
imageIndex | the Image index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageAnnotationRefCount().
|
pure virtual |
Get the number of Image elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageCount(), and ome::bioformats::validateModel().
|
pure virtual |
Get the Description property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageDescription().
|
pure virtual |
Get the ExperimenterGroupRef property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageExperimenterGroupRef().
|
pure virtual |
Get the ExperimenterRef property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageExperimenterRef().
|
pure virtual |
Get the ExperimentRef property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageExperimentRef().
|
pure virtual |
Get the ID property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageID(), and ome::bioformats::verifyMinimum().
|
pure virtual |
Get the InstrumentRef property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageInstrumentRef().
|
pure virtual |
Get the MicrobeamManipulationRef property of Image.
imageIndex | the Image index. |
microbeamManipulationRefIndex | MicrobeamManipulationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageMicrobeamManipulationRef().
|
pure virtual |
Get the Name property of Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageName().
|
pure virtual |
Get the ROIRef property of Image.
imageIndex | the Image index. |
ROIRefIndex | ROIRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageROIRef().
|
pure virtual |
Get the number of ROIRef elements in Image.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImageROIRefCount().
|
pure virtual |
Get the AirPressure property of ImagingEnvironment.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImagingEnvironmentAirPressure().
|
pure virtual |
Get the CO2Percent property of ImagingEnvironment.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImagingEnvironmentCO2Percent().
|
pure virtual |
Get the Humidity property of ImagingEnvironment.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImagingEnvironmentHumidity().
|
pure virtual |
Get the Temperature property of ImagingEnvironment.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getImagingEnvironmentTemperature().
|
pure virtual |
Get the number of Instrument elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getInstrumentCount().
|
pure virtual |
Get the ID property of Instrument.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getInstrumentID().
|
pure virtual |
Get the FillColor property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelFillColor().
|
pure virtual |
Get the FillRule property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelFillRule().
|
pure virtual |
Get the FontFamily property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelFontFamily().
|
pure virtual |
Get the FontSize property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelFontSize().
|
pure virtual |
Get the FontStyle property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelFontStyle().
|
pure virtual |
Get the ID property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelID().
|
pure virtual |
Get the LineCap property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelLineCap().
|
pure virtual |
Get the Locked property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelLocked().
|
pure virtual |
Get the StrokeColor property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelStrokeWidth().
|
pure virtual |
Get the Text property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelText().
|
pure virtual |
Get the TheC property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelTheC().
|
pure virtual |
Get the TheT property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelTheT().
|
pure virtual |
Get the TheZ property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelTheZ().
|
pure virtual |
Get the Transform property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelTransform().
|
pure virtual |
Get the Visible property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelVisible().
|
pure virtual |
Get the X property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelX().
|
pure virtual |
Get the Y property of Label.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLabelY().
|
pure virtual |
Get the FrequencyMultiplication property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserFrequencyMultiplication().
|
pure virtual |
Get the ID property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserID().
|
pure virtual |
Get the LaserMedium property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserLaserMedium().
|
pure virtual |
Get the LotNumber property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserLotNumber().
|
pure virtual |
Get the Manufacturer property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserManufacturer().
|
pure virtual |
Get the Model property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserModel().
|
pure virtual |
Get the PockelCell property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserPockelCell().
|
pure virtual |
Get the Power property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserPower().
|
pure virtual |
Get the Pulse property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserPulse().
|
pure virtual |
Get the Pump property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserPump().
|
pure virtual |
Get the RepetitionRate property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserRepetitionRate().
|
pure virtual |
Get the SerialNumber property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserSerialNumber().
|
pure virtual |
Get the Tuneable property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserTuneable().
|
pure virtual |
Get the Type property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserType().
|
pure virtual |
Get the Wavelength property of Laser.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLaserWavelength().
|
pure virtual |
Get the number of Leader elements.
experimenterGroupIndex | the ExperimenterGroup index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLeaderCount().
|
pure virtual |
Get the ID property of LightEmittingDiode.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightEmittingDiodeID().
|
pure virtual |
Get the LotNumber property of LightEmittingDiode.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightEmittingDiodeLotNumber().
|
pure virtual |
Get the Manufacturer property of LightEmittingDiode.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightEmittingDiodeManufacturer().
|
pure virtual |
Get the Model property of LightEmittingDiode.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightEmittingDiodeModel().
|
pure virtual |
Get the Power property of LightEmittingDiode.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightEmittingDiodePower().
|
pure virtual |
Get the SerialNumber property of LightEmittingDiode.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightEmittingDiodeSerialNumber().
|
pure virtual |
Get the DichroicRef property of LightPath.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightPathDichroicRef().
|
pure virtual |
Get the EmissionFilterRef property of LightPath.
imageIndex | the Image index. |
channelIndex | the Channel index. |
emissionFilterRefIndex | EmissionFilterRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightPathEmissionFilterRef().
|
pure virtual |
Get the number of EmissionFilterRef elements in LightPath.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightPathEmissionFilterRefCount().
|
pure virtual |
Get the ExcitationFilterRef property of LightPath.
imageIndex | the Image index. |
channelIndex | the Channel index. |
excitationFilterRefIndex | ExcitationFilterRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightPathExcitationFilterRef().
|
pure virtual |
Get the number of ExcitationFilterRef elements in LightPath.
imageIndex | the Image index. |
channelIndex | the Channel index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightPathExcitationFilterRefCount().
|
pure virtual |
Get the number of LightSource elements.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightSourceCount().
|
pure virtual |
Get the type of a LightSource.
instrumentIndex | the Instrument index. |
lightSourceIndex | the LightSource index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLightSourceType().
|
pure virtual |
Get the FillColor property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineFillColor().
|
pure virtual |
Get the FillRule property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineFillRule().
|
pure virtual |
Get the FontFamily property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineFontFamily().
|
pure virtual |
Get the FontSize property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineFontSize().
|
pure virtual |
Get the FontStyle property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineFontStyle().
|
pure virtual |
Get the ID property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineID().
|
pure virtual |
Get the LineCap property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineLineCap().
|
pure virtual |
Get the Locked property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineLocked().
|
pure virtual |
Get the MarkerEnd property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineMarkerEnd().
|
pure virtual |
Get the MarkerStart property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineMarkerStart().
|
pure virtual |
Get the StrokeColor property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineStrokeWidth().
|
pure virtual |
Get the Text property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineText().
|
pure virtual |
Get the TheC property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineTheC().
|
pure virtual |
Get the TheT property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineTheT().
|
pure virtual |
Get the TheZ property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineTheZ().
|
pure virtual |
Get the Transform property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineTransform().
|
pure virtual |
Get the Visible property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineVisible().
|
pure virtual |
Get the X1 property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineX1().
|
pure virtual |
Get the X2 property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineX2().
|
pure virtual |
Get the Y1 property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineY1().
|
pure virtual |
Get the Y2 property of Line.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLineY2().
|
pure virtual |
Get the number of links to a ListAnnotation.
This method returns the number of references to the specified ListAnnotation held by all model objects.
listAnnotationIndex | the ListAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getListAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of ListAnnotation.
listAnnotationIndex | the ListAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getListAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of ListAnnotation.
listAnnotationIndex | the ListAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getListAnnotationAnnotator().
|
pure virtual |
Get the number of ListAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getListAnnotationCount().
|
pure virtual |
Get the Description property of ListAnnotation.
listAnnotationIndex | the ListAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getListAnnotationDescription().
|
pure virtual |
Get the ID property of ListAnnotation.
listAnnotationIndex | the ListAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getListAnnotationID().
|
pure virtual |
Get the Namespace property of ListAnnotation.
listAnnotationIndex | the ListAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getListAnnotationNamespace().
|
pure virtual |
Get the number of links to a LongAnnotation.
This method returns the number of references to the specified LongAnnotation held by all model objects.
longAnnotationIndex | the LongAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of LongAnnotation.
longAnnotationIndex | the LongAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of LongAnnotation.
longAnnotationIndex | the LongAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationAnnotator().
|
pure virtual |
Get the number of LongAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationCount().
|
pure virtual |
Get the Description property of LongAnnotation.
longAnnotationIndex | the LongAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationDescription().
|
pure virtual |
Get the ID property of LongAnnotation.
longAnnotationIndex | the LongAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationID().
|
pure virtual |
Get the Namespace property of LongAnnotation.
longAnnotationIndex | the LongAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationNamespace().
|
pure virtual |
Get the Value property of LongAnnotation.
longAnnotationIndex | the LongAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getLongAnnotationValue().
|
pure virtual |
Get the FillColor property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskFillColor().
|
pure virtual |
Get the FillRule property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskFillRule().
|
pure virtual |
Get the FontFamily property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskFontFamily().
|
pure virtual |
Get the FontSize property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskFontSize().
|
pure virtual |
Get the FontStyle property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskFontStyle().
|
pure virtual |
Get the Height property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskHeight().
|
pure virtual |
Get the ID property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskID().
|
pure virtual |
Get the LineCap property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskLineCap().
|
pure virtual |
Get the Locked property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskLocked().
|
pure virtual |
Get the StrokeColor property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskStrokeWidth().
|
pure virtual |
Get the Text property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskText().
|
pure virtual |
Get the TheC property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskTheC().
|
pure virtual |
Get the TheT property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskTheT().
|
pure virtual |
Get the TheZ property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskTheZ().
|
pure virtual |
Get the Transform property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskTransform().
|
pure virtual |
Get the Visible property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskVisible().
|
pure virtual |
Get the Width property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskWidth().
|
pure virtual |
Get the X property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskX().
|
pure virtual |
Get the Y property of Mask.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMaskY().
|
pure virtual |
Get the number of MicrobeamManipulation elements.
experimentIndex | the Experiment index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationCount().
|
pure virtual |
Get the Description property of MicrobeamManipulation.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationDescription().
|
pure virtual |
Get the ExperimenterRef property of MicrobeamManipulation.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationExperimenterRef().
|
pure virtual |
Get the ID property of MicrobeamManipulation.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationID().
|
pure virtual |
Get the Attenuation property of LightSourceSettings.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
lightSourceSettingsIndex | the LightSourceSettings index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsAttenuation().
|
pure virtual |
Get the number of LightSourceSettings elements in MicrobeamManipulation.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsCount().
|
pure virtual |
Get the ID property of LightSourceSettings.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
lightSourceSettingsIndex | the LightSourceSettings index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsID().
|
pure virtual |
Get the Wavelength property of LightSourceSettings.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
lightSourceSettingsIndex | the LightSourceSettings index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsWavelength().
|
pure virtual |
Get the number of MicrobeamManipulationRef elements.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationRefCount().
|
pure virtual |
Get the ROIRef property of MicrobeamManipulation.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
ROIRefIndex | ROIRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationROIRef().
|
pure virtual |
Get the number of ROIRef elements in MicrobeamManipulation.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationROIRefCount().
|
pure virtual |
Get the Type property of MicrobeamManipulation.
experimentIndex | the Experiment index. |
microbeamManipulationIndex | the MicrobeamManipulation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicrobeamManipulationType().
|
pure virtual |
Get the LotNumber property of Microscope.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicroscopeLotNumber().
|
pure virtual |
Get the Manufacturer property of Microscope.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicroscopeManufacturer().
|
pure virtual |
Get the Model property of Microscope.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicroscopeModel().
|
pure virtual |
Get the SerialNumber property of Microscope.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicroscopeSerialNumber().
|
pure virtual |
Get the Type property of Microscope.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getMicroscopeType().
|
pure virtual |
Get the CalibratedMagnification property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveCalibratedMagnification().
|
pure virtual |
Get the Correction property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveCorrection().
|
pure virtual |
Get the number of Objective elements.
instrumentIndex | the Instrument index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveCount().
|
pure virtual |
Get the ID property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveID().
|
pure virtual |
Get the Immersion property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveImmersion().
|
pure virtual |
Get the Iris property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveIris().
|
pure virtual |
Get the LensNA property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveLensNA().
|
pure virtual |
Get the LotNumber property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveLotNumber().
|
pure virtual |
Get the Manufacturer property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveManufacturer().
|
pure virtual |
Get the Model property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveModel().
|
pure virtual |
Get the NominalMagnification property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveNominalMagnification().
|
pure virtual |
Get the SerialNumber property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveSerialNumber().
|
pure virtual |
Get the CorrectionCollar property of ObjectiveSettings.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveSettingsCorrectionCollar().
|
pure virtual |
Get the ID property of ObjectiveSettings.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveSettingsID().
|
pure virtual |
Get the Medium property of ObjectiveSettings.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveSettingsMedium().
|
pure virtual |
Get the RefractiveIndex property of ObjectiveSettings.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveSettingsRefractiveIndex().
|
pure virtual |
Get the WorkingDistance property of Objective.
instrumentIndex | the Instrument index. |
objectiveIndex | the Objective index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getObjectiveWorkingDistance().
|
pure virtual |
Get the AnnotationRef property of Pixels.
imageIndex | the Image index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsAnnotationRefCount().
|
pure virtual |
Get the BigEndian property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsBigEndian().
|
pure virtual |
Get the BigEndian property of Pixels.
imageIndex | the Image index. |
binDataIndex | BinData index (unused). |
true
if big endian, or false
if little endian. Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsBinDataBigEndian().
|
pure virtual |
Get the number of BinData elements in Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsBinDataCount().
|
pure virtual |
Get the DimensionOrder property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsDimensionOrder().
|
pure virtual |
Get the ID property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsID(), and ome::bioformats::verifyMinimum().
|
pure virtual |
Get the Interleaved property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsInterleaved().
|
pure virtual |
Get the PhysicalSizeX property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsPhysicalSizeX().
|
pure virtual |
Get the PhysicalSizeY property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsPhysicalSizeY().
|
pure virtual |
Get the PhysicalSizeZ property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsPhysicalSizeZ().
|
pure virtual |
Get the SignificantBits property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsSignificantBits().
|
pure virtual |
Get the SizeC property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsSizeC(), and ome::bioformats::validateModel().
|
pure virtual |
Get the SizeT property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsSizeT(), and ome::bioformats::validateModel().
|
pure virtual |
Get the SizeX property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsSizeX(), and ome::bioformats::validateModel().
|
pure virtual |
Get the SizeY property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsSizeY(), and ome::bioformats::validateModel().
|
pure virtual |
Get the SizeZ property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsSizeZ(), and ome::bioformats::validateModel().
|
pure virtual |
Get the TimeIncrement property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsTimeIncrement().
|
pure virtual |
Get the Type property of Pixels.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPixelsType().
|
pure virtual |
Get the AnnotationRef property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneAnnotationRefCount().
|
pure virtual |
Get the number of Plane elements.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneCount().
|
pure virtual |
Get the DeltaT property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneDeltaT().
|
pure virtual |
Get the ExposureTime property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneExposureTime().
|
pure virtual |
Get the HashSHA1 property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneHashSHA1().
|
pure virtual |
Get the PositionX property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlanePositionX().
|
pure virtual |
Get the PositionY property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlanePositionY().
|
pure virtual |
Get the PositionZ property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlanePositionZ().
|
pure virtual |
Get the TheC property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneTheC().
|
pure virtual |
Get the TheT property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneTheT().
|
pure virtual |
Get the TheZ property of Plane.
imageIndex | the Image index. |
planeIndex | the Plane index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlaneTheZ().
|
pure virtual |
Get the AnnotationRef property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionAnnotationRefCount().
|
pure virtual |
Get the number of PlateAcquisition elements.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionCount().
|
pure virtual |
Get the Description property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionDescription().
|
pure virtual |
Get the EndTime property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionEndTime().
|
pure virtual |
Get the ID property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionID().
|
pure virtual |
Get the MaximumFieldCount property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionMaximumFieldCount().
|
pure virtual |
Get the Name property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionName().
|
pure virtual |
Get the StartTime property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionStartTime().
|
pure virtual |
Get the WellSampleRef property of PlateAcquisition.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
wellSampleRefIndex | WellSampleRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAcquisitionWellSampleRef().
|
pure virtual |
Get the AnnotationRef property of Plate.
plateIndex | the Plate index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateAnnotationRefCount().
|
pure virtual |
Get the ColumnNamingConvention property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateColumnNamingConvention().
|
pure virtual |
Get the Columns property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateColumns().
|
pure virtual |
Get the number of Plate elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateCount().
|
pure virtual |
Get the Description property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateDescription().
|
pure virtual |
Get the ExternalIdentifier property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateExternalIdentifier().
|
pure virtual |
Get the FieldIndex property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateFieldIndex().
|
pure virtual |
Get the ID property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateID().
|
pure virtual |
Get the Name property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateName().
|
pure virtual |
Get the number of PlateRef elements.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateRefCount().
|
pure virtual |
Get the RowNamingConvention property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateRowNamingConvention().
|
pure virtual |
Get the Rows property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateRows().
|
pure virtual |
Get the Status property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateStatus().
|
pure virtual |
Get the WellOriginX property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateWellOriginX().
|
pure virtual |
Get the WellOriginY property of Plate.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPlateWellOriginY().
|
pure virtual |
Get the FillColor property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointFillColor().
|
pure virtual |
Get the FillRule property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointFillRule().
|
pure virtual |
Get the FontFamily property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointFontFamily().
|
pure virtual |
Get the FontSize property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointFontSize().
|
pure virtual |
Get the FontStyle property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointFontStyle().
|
pure virtual |
Get the ID property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointID().
|
pure virtual |
Get the LineCap property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointLineCap().
|
pure virtual |
Get the Locked property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointLocked().
|
pure virtual |
Get the StrokeColor property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointStrokeWidth().
|
pure virtual |
Get the Text property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointText().
|
pure virtual |
Get the TheC property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointTheC().
|
pure virtual |
Get the TheT property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointTheT().
|
pure virtual |
Get the TheZ property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointTheZ().
|
pure virtual |
Get the Transform property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointTransform().
|
pure virtual |
Get the Visible property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointVisible().
|
pure virtual |
Get the X property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointX().
|
pure virtual |
Get the Y property of Point.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPointY().
|
pure virtual |
Get the FillColor property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonFillColor().
|
pure virtual |
Get the FillRule property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonFillRule().
|
pure virtual |
Get the FontFamily property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonFontFamily().
|
pure virtual |
Get the FontSize property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonFontSize().
|
pure virtual |
Get the FontStyle property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonFontStyle().
|
pure virtual |
Get the ID property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonID().
|
pure virtual |
Get the LineCap property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonLineCap().
|
pure virtual |
Get the Locked property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonLocked().
|
pure virtual |
Get the Points property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonPoints().
|
pure virtual |
Get the StrokeColor property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonStrokeWidth().
|
pure virtual |
Get the Text property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonText().
|
pure virtual |
Get the TheC property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonTheC().
|
pure virtual |
Get the TheT property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonTheT().
|
pure virtual |
Get the TheZ property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonTheZ().
|
pure virtual |
Get the Transform property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonTransform().
|
pure virtual |
Get the Visible property of Polygon.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolygonVisible().
|
pure virtual |
Get the FillColor property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineFillColor().
|
pure virtual |
Get the FillRule property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineFillRule().
|
pure virtual |
Get the FontFamily property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineFontFamily().
|
pure virtual |
Get the FontSize property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineFontSize().
|
pure virtual |
Get the FontStyle property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineFontStyle().
|
pure virtual |
Get the ID property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineID().
|
pure virtual |
Get the LineCap property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineLineCap().
|
pure virtual |
Get the Locked property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineLocked().
|
pure virtual |
Get the MarkerEnd property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineMarkerEnd().
|
pure virtual |
Get the MarkerStart property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineMarkerStart().
|
pure virtual |
Get the Points property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylinePoints().
|
pure virtual |
Get the StrokeColor property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineStrokeWidth().
|
pure virtual |
Get the Text property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineText().
|
pure virtual |
Get the TheC property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineTheC().
|
pure virtual |
Get the TheT property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineTheT().
|
pure virtual |
Get the TheZ property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineTheZ().
|
pure virtual |
Get the Transform property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineTransform().
|
pure virtual |
Get the Visible property of Polyline.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getPolylineVisible().
|
pure virtual |
Get the AnnotationRef property of Project.
projectIndex | the Project index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Project.
projectIndex | the Project index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectAnnotationRefCount().
|
pure virtual |
Get the number of Project elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectCount().
|
pure virtual |
Get the DatasetRef property of Project.
projectIndex | the Project index. |
datasetRefIndex | DatasetRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectDatasetRef().
|
pure virtual |
Get the Description property of Project.
projectIndex | the Project index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectDescription().
|
pure virtual |
Get the ExperimenterGroupRef property of Project.
projectIndex | the Project index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectExperimenterGroupRef().
|
pure virtual |
Get the ExperimenterRef property of Project.
projectIndex | the Project index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectExperimenterRef().
|
pure virtual |
Get the ID property of Project.
projectIndex | the Project index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectID().
|
pure virtual |
Get the Name property of Project.
projectIndex | the Project index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getProjectName().
|
pure virtual |
Get the AnnotationRef property of Reagent.
screenIndex | the Screen index. |
reagentIndex | the Reagent index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getReagentAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Reagent.
screenIndex | the Screen index. |
reagentIndex | the Reagent index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getReagentAnnotationRefCount().
|
pure virtual |
Get the number of Reagent elements.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getReagentCount().
|
pure virtual |
Get the Description property of Reagent.
screenIndex | the Screen index. |
reagentIndex | the Reagent index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getReagentDescription().
|
pure virtual |
Get the ID property of Reagent.
screenIndex | the Screen index. |
reagentIndex | the Reagent index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getReagentID().
|
pure virtual |
Get the Name property of Reagent.
screenIndex | the Screen index. |
reagentIndex | the Reagent index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getReagentName().
|
pure virtual |
Get the ReagentIdentifier property of Reagent.
screenIndex | the Screen index. |
reagentIndex | the Reagent index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getReagentReagentIdentifier().
|
pure virtual |
Get the FillColor property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleFillColor().
|
pure virtual |
Get the FillRule property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleFillRule().
|
pure virtual |
Get the FontFamily property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleFontFamily().
|
pure virtual |
Get the FontSize property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleFontSize().
|
pure virtual |
Get the FontStyle property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleFontStyle().
|
pure virtual |
Get the Height property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleHeight().
|
pure virtual |
Get the ID property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleID().
|
pure virtual |
Get the LineCap property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleLineCap().
|
pure virtual |
Get the Locked property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleLocked().
|
pure virtual |
Get the StrokeColor property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleStrokeColor().
|
pure virtual |
Get the StrokeDashArray property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleStrokeDashArray().
|
pure virtual |
Get the StrokeWidth property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleStrokeWidth().
|
pure virtual |
Get the Text property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleText().
|
pure virtual |
Get the TheC property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleTheC().
|
pure virtual |
Get the TheT property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleTheT().
|
pure virtual |
Get the TheZ property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleTheZ().
|
pure virtual |
Get the Transform property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleTransform().
|
pure virtual |
Get the Visible property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleVisible().
|
pure virtual |
Get the Width property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleWidth().
|
pure virtual |
Get the X property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleX().
|
pure virtual |
Get the Y property of Rectangle.
ROIIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRectangleY().
|
pure virtual |
Get the RightsHeld property of Rights.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRightsRightsHeld().
|
pure virtual |
Get the RightsHolder property of Rights.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getRightsRightsHolder().
|
pure virtual |
Get the AnnotationRef property of ROI.
ROIIndex | the ROI index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getROIAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in ROI.
ROIIndex | the ROI index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getROIAnnotationRefCount().
|
pure virtual |
Get the number of ROI elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getROICount().
|
pure virtual |
Get the Description property of ROI.
ROIIndex | the ROI index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getROIDescription().
|
pure virtual |
Get the ID property of ROI.
ROIIndex | the ROI index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getROIID().
|
pure virtual |
Get the Name property of ROI.
ROIIndex | the ROI index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getROIName().
|
pure virtual |
Get the Namespace property of ROI.
ROIIndex | the ROI index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getROINamespace().
|
pure virtual |
Get the AnnotationRef property of Screen.
screenIndex | the Screen index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenAnnotationRefCount().
|
pure virtual |
Get the number of Screen elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenCount().
|
pure virtual |
Get the Description property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenDescription().
|
pure virtual |
Get the ID property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenID().
|
pure virtual |
Get the Name property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenName().
|
pure virtual |
Get the PlateRef property of Screen.
screenIndex | the Screen index. |
plateRefIndex | PlateRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenPlateRef().
|
pure virtual |
Get the ProtocolDescription property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenProtocolDescription().
|
pure virtual |
Get the ProtocolIdentifier property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenProtocolIdentifier().
|
pure virtual |
Get the ReagentSetDescription property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenReagentSetDescription().
|
pure virtual |
Get the ReagentSetIdentifier property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenReagentSetIdentifier().
|
pure virtual |
Get the Type property of Screen.
screenIndex | the Screen index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getScreenType().
|
pure virtual |
Get the number of Shape elements.
ROIIndex | the ROI index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getShapeCount().
|
pure virtual |
Get the type of a Shape.
roiIndex | the ROI index. |
shapeIndex | the Shape index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getShapeType().
|
pure virtual |
Get the Name property of StageLabel.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getStageLabelName().
|
pure virtual |
Get the X property of StageLabel.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getStageLabelX().
|
pure virtual |
Get the Y property of StageLabel.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getStageLabelY().
|
pure virtual |
Get the Z property of StageLabel.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getStageLabelZ().
|
pure virtual |
Get the number of links to a TagAnnotation.
This method returns the number of references to the specified TagAnnotation held by all model objects.
tagAnnotationIndex | the TagAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of TagAnnotation.
tagAnnotationIndex | the TagAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of TagAnnotation.
tagAnnotationIndex | the TagAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationAnnotator().
|
pure virtual |
Get the number of TagAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationCount().
|
pure virtual |
Get the Description property of TagAnnotation.
tagAnnotationIndex | the TagAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationDescription().
|
pure virtual |
Get the ID property of TagAnnotation.
tagAnnotationIndex | the TagAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationID().
|
pure virtual |
Get the Namespace property of TagAnnotation.
tagAnnotationIndex | the TagAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationNamespace().
|
pure virtual |
Get the Value property of TagAnnotation.
tagAnnotationIndex | the TagAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTagAnnotationValue().
|
pure virtual |
Get the number of links to a TermAnnotation.
This method returns the number of references to the specified TermAnnotation held by all model objects.
termAnnotationIndex | the TermAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of TermAnnotation.
termAnnotationIndex | the TermAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of TermAnnotation.
termAnnotationIndex | the TermAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationAnnotator().
|
pure virtual |
Get the number of TermAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationCount().
|
pure virtual |
Get the Description property of TermAnnotation.
termAnnotationIndex | the TermAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationDescription().
|
pure virtual |
Get the ID property of TermAnnotation.
termAnnotationIndex | the TermAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationID().
|
pure virtual |
Get the Namespace property of TermAnnotation.
termAnnotationIndex | the TermAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationNamespace().
|
pure virtual |
Get the Value property of TermAnnotation.
termAnnotationIndex | the TermAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTermAnnotationValue().
|
pure virtual |
Get the number of TiffData elements.
imageIndex | the Image index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTiffDataCount().
|
pure virtual |
Get the FirstC property of TiffData.
imageIndex | the Image index. |
tiffDataIndex | the TiffData index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTiffDataFirstC().
|
pure virtual |
Get the FirstT property of TiffData.
imageIndex | the Image index. |
tiffDataIndex | the TiffData index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTiffDataFirstT().
|
pure virtual |
Get the FirstZ property of TiffData.
imageIndex | the Image index. |
tiffDataIndex | the TiffData index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTiffDataFirstZ().
|
pure virtual |
Get the IFD property of TiffData.
imageIndex | the Image index. |
tiffDataIndex | the TiffData index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTiffDataIFD().
|
pure virtual |
Get the PlaneCount property of TiffData.
imageIndex | the Image index. |
tiffDataIndex | the TiffData index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTiffDataPlaneCount().
|
pure virtual |
Get the number of links to a TimestampAnnotation.
This method returns the number of references to the specified TimestampAnnotation held by all model objects.
timestampAnnotationIndex | the TimestampAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of TimestampAnnotation.
timestampAnnotationIndex | the TimestampAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of TimestampAnnotation.
timestampAnnotationIndex | the TimestampAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationAnnotator().
|
pure virtual |
Get the number of TimestampAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationCount().
|
pure virtual |
Get the Description property of TimestampAnnotation.
timestampAnnotationIndex | the TimestampAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationDescription().
|
pure virtual |
Get the ID property of TimestampAnnotation.
timestampAnnotationIndex | the TimestampAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationID().
|
pure virtual |
Get the Namespace property of TimestampAnnotation.
timestampAnnotationIndex | the TimestampAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationNamespace().
|
pure virtual |
Get the Value property of TimestampAnnotation.
timestampAnnotationIndex | the TimestampAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTimestampAnnotationValue().
|
pure virtual |
Get the CutIn property of TransmittanceRange.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutIn().
|
pure virtual |
Get the CutInTolerance property of TransmittanceRange.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutInTolerance().
|
pure virtual |
Get the CutOut property of TransmittanceRange.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutOut().
|
pure virtual |
Get the CutOutTolerance property of TransmittanceRange.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutOutTolerance().
|
pure virtual |
Get the Transmittance property of TransmittanceRange.
instrumentIndex | the Instrument index. |
filterIndex | the Filter index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getTransmittanceRangeTransmittance().
|
pure virtual |
Get the UUID associated with this collection of metadata.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getUUID().
|
pure virtual |
Get the FileName property of UUID.
imageIndex | the Image index. |
tiffDataIndex | the TiffData index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getUUIDFileName().
|
pure virtual |
Get the text value of UUID.
imageIndex | the Image index. |
tiffDataIndex | the TiffData index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getUUIDValue().
|
pure virtual |
Get the AnnotationRef property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellAnnotationRefCount().
|
pure virtual |
Get the Color property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellColor().
|
pure virtual |
Get the Column property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellColumn().
|
pure virtual |
Get the number of Well elements.
plateIndex | the Plate index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellCount().
|
pure virtual |
Get the ExternalDescription property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellExternalDescription().
|
pure virtual |
Get the ExternalIdentifier property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellExternalIdentifier().
|
pure virtual |
Get the ID property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellID().
|
pure virtual |
Get the ReagentRef property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellReagentRef().
|
pure virtual |
Get the Row property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellRow().
|
pure virtual |
Get the AnnotationRef property of WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleAnnotationRef().
|
pure virtual |
Get the number of AnnotationRef elements in WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleAnnotationRefCount().
|
pure virtual |
Get the number of WellSample elements.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleCount().
|
pure virtual |
Get the ID property of WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleID().
|
pure virtual |
Get the ImageRef property of WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleImageRef().
|
pure virtual |
Get the Index property of WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleIndex().
|
pure virtual |
Get the PositionX property of WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSamplePositionX().
|
pure virtual |
Get the PositionY property of WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSamplePositionY().
|
pure virtual |
Get the number of WellSampleRef elements.
plateIndex | the Plate index. |
plateAcquisitionIndex | the PlateAcquisition index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleRefCount().
|
pure virtual |
Get the Timepoint property of WellSample.
plateIndex | the Plate index. |
wellIndex | the Well index. |
wellSampleIndex | the WellSample index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellSampleTimepoint().
|
pure virtual |
Get the Type property of Well.
plateIndex | the Plate index. |
wellIndex | the Well index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getWellType().
|
pure virtual |
Get the number of links to an XMLAnnotation.
This method returns the number of references to the specified XMLAnnotation held by all model objects.
xmlAnnotationIndex | the XMLAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationAnnotationCount().
|
pure virtual |
Get the AnnotationRef property of XMLAnnotation.
XMLAnnotationIndex | the XMLAnnotation index. |
annotationRefIndex | AnnotationRef index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationAnnotationRef().
|
pure virtual |
Get the Annotator property of XMLAnnotation.
XMLAnnotationIndex | the XMLAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationAnnotator().
|
pure virtual |
Get the number of XMLAnnotation elements.
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationCount().
|
pure virtual |
Get the Description property of XMLAnnotation.
XMLAnnotationIndex | the XMLAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationDescription().
|
pure virtual |
Get the ID property of XMLAnnotation.
XMLAnnotationIndex | the XMLAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationID().
|
pure virtual |
Get the Namespace property of XMLAnnotation.
XMLAnnotationIndex | the XMLAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationNamespace().
|
pure virtual |
Get the Value property of XMLAnnotation.
XMLAnnotationIndex | the XMLAnnotation index. |
Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.
Referenced by ome::xml::meta::AggregateMetadata::getXMLAnnotationValue().