bioformats  5.1.3
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
ome::xml::meta::MetadataStore Class Referenceabstract

Metadata storage interface. More...

#include <ome/xml/meta/MetadataStore.h>

+ Inheritance diagram for ome::xml::meta::MetadataStore:
+ Collaboration diagram for ome::xml::meta::MetadataStore:

Public Member Functions

virtual ~MetadataStore ()
 Destructor.
 
virtual void createRoot ()=0
 Create root node. More...
 
virtual ome::compat::shared_ptr< MetadataRoot > & getRoot ()=0
 Get the root node of the metadata. More...
 
virtual void setRoot (ome::compat::shared_ptr< MetadataRoot > &root)=0
 Set the root node of the metadata. More...
 
virtual void setPixelsBinDataBigEndian (bool bigEndian, index_type imageIndex, index_type binDataIndex=0)=0
 Set the BigEndian property of Pixels. More...
 
virtual void setUUID (const std::string &uuid)=0
 Set the UUID associated with this collection of metadata. More...
 
virtual void setArcID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the ID property of Arc. More...
 
virtual void setArcLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the LotNumber property of Arc. More...
 
virtual void setArcManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Manufacturer property of Arc. More...
 
virtual void setArcModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Model property of Arc. More...
 
virtual void setArcPower (double power, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Power property of Arc. More...
 
virtual void setArcSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the SerialNumber property of Arc. More...
 
virtual void setArcType (ome::xml::model::enums::ArcType type, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Type property of Arc. More...
 
virtual void setBinaryFileFileName (std::string fileName, index_type fileAnnotationIndex)=0
 Set the FileName property of BinaryFile. More...
 
virtual void setBinaryFileMIMEType (std::string mimeType, index_type fileAnnotationIndex)=0
 Set the MIMEType property of BinaryFile. More...
 
virtual void setBinaryFileSize (ome::xml::model::primitives::NonNegativeLong size, index_type fileAnnotationIndex)=0
 Set the Size property of BinaryFile. More...
 
virtual void setBinaryOnlyMetadataFile (std::string metadataFile)=0
 Set the MetadataFile property of BinaryOnly. More...
 
virtual void setBinaryOnlyUUID (std::string uuid)=0
 Set the UUID property of BinaryOnly. More...
 
virtual void setBooleanAnnotationAnnotationRef (const std::string &annotation, index_type booleanAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of BooleanAnnotation. More...
 
virtual void setBooleanAnnotationAnnotator (std::string annotator, index_type booleanAnnotationIndex)=0
 Set the Annotator property of BooleanAnnotation. More...
 
virtual void setBooleanAnnotationDescription (std::string description, index_type booleanAnnotationIndex)=0
 Set the Description property of BooleanAnnotation. More...
 
virtual void setBooleanAnnotationID (std::string id, index_type booleanAnnotationIndex)=0
 Set the ID property of BooleanAnnotation. More...
 
virtual void setBooleanAnnotationNamespace (std::string namespace_, index_type booleanAnnotationIndex)=0
 Set the Namespace property of BooleanAnnotation. More...
 
virtual void setBooleanAnnotationValue (bool value, index_type booleanAnnotationIndex)=0
 Set the Value property of BooleanAnnotation. More...
 
virtual void setChannelAcquisitionMode (ome::xml::model::enums::AcquisitionMode acquisitionMode, index_type imageIndex, index_type channelIndex)=0
 Set the AcquisitionMode property of Channel. More...
 
virtual void setChannelAnnotationRef (const std::string &annotation, index_type imageIndex, index_type channelIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Channel. More...
 
virtual void setChannelColor (ome::xml::model::primitives::Color color, index_type imageIndex, index_type channelIndex)=0
 Set the Color property of Channel. More...
 
virtual void setChannelContrastMethod (ome::xml::model::enums::ContrastMethod contrastMethod, index_type imageIndex, index_type channelIndex)=0
 Set the ContrastMethod property of Channel. More...
 
virtual void setChannelEmissionWavelength (ome::xml::model::primitives::PositiveInteger emissionWavelength, index_type imageIndex, index_type channelIndex)=0
 Set the EmissionWavelength property of Channel. More...
 
virtual void setChannelExcitationWavelength (ome::xml::model::primitives::PositiveInteger excitationWavelength, index_type imageIndex, index_type channelIndex)=0
 Set the ExcitationWavelength property of Channel. More...
 
virtual void setChannelFilterSetRef (const std::string &filterSet, index_type imageIndex, index_type channelIndex)=0
 Set the FilterSetRef property of Channel. More...
 
virtual void setChannelFluor (std::string fluor, index_type imageIndex, index_type channelIndex)=0
 Set the Fluor property of Channel. More...
 
virtual void setChannelID (std::string id, index_type imageIndex, index_type channelIndex)=0
 Set the ID property of Channel. More...
 
virtual void setChannelIlluminationType (ome::xml::model::enums::IlluminationType illuminationType, index_type imageIndex, index_type channelIndex)=0
 Set the IlluminationType property of Channel. More...
 
virtual void setChannelNDFilter (double ndFilter, index_type imageIndex, index_type channelIndex)=0
 Set the NDFilter property of Channel. More...
 
virtual void setChannelName (std::string name, index_type imageIndex, index_type channelIndex)=0
 Set the Name property of Channel. More...
 
virtual void setChannelPinholeSize (double pinholeSize, index_type imageIndex, index_type channelIndex)=0
 Set the PinholeSize property of Channel. More...
 
virtual void setChannelPockelCellSetting (int32_t pockelCellSetting, index_type imageIndex, index_type channelIndex)=0
 Set the PockelCellSetting property of Channel. More...
 
virtual void setChannelSamplesPerPixel (ome::xml::model::primitives::PositiveInteger samplesPerPixel, index_type imageIndex, index_type channelIndex)=0
 Set the SamplesPerPixel property of Channel. More...
 
virtual void setCommentAnnotationAnnotationRef (const std::string &annotation, index_type commentAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of CommentAnnotation. More...
 
virtual void setCommentAnnotationAnnotator (std::string annotator, index_type commentAnnotationIndex)=0
 Set the Annotator property of CommentAnnotation. More...
 
virtual void setCommentAnnotationDescription (std::string description, index_type commentAnnotationIndex)=0
 Set the Description property of CommentAnnotation. More...
 
virtual void setCommentAnnotationID (std::string id, index_type commentAnnotationIndex)=0
 Set the ID property of CommentAnnotation. More...
 
virtual void setCommentAnnotationNamespace (std::string namespace_, index_type commentAnnotationIndex)=0
 Set the Namespace property of CommentAnnotation. More...
 
virtual void setCommentAnnotationValue (std::string value, index_type commentAnnotationIndex)=0
 Set the Value property of CommentAnnotation. More...
 
virtual void setDatasetAnnotationRef (const std::string &annotation, index_type datasetIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Dataset. More...
 
virtual void setDatasetDescription (std::string description, index_type datasetIndex)=0
 Set the Description property of Dataset. More...
 
virtual void setDatasetExperimenterGroupRef (const std::string &experimenterGroup, index_type datasetIndex)=0
 Set the ExperimenterGroupRef property of Dataset. More...
 
virtual void setDatasetExperimenterRef (const std::string &experimenter, index_type datasetIndex)=0
 Set the ExperimenterRef property of Dataset. More...
 
virtual void setDatasetID (std::string id, index_type datasetIndex)=0
 Set the ID property of Dataset. More...
 
virtual void setDatasetImageRef (const std::string &image, index_type datasetIndex, index_type imageRefIndex=0)=0
 Set the ImageRef property of Dataset. More...
 
virtual void setDatasetName (std::string name, index_type datasetIndex)=0
 Set the Name property of Dataset. More...
 
virtual void setDetectorAmplificationGain (double amplificationGain, index_type instrumentIndex, index_type detectorIndex)=0
 Set the AmplificationGain property of Detector. More...
 
virtual void setDetectorGain (double gain, index_type instrumentIndex, index_type detectorIndex)=0
 Set the Gain property of Detector. More...
 
virtual void setDetectorID (std::string id, index_type instrumentIndex, index_type detectorIndex)=0
 Set the ID property of Detector. More...
 
virtual void setDetectorLotNumber (std::string lotNumber, index_type instrumentIndex, index_type detectorIndex)=0
 Set the LotNumber property of Detector. More...
 
virtual void setDetectorManufacturer (std::string manufacturer, index_type instrumentIndex, index_type detectorIndex)=0
 Set the Manufacturer property of Detector. More...
 
virtual void setDetectorModel (std::string model, index_type instrumentIndex, index_type detectorIndex)=0
 Set the Model property of Detector. More...
 
virtual void setDetectorOffset (double offset, index_type instrumentIndex, index_type detectorIndex)=0
 Set the Offset property of Detector. More...
 
virtual void setDetectorSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type detectorIndex)=0
 Set the SerialNumber property of Detector. More...
 
virtual void setDetectorType (ome::xml::model::enums::DetectorType type, index_type instrumentIndex, index_type detectorIndex)=0
 Set the Type property of Detector. More...
 
virtual void setDetectorVoltage (double voltage, index_type instrumentIndex, index_type detectorIndex)=0
 Set the Voltage property of Detector. More...
 
virtual void setDetectorZoom (double zoom, index_type instrumentIndex, index_type detectorIndex)=0
 Set the Zoom property of Detector. More...
 
virtual void setDetectorSettingsBinning (ome::xml::model::enums::Binning binning, index_type imageIndex, index_type channelIndex)=0
 Set the Binning property of DetectorSettings. More...
 
virtual void setDetectorSettingsGain (double gain, index_type imageIndex, index_type channelIndex)=0
 Set the Gain property of DetectorSettings. More...
 
virtual void setDetectorSettingsID (std::string id, index_type imageIndex, index_type channelIndex)=0
 Set the ID property of DetectorSettings. More...
 
virtual void setDetectorSettingsIntegration (ome::xml::model::primitives::PositiveInteger integration, index_type imageIndex, index_type channelIndex)=0
 Set the Integration property of DetectorSettings. More...
 
virtual void setDetectorSettingsOffset (double offset, index_type imageIndex, index_type channelIndex)=0
 Set the Offset property of DetectorSettings. More...
 
virtual void setDetectorSettingsReadOutRate (double readOutRate, index_type imageIndex, index_type channelIndex)=0
 Set the ReadOutRate property of DetectorSettings. More...
 
virtual void setDetectorSettingsVoltage (double voltage, index_type imageIndex, index_type channelIndex)=0
 Set the Voltage property of DetectorSettings. More...
 
virtual void setDetectorSettingsZoom (double zoom, index_type imageIndex, index_type channelIndex)=0
 Set the Zoom property of DetectorSettings. More...
 
virtual void setDichroicID (std::string id, index_type instrumentIndex, index_type dichroicIndex)=0
 Set the ID property of Dichroic. More...
 
virtual void setDichroicLotNumber (std::string lotNumber, index_type instrumentIndex, index_type dichroicIndex)=0
 Set the LotNumber property of Dichroic. More...
 
virtual void setDichroicManufacturer (std::string manufacturer, index_type instrumentIndex, index_type dichroicIndex)=0
 Set the Manufacturer property of Dichroic. More...
 
virtual void setDichroicModel (std::string model, index_type instrumentIndex, index_type dichroicIndex)=0
 Set the Model property of Dichroic. More...
 
virtual void setDichroicSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type dichroicIndex)=0
 Set the SerialNumber property of Dichroic. More...
 
virtual void setDoubleAnnotationAnnotationRef (const std::string &annotation, index_type doubleAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of DoubleAnnotation. More...
 
virtual void setDoubleAnnotationAnnotator (std::string annotator, index_type doubleAnnotationIndex)=0
 Set the Annotator property of DoubleAnnotation. More...
 
virtual void setDoubleAnnotationDescription (std::string description, index_type doubleAnnotationIndex)=0
 Set the Description property of DoubleAnnotation. More...
 
virtual void setDoubleAnnotationID (std::string id, index_type doubleAnnotationIndex)=0
 Set the ID property of DoubleAnnotation. More...
 
virtual void setDoubleAnnotationNamespace (std::string namespace_, index_type doubleAnnotationIndex)=0
 Set the Namespace property of DoubleAnnotation. More...
 
virtual void setDoubleAnnotationValue (double value, index_type doubleAnnotationIndex)=0
 Set the Value property of DoubleAnnotation. More...
 
virtual void setEllipseFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Ellipse. More...
 
virtual void setEllipseFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Ellipse. More...
 
virtual void setEllipseFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Ellipse. More...
 
virtual void setEllipseFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Ellipse. More...
 
virtual void setEllipseFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Ellipse. More...
 
virtual void setEllipseID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Ellipse. More...
 
virtual void setEllipseLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Ellipse. More...
 
virtual void setEllipseLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Ellipse. More...
 
virtual void setEllipseStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Ellipse. More...
 
virtual void setEllipseStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Ellipse. More...
 
virtual void setEllipseStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Ellipse. More...
 
virtual void setEllipseText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Ellipse. More...
 
virtual void setEllipseTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Ellipse. More...
 
virtual void setEllipseTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Ellipse. More...
 
virtual void setEllipseTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Ellipse. More...
 
virtual void setEllipseTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Ellipse. More...
 
virtual void setEllipseVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Ellipse. More...
 
virtual void setEllipseRadiusX (double radiusX, index_type ROIIndex, index_type shapeIndex)=0
 Set the RadiusX property of Ellipse. More...
 
virtual void setEllipseRadiusY (double radiusY, index_type ROIIndex, index_type shapeIndex)=0
 Set the RadiusY property of Ellipse. More...
 
virtual void setEllipseX (double x, index_type ROIIndex, index_type shapeIndex)=0
 Set the X property of Ellipse. More...
 
virtual void setEllipseY (double y, index_type ROIIndex, index_type shapeIndex)=0
 Set the Y property of Ellipse. More...
 
virtual void setExperimentDescription (std::string description, index_type experimentIndex)=0
 Set the Description property of Experiment. More...
 
virtual void setExperimentExperimenterRef (const std::string &experimenter, index_type experimentIndex)=0
 Set the ExperimenterRef property of Experiment. More...
 
virtual void setExperimentID (std::string id, index_type experimentIndex)=0
 Set the ID property of Experiment. More...
 
virtual void setExperimentType (ome::xml::model::enums::ExperimentType type, index_type experimentIndex)=0
 Set the Type property of Experiment. More...
 
virtual void setExperimenterAnnotationRef (const std::string &annotation, index_type experimenterIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Experimenter. More...
 
virtual void setExperimenterEmail (std::string email, index_type experimenterIndex)=0
 Set the Email property of Experimenter. More...
 
virtual void setExperimenterFirstName (std::string firstName, index_type experimenterIndex)=0
 Set the FirstName property of Experimenter. More...
 
virtual void setExperimenterID (std::string id, index_type experimenterIndex)=0
 Set the ID property of Experimenter. More...
 
virtual void setExperimenterInstitution (std::string institution, index_type experimenterIndex)=0
 Set the Institution property of Experimenter. More...
 
virtual void setExperimenterLastName (std::string lastName, index_type experimenterIndex)=0
 Set the LastName property of Experimenter. More...
 
virtual void setExperimenterMiddleName (std::string middleName, index_type experimenterIndex)=0
 Set the MiddleName property of Experimenter. More...
 
virtual void setExperimenterUserName (std::string userName, index_type experimenterIndex)=0
 Set the UserName property of Experimenter. More...
 
virtual void setExperimenterGroupAnnotationRef (const std::string &annotation, index_type experimenterGroupIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of ExperimenterGroup. More...
 
virtual void setExperimenterGroupDescription (std::string description, index_type experimenterGroupIndex)=0
 Set the Description property of ExperimenterGroup. More...
 
virtual void setExperimenterGroupExperimenterRef (const std::string &experimenter, index_type experimenterGroupIndex, index_type experimenterRefIndex=0)=0
 Set the ExperimenterRef property of ExperimenterGroup. More...
 
virtual void setExperimenterGroupID (std::string id, index_type experimenterGroupIndex)=0
 Set the ID property of ExperimenterGroup. More...
 
virtual void setExperimenterGroupLeader (const std::string &leader, index_type experimenterGroupIndex, index_type leaderIndex=0)=0
 Set the Leader property of ExperimenterGroup. More...
 
virtual void setExperimenterGroupName (std::string name, index_type experimenterGroupIndex)=0
 Set the Name property of ExperimenterGroup. More...
 
virtual void setFilamentID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the ID property of Filament. More...
 
virtual void setFilamentLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the LotNumber property of Filament. More...
 
virtual void setFilamentManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Manufacturer property of Filament. More...
 
virtual void setFilamentModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Model property of Filament. More...
 
virtual void setFilamentPower (double power, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Power property of Filament. More...
 
virtual void setFilamentSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the SerialNumber property of Filament. More...
 
virtual void setFilamentType (ome::xml::model::enums::FilamentType type, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Type property of Filament. More...
 
virtual void setFileAnnotationAnnotationRef (const std::string &annotation, index_type fileAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of FileAnnotation. More...
 
virtual void setFileAnnotationAnnotator (std::string annotator, index_type fileAnnotationIndex)=0
 Set the Annotator property of FileAnnotation. More...
 
virtual void setFileAnnotationDescription (std::string description, index_type fileAnnotationIndex)=0
 Set the Description property of FileAnnotation. More...
 
virtual void setFileAnnotationID (std::string id, index_type fileAnnotationIndex)=0
 Set the ID property of FileAnnotation. More...
 
virtual void setFileAnnotationNamespace (std::string namespace_, index_type fileAnnotationIndex)=0
 Set the Namespace property of FileAnnotation. More...
 
virtual void setFilterFilterWheel (std::string filterWheel, index_type instrumentIndex, index_type filterIndex)=0
 Set the FilterWheel property of Filter. More...
 
virtual void setFilterID (std::string id, index_type instrumentIndex, index_type filterIndex)=0
 Set the ID property of Filter. More...
 
virtual void setFilterLotNumber (std::string lotNumber, index_type instrumentIndex, index_type filterIndex)=0
 Set the LotNumber property of Filter. More...
 
virtual void setFilterManufacturer (std::string manufacturer, index_type instrumentIndex, index_type filterIndex)=0
 Set the Manufacturer property of Filter. More...
 
virtual void setFilterModel (std::string model, index_type instrumentIndex, index_type filterIndex)=0
 Set the Model property of Filter. More...
 
virtual void setFilterSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type filterIndex)=0
 Set the SerialNumber property of Filter. More...
 
virtual void setFilterType (ome::xml::model::enums::FilterType type, index_type instrumentIndex, index_type filterIndex)=0
 Set the Type property of Filter. More...
 
virtual void setFilterSetDichroicRef (const std::string &dichroic, index_type instrumentIndex, index_type filterSetIndex)=0
 Set the DichroicRef property of FilterSet. More...
 
virtual void setFilterSetEmissionFilterRef (const std::string &emissionFilter, index_type instrumentIndex, index_type filterSetIndex, index_type emissionFilterRefIndex=0)=0
 Set the EmissionFilterRef property of FilterSet. More...
 
virtual void setFilterSetExcitationFilterRef (const std::string &excitationFilter, index_type instrumentIndex, index_type filterSetIndex, index_type excitationFilterRefIndex=0)=0
 Set the ExcitationFilterRef property of FilterSet. More...
 
virtual void setFilterSetID (std::string id, index_type instrumentIndex, index_type filterSetIndex)=0
 Set the ID property of FilterSet. More...
 
virtual void setFilterSetLotNumber (std::string lotNumber, index_type instrumentIndex, index_type filterSetIndex)=0
 Set the LotNumber property of FilterSet. More...
 
virtual void setFilterSetManufacturer (std::string manufacturer, index_type instrumentIndex, index_type filterSetIndex)=0
 Set the Manufacturer property of FilterSet. More...
 
virtual void setFilterSetModel (std::string model, index_type instrumentIndex, index_type filterSetIndex)=0
 Set the Model property of FilterSet. More...
 
virtual void setFilterSetSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type filterSetIndex)=0
 Set the SerialNumber property of FilterSet. More...
 
virtual void setImageAcquisitionDate (ome::xml::model::primitives::Timestamp acquisitionDate, index_type imageIndex)=0
 Set the AcquisitionDate property of Image. More...
 
virtual void setImageAnnotationRef (const std::string &annotation, index_type imageIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Image. More...
 
virtual void setImageDescription (std::string description, index_type imageIndex)=0
 Set the Description property of Image. More...
 
virtual void setImageExperimentRef (const std::string &experiment, index_type imageIndex)=0
 Set the ExperimentRef property of Image. More...
 
virtual void setImageExperimenterGroupRef (const std::string &experimenterGroup, index_type imageIndex)=0
 Set the ExperimenterGroupRef property of Image. More...
 
virtual void setImageExperimenterRef (const std::string &experimenter, index_type imageIndex)=0
 Set the ExperimenterRef property of Image. More...
 
virtual void setImageID (std::string id, index_type imageIndex)=0
 Set the ID property of Image. More...
 
virtual void setImageInstrumentRef (const std::string &instrument, index_type imageIndex)=0
 Set the InstrumentRef property of Image. More...
 
virtual void setImageMicrobeamManipulationRef (const std::string &microbeamManipulation, index_type imageIndex, index_type microbeamManipulationRefIndex=0)=0
 Set the MicrobeamManipulationRef property of Image. More...
 
virtual void setImageName (std::string name, index_type imageIndex)=0
 Set the Name property of Image. More...
 
virtual void setImageROIRef (const std::string &roi, index_type imageIndex, index_type ROIRefIndex=0)=0
 Set the ROIRef property of Image. More...
 
virtual void setImagingEnvironmentAirPressure (double airPressure, index_type imageIndex)=0
 Set the AirPressure property of ImagingEnvironment. More...
 
virtual void setImagingEnvironmentCO2Percent (ome::xml::model::primitives::PercentFraction co2Percent, index_type imageIndex)=0
 Set the CO2Percent property of ImagingEnvironment. More...
 
virtual void setImagingEnvironmentHumidity (ome::xml::model::primitives::PercentFraction humidity, index_type imageIndex)=0
 Set the Humidity property of ImagingEnvironment. More...
 
virtual void setImagingEnvironmentTemperature (double temperature, index_type imageIndex)=0
 Set the Temperature property of ImagingEnvironment. More...
 
virtual void setInstrumentID (std::string id, index_type instrumentIndex)=0
 Set the ID property of Instrument. More...
 
virtual void setLabelFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Label. More...
 
virtual void setLabelFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Label. More...
 
virtual void setLabelFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Label. More...
 
virtual void setLabelFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Label. More...
 
virtual void setLabelFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Label. More...
 
virtual void setLabelID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Label. More...
 
virtual void setLabelLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Label. More...
 
virtual void setLabelLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Label. More...
 
virtual void setLabelStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Label. More...
 
virtual void setLabelStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Label. More...
 
virtual void setLabelStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Label. More...
 
virtual void setLabelText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Label. More...
 
virtual void setLabelTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Label. More...
 
virtual void setLabelTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Label. More...
 
virtual void setLabelTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Label. More...
 
virtual void setLabelTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Label. More...
 
virtual void setLabelVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Label. More...
 
virtual void setLabelX (double x, index_type ROIIndex, index_type shapeIndex)=0
 Set the X property of Label. More...
 
virtual void setLabelY (double y, index_type ROIIndex, index_type shapeIndex)=0
 Set the Y property of Label. More...
 
virtual void setLaserID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the ID property of Laser. More...
 
virtual void setLaserLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the LotNumber property of Laser. More...
 
virtual void setLaserManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Manufacturer property of Laser. More...
 
virtual void setLaserModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Model property of Laser. More...
 
virtual void setLaserPower (double power, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Power property of Laser. More...
 
virtual void setLaserSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the SerialNumber property of Laser. More...
 
virtual void setLaserFrequencyMultiplication (ome::xml::model::primitives::PositiveInteger frequencyMultiplication, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the FrequencyMultiplication property of Laser. More...
 
virtual void setLaserLaserMedium (ome::xml::model::enums::LaserMedium laserMedium, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the LaserMedium property of Laser. More...
 
virtual void setLaserPockelCell (bool pockelCell, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the PockelCell property of Laser. More...
 
virtual void setLaserPulse (ome::xml::model::enums::Pulse pulse, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Pulse property of Laser. More...
 
virtual void setLaserPump (const std::string &pump, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Pump property of Laser. More...
 
virtual void setLaserRepetitionRate (double repetitionRate, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the RepetitionRate property of Laser. More...
 
virtual void setLaserTuneable (bool tuneable, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Tuneable property of Laser. More...
 
virtual void setLaserType (ome::xml::model::enums::LaserType type, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Type property of Laser. More...
 
virtual void setLaserWavelength (ome::xml::model::primitives::PositiveInteger wavelength, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Wavelength property of Laser. More...
 
virtual void setLightEmittingDiodeID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the ID property of LightEmittingDiode. More...
 
virtual void setLightEmittingDiodeLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the LotNumber property of LightEmittingDiode. More...
 
virtual void setLightEmittingDiodeManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Manufacturer property of LightEmittingDiode. More...
 
virtual void setLightEmittingDiodeModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Model property of LightEmittingDiode. More...
 
virtual void setLightEmittingDiodePower (double power, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the Power property of LightEmittingDiode. More...
 
virtual void setLightEmittingDiodeSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)=0
 Set the SerialNumber property of LightEmittingDiode. More...
 
virtual void setLightPathDichroicRef (const std::string &dichroic, index_type imageIndex, index_type channelIndex)=0
 Set the DichroicRef property of LightPath. More...
 
virtual void setLightPathEmissionFilterRef (const std::string &emissionFilter, index_type imageIndex, index_type channelIndex, index_type emissionFilterRefIndex=0)=0
 Set the EmissionFilterRef property of LightPath. More...
 
virtual void setLightPathExcitationFilterRef (const std::string &excitationFilter, index_type imageIndex, index_type channelIndex, index_type excitationFilterRefIndex=0)=0
 Set the ExcitationFilterRef property of LightPath. More...
 
virtual void setChannelLightSourceSettingsAttenuation (ome::xml::model::primitives::PercentFraction attenuation, index_type imageIndex, index_type channelIndex)=0
 Set the Attenuation property of LightSourceSettings. More...
 
virtual void setMicrobeamManipulationLightSourceSettingsAttenuation (ome::xml::model::primitives::PercentFraction attenuation, index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex)=0
 Set the Attenuation property of LightSourceSettings. More...
 
virtual void setChannelLightSourceSettingsID (std::string id, index_type imageIndex, index_type channelIndex)=0
 Set the ID property of LightSourceSettings. More...
 
virtual void setMicrobeamManipulationLightSourceSettingsID (std::string id, index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex)=0
 Set the ID property of LightSourceSettings. More...
 
virtual void setChannelLightSourceSettingsWavelength (ome::xml::model::primitives::PositiveInteger wavelength, index_type imageIndex, index_type channelIndex)=0
 Set the Wavelength property of LightSourceSettings. More...
 
virtual void setMicrobeamManipulationLightSourceSettingsWavelength (ome::xml::model::primitives::PositiveInteger wavelength, index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex)=0
 Set the Wavelength property of LightSourceSettings. More...
 
virtual void setLineFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Line. More...
 
virtual void setLineFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Line. More...
 
virtual void setLineFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Line. More...
 
virtual void setLineFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Line. More...
 
virtual void setLineFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Line. More...
 
virtual void setLineID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Line. More...
 
virtual void setLineLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Line. More...
 
virtual void setLineLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Line. More...
 
virtual void setLineStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Line. More...
 
virtual void setLineStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Line. More...
 
virtual void setLineStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Line. More...
 
virtual void setLineText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Line. More...
 
virtual void setLineTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Line. More...
 
virtual void setLineTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Line. More...
 
virtual void setLineTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Line. More...
 
virtual void setLineTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Line. More...
 
virtual void setLineVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Line. More...
 
virtual void setLineMarkerEnd (ome::xml::model::enums::Marker markerEnd, index_type ROIIndex, index_type shapeIndex)=0
 Set the MarkerEnd property of Line. More...
 
virtual void setLineMarkerStart (ome::xml::model::enums::Marker markerStart, index_type ROIIndex, index_type shapeIndex)=0
 Set the MarkerStart property of Line. More...
 
virtual void setLineX1 (double x1, index_type ROIIndex, index_type shapeIndex)=0
 Set the X1 property of Line. More...
 
virtual void setLineX2 (double x2, index_type ROIIndex, index_type shapeIndex)=0
 Set the X2 property of Line. More...
 
virtual void setLineY1 (double y1, index_type ROIIndex, index_type shapeIndex)=0
 Set the Y1 property of Line. More...
 
virtual void setLineY2 (double y2, index_type ROIIndex, index_type shapeIndex)=0
 Set the Y2 property of Line. More...
 
virtual void setListAnnotationAnnotationRef (const std::string &annotation, index_type listAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of ListAnnotation. More...
 
virtual void setListAnnotationAnnotator (std::string annotator, index_type listAnnotationIndex)=0
 Set the Annotator property of ListAnnotation. More...
 
virtual void setListAnnotationDescription (std::string description, index_type listAnnotationIndex)=0
 Set the Description property of ListAnnotation. More...
 
virtual void setListAnnotationID (std::string id, index_type listAnnotationIndex)=0
 Set the ID property of ListAnnotation. More...
 
virtual void setListAnnotationNamespace (std::string namespace_, index_type listAnnotationIndex)=0
 Set the Namespace property of ListAnnotation. More...
 
virtual void setLongAnnotationAnnotationRef (const std::string &annotation, index_type longAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of LongAnnotation. More...
 
virtual void setLongAnnotationAnnotator (std::string annotator, index_type longAnnotationIndex)=0
 Set the Annotator property of LongAnnotation. More...
 
virtual void setLongAnnotationDescription (std::string description, index_type longAnnotationIndex)=0
 Set the Description property of LongAnnotation. More...
 
virtual void setLongAnnotationID (std::string id, index_type longAnnotationIndex)=0
 Set the ID property of LongAnnotation. More...
 
virtual void setLongAnnotationNamespace (std::string namespace_, index_type longAnnotationIndex)=0
 Set the Namespace property of LongAnnotation. More...
 
virtual void setLongAnnotationValue (int64_t value, index_type longAnnotationIndex)=0
 Set the Value property of LongAnnotation. More...
 
virtual void setMaskFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Mask. More...
 
virtual void setMaskFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Mask. More...
 
virtual void setMaskFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Mask. More...
 
virtual void setMaskFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Mask. More...
 
virtual void setMaskFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Mask. More...
 
virtual void setMaskID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Mask. More...
 
virtual void setMaskLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Mask. More...
 
virtual void setMaskLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Mask. More...
 
virtual void setMaskStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Mask. More...
 
virtual void setMaskStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Mask. More...
 
virtual void setMaskStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Mask. More...
 
virtual void setMaskText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Mask. More...
 
virtual void setMaskTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Mask. More...
 
virtual void setMaskTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Mask. More...
 
virtual void setMaskTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Mask. More...
 
virtual void setMaskTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Mask. More...
 
virtual void setMaskVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Mask. More...
 
virtual void setMaskHeight (double height, index_type ROIIndex, index_type shapeIndex)=0
 Set the Height property of Mask. More...
 
virtual void setMaskWidth (double width, index_type ROIIndex, index_type shapeIndex)=0
 Set the Width property of Mask. More...
 
virtual void setMaskX (double x, index_type ROIIndex, index_type shapeIndex)=0
 Set the X property of Mask. More...
 
virtual void setMaskY (double y, index_type ROIIndex, index_type shapeIndex)=0
 Set the Y property of Mask. More...
 
virtual void setMicrobeamManipulationDescription (std::string description, index_type experimentIndex, index_type microbeamManipulationIndex)=0
 Set the Description property of MicrobeamManipulation. More...
 
virtual void setMicrobeamManipulationExperimenterRef (const std::string &experimenter, index_type experimentIndex, index_type microbeamManipulationIndex)=0
 Set the ExperimenterRef property of MicrobeamManipulation. More...
 
virtual void setMicrobeamManipulationID (std::string id, index_type experimentIndex, index_type microbeamManipulationIndex)=0
 Set the ID property of MicrobeamManipulation. More...
 
virtual void setMicrobeamManipulationROIRef (const std::string &roi, index_type experimentIndex, index_type microbeamManipulationIndex, index_type ROIRefIndex=0)=0
 Set the ROIRef property of MicrobeamManipulation. More...
 
virtual void setMicrobeamManipulationType (ome::xml::model::enums::MicrobeamManipulationType type, index_type experimentIndex, index_type microbeamManipulationIndex)=0
 Set the Type property of MicrobeamManipulation. More...
 
virtual void setMicroscopeLotNumber (std::string lotNumber, index_type instrumentIndex)=0
 Set the LotNumber property of Microscope. More...
 
virtual void setMicroscopeManufacturer (std::string manufacturer, index_type instrumentIndex)=0
 Set the Manufacturer property of Microscope. More...
 
virtual void setMicroscopeModel (std::string model, index_type instrumentIndex)=0
 Set the Model property of Microscope. More...
 
virtual void setMicroscopeSerialNumber (std::string serialNumber, index_type instrumentIndex)=0
 Set the SerialNumber property of Microscope. More...
 
virtual void setMicroscopeType (ome::xml::model::enums::MicroscopeType type, index_type instrumentIndex)=0
 Set the Type property of Microscope. More...
 
virtual void setObjectiveCalibratedMagnification (double calibratedMagnification, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the CalibratedMagnification property of Objective. More...
 
virtual void setObjectiveCorrection (ome::xml::model::enums::Correction correction, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the Correction property of Objective. More...
 
virtual void setObjectiveID (std::string id, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the ID property of Objective. More...
 
virtual void setObjectiveImmersion (ome::xml::model::enums::Immersion immersion, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the Immersion property of Objective. More...
 
virtual void setObjectiveIris (bool iris, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the Iris property of Objective. More...
 
virtual void setObjectiveLensNA (double lensNA, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the LensNA property of Objective. More...
 
virtual void setObjectiveLotNumber (std::string lotNumber, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the LotNumber property of Objective. More...
 
virtual void setObjectiveManufacturer (std::string manufacturer, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the Manufacturer property of Objective. More...
 
virtual void setObjectiveModel (std::string model, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the Model property of Objective. More...
 
virtual void setObjectiveNominalMagnification (double nominalMagnification, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the NominalMagnification property of Objective. More...
 
virtual void setObjectiveSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the SerialNumber property of Objective. More...
 
virtual void setObjectiveWorkingDistance (double workingDistance, index_type instrumentIndex, index_type objectiveIndex)=0
 Set the WorkingDistance property of Objective. More...
 
virtual void setObjectiveSettingsCorrectionCollar (double correctionCollar, index_type imageIndex)=0
 Set the CorrectionCollar property of ObjectiveSettings. More...
 
virtual void setObjectiveSettingsID (std::string id, index_type imageIndex)=0
 Set the ID property of ObjectiveSettings. More...
 
virtual void setObjectiveSettingsMedium (ome::xml::model::enums::Medium medium, index_type imageIndex)=0
 Set the Medium property of ObjectiveSettings. More...
 
virtual void setObjectiveSettingsRefractiveIndex (double refractiveIndex, index_type imageIndex)=0
 Set the RefractiveIndex property of ObjectiveSettings. More...
 
virtual void setPixelsAnnotationRef (const std::string &annotation, index_type imageIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Pixels. More...
 
virtual void setPixelsBigEndian (bool bigEndian, index_type imageIndex)=0
 Set the BigEndian property of Pixels. More...
 
virtual void setPixelsDimensionOrder (ome::xml::model::enums::DimensionOrder dimensionOrder, index_type imageIndex)=0
 Set the DimensionOrder property of Pixels. More...
 
virtual void setPixelsID (std::string id, index_type imageIndex)=0
 Set the ID property of Pixels. More...
 
virtual void setPixelsInterleaved (bool interleaved, index_type imageIndex)=0
 Set the Interleaved property of Pixels. More...
 
virtual void setPixelsPhysicalSizeX (ome::xml::model::primitives::PositiveFloat physicalSizeX, index_type imageIndex)=0
 Set the PhysicalSizeX property of Pixels. More...
 
virtual void setPixelsPhysicalSizeY (ome::xml::model::primitives::PositiveFloat physicalSizeY, index_type imageIndex)=0
 Set the PhysicalSizeY property of Pixels. More...
 
virtual void setPixelsPhysicalSizeZ (ome::xml::model::primitives::PositiveFloat physicalSizeZ, index_type imageIndex)=0
 Set the PhysicalSizeZ property of Pixels. More...
 
virtual void setPixelsSignificantBits (ome::xml::model::primitives::PositiveInteger significantBits, index_type imageIndex)=0
 Set the SignificantBits property of Pixels. More...
 
virtual void setPixelsSizeC (ome::xml::model::primitives::PositiveInteger sizeC, index_type imageIndex)=0
 Set the SizeC property of Pixels. More...
 
virtual void setPixelsSizeT (ome::xml::model::primitives::PositiveInteger sizeT, index_type imageIndex)=0
 Set the SizeT property of Pixels. More...
 
virtual void setPixelsSizeX (ome::xml::model::primitives::PositiveInteger sizeX, index_type imageIndex)=0
 Set the SizeX property of Pixels. More...
 
virtual void setPixelsSizeY (ome::xml::model::primitives::PositiveInteger sizeY, index_type imageIndex)=0
 Set the SizeY property of Pixels. More...
 
virtual void setPixelsSizeZ (ome::xml::model::primitives::PositiveInteger sizeZ, index_type imageIndex)=0
 Set the SizeZ property of Pixels. More...
 
virtual void setPixelsTimeIncrement (double timeIncrement, index_type imageIndex)=0
 Set the TimeIncrement property of Pixels. More...
 
virtual void setPixelsType (ome::xml::model::enums::PixelType type, index_type imageIndex)=0
 Set the Type property of Pixels. More...
 
virtual void setPlaneAnnotationRef (const std::string &annotation, index_type imageIndex, index_type planeIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Plane. More...
 
virtual void setPlaneDeltaT (double deltaT, index_type imageIndex, index_type planeIndex)=0
 Set the DeltaT property of Plane. More...
 
virtual void setPlaneExposureTime (double exposureTime, index_type imageIndex, index_type planeIndex)=0
 Set the ExposureTime property of Plane. More...
 
virtual void setPlaneHashSHA1 (std::string hashSHA1, index_type imageIndex, index_type planeIndex)=0
 Set the HashSHA1 property of Plane. More...
 
virtual void setPlanePositionX (double positionX, index_type imageIndex, index_type planeIndex)=0
 Set the PositionX property of Plane. More...
 
virtual void setPlanePositionY (double positionY, index_type imageIndex, index_type planeIndex)=0
 Set the PositionY property of Plane. More...
 
virtual void setPlanePositionZ (double positionZ, index_type imageIndex, index_type planeIndex)=0
 Set the PositionZ property of Plane. More...
 
virtual void setPlaneTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type imageIndex, index_type planeIndex)=0
 Set the TheC property of Plane. More...
 
virtual void setPlaneTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type imageIndex, index_type planeIndex)=0
 Set the TheT property of Plane. More...
 
virtual void setPlaneTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type imageIndex, index_type planeIndex)=0
 Set the TheZ property of Plane. More...
 
virtual void setPlateAnnotationRef (const std::string &annotation, index_type plateIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Plate. More...
 
virtual void setPlateColumnNamingConvention (ome::xml::model::enums::NamingConvention columnNamingConvention, index_type plateIndex)=0
 Set the ColumnNamingConvention property of Plate. More...
 
virtual void setPlateColumns (ome::xml::model::primitives::PositiveInteger columns, index_type plateIndex)=0
 Set the Columns property of Plate. More...
 
virtual void setPlateDescription (std::string description, index_type plateIndex)=0
 Set the Description property of Plate. More...
 
virtual void setPlateExternalIdentifier (std::string externalIdentifier, index_type plateIndex)=0
 Set the ExternalIdentifier property of Plate. More...
 
virtual void setPlateFieldIndex (ome::xml::model::primitives::NonNegativeInteger fieldIndex, index_type plateIndex)=0
 Set the FieldIndex property of Plate. More...
 
virtual void setPlateID (std::string id, index_type plateIndex)=0
 Set the ID property of Plate. More...
 
virtual void setPlateName (std::string name, index_type plateIndex)=0
 Set the Name property of Plate. More...
 
virtual void setPlateRowNamingConvention (ome::xml::model::enums::NamingConvention rowNamingConvention, index_type plateIndex)=0
 Set the RowNamingConvention property of Plate. More...
 
virtual void setPlateRows (ome::xml::model::primitives::PositiveInteger rows, index_type plateIndex)=0
 Set the Rows property of Plate. More...
 
virtual void setPlateStatus (std::string status, index_type plateIndex)=0
 Set the Status property of Plate. More...
 
virtual void setPlateWellOriginX (double wellOriginX, index_type plateIndex)=0
 Set the WellOriginX property of Plate. More...
 
virtual void setPlateWellOriginY (double wellOriginY, index_type plateIndex)=0
 Set the WellOriginY property of Plate. More...
 
virtual void setPlateAcquisitionAnnotationRef (const std::string &annotation, index_type plateIndex, index_type plateAcquisitionIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of PlateAcquisition. More...
 
virtual void setPlateAcquisitionDescription (std::string description, index_type plateIndex, index_type plateAcquisitionIndex)=0
 Set the Description property of PlateAcquisition. More...
 
virtual void setPlateAcquisitionEndTime (ome::xml::model::primitives::Timestamp endTime, index_type plateIndex, index_type plateAcquisitionIndex)=0
 Set the EndTime property of PlateAcquisition. More...
 
virtual void setPlateAcquisitionID (std::string id, index_type plateIndex, index_type plateAcquisitionIndex)=0
 Set the ID property of PlateAcquisition. More...
 
virtual void setPlateAcquisitionMaximumFieldCount (ome::xml::model::primitives::PositiveInteger maximumFieldCount, index_type plateIndex, index_type plateAcquisitionIndex)=0
 Set the MaximumFieldCount property of PlateAcquisition. More...
 
virtual void setPlateAcquisitionName (std::string name, index_type plateIndex, index_type plateAcquisitionIndex)=0
 Set the Name property of PlateAcquisition. More...
 
virtual void setPlateAcquisitionStartTime (ome::xml::model::primitives::Timestamp startTime, index_type plateIndex, index_type plateAcquisitionIndex)=0
 Set the StartTime property of PlateAcquisition. More...
 
virtual void setPlateAcquisitionWellSampleRef (const std::string &wellSample, index_type plateIndex, index_type plateAcquisitionIndex, index_type wellSampleRefIndex=0)=0
 Set the WellSampleRef property of PlateAcquisition. More...
 
virtual void setPointFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Point. More...
 
virtual void setPointFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Point. More...
 
virtual void setPointFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Point. More...
 
virtual void setPointFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Point. More...
 
virtual void setPointFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Point. More...
 
virtual void setPointID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Point. More...
 
virtual void setPointLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Point. More...
 
virtual void setPointLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Point. More...
 
virtual void setPointStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Point. More...
 
virtual void setPointStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Point. More...
 
virtual void setPointStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Point. More...
 
virtual void setPointText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Point. More...
 
virtual void setPointTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Point. More...
 
virtual void setPointTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Point. More...
 
virtual void setPointTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Point. More...
 
virtual void setPointTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Point. More...
 
virtual void setPointVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Point. More...
 
virtual void setPointX (double x, index_type ROIIndex, index_type shapeIndex)=0
 Set the X property of Point. More...
 
virtual void setPointY (double y, index_type ROIIndex, index_type shapeIndex)=0
 Set the Y property of Point. More...
 
virtual void setPolygonFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Polygon. More...
 
virtual void setPolygonFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Polygon. More...
 
virtual void setPolygonFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Polygon. More...
 
virtual void setPolygonFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Polygon. More...
 
virtual void setPolygonFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Polygon. More...
 
virtual void setPolygonID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Polygon. More...
 
virtual void setPolygonLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Polygon. More...
 
virtual void setPolygonLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Polygon. More...
 
virtual void setPolygonStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Polygon. More...
 
virtual void setPolygonStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Polygon. More...
 
virtual void setPolygonStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Polygon. More...
 
virtual void setPolygonText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Polygon. More...
 
virtual void setPolygonTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Polygon. More...
 
virtual void setPolygonTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Polygon. More...
 
virtual void setPolygonTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Polygon. More...
 
virtual void setPolygonTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Polygon. More...
 
virtual void setPolygonVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Polygon. More...
 
virtual void setPolygonPoints (std::string points, index_type ROIIndex, index_type shapeIndex)=0
 Set the Points property of Polygon. More...
 
virtual void setPolylineFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Polyline. More...
 
virtual void setPolylineFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Polyline. More...
 
virtual void setPolylineFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Polyline. More...
 
virtual void setPolylineFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Polyline. More...
 
virtual void setPolylineFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Polyline. More...
 
virtual void setPolylineID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Polyline. More...
 
virtual void setPolylineLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Polyline. More...
 
virtual void setPolylineLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Polyline. More...
 
virtual void setPolylineStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Polyline. More...
 
virtual void setPolylineStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Polyline. More...
 
virtual void setPolylineStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Polyline. More...
 
virtual void setPolylineText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Polyline. More...
 
virtual void setPolylineTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Polyline. More...
 
virtual void setPolylineTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Polyline. More...
 
virtual void setPolylineTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Polyline. More...
 
virtual void setPolylineTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Polyline. More...
 
virtual void setPolylineVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Polyline. More...
 
virtual void setPolylineMarkerEnd (ome::xml::model::enums::Marker markerEnd, index_type ROIIndex, index_type shapeIndex)=0
 Set the MarkerEnd property of Polyline. More...
 
virtual void setPolylineMarkerStart (ome::xml::model::enums::Marker markerStart, index_type ROIIndex, index_type shapeIndex)=0
 Set the MarkerStart property of Polyline. More...
 
virtual void setPolylinePoints (std::string points, index_type ROIIndex, index_type shapeIndex)=0
 Set the Points property of Polyline. More...
 
virtual void setProjectAnnotationRef (const std::string &annotation, index_type projectIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Project. More...
 
virtual void setProjectDatasetRef (const std::string &dataset, index_type projectIndex, index_type datasetRefIndex=0)=0
 Set the DatasetRef property of Project. More...
 
virtual void setProjectDescription (std::string description, index_type projectIndex)=0
 Set the Description property of Project. More...
 
virtual void setProjectExperimenterGroupRef (const std::string &experimenterGroup, index_type projectIndex)=0
 Set the ExperimenterGroupRef property of Project. More...
 
virtual void setProjectExperimenterRef (const std::string &experimenter, index_type projectIndex)=0
 Set the ExperimenterRef property of Project. More...
 
virtual void setProjectID (std::string id, index_type projectIndex)=0
 Set the ID property of Project. More...
 
virtual void setProjectName (std::string name, index_type projectIndex)=0
 Set the Name property of Project. More...
 
virtual void setROIAnnotationRef (const std::string &annotation, index_type ROIIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of ROI. More...
 
virtual void setROIDescription (std::string description, index_type ROIIndex)=0
 Set the Description property of ROI. More...
 
virtual void setROIID (std::string id, index_type ROIIndex)=0
 Set the ID property of ROI. More...
 
virtual void setROIName (std::string name, index_type ROIIndex)=0
 Set the Name property of ROI. More...
 
virtual void setROINamespace (std::string namespace_, index_type ROIIndex)=0
 Set the Namespace property of ROI. More...
 
virtual void setReagentAnnotationRef (const std::string &annotation, index_type screenIndex, index_type reagentIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Reagent. More...
 
virtual void setReagentDescription (std::string description, index_type screenIndex, index_type reagentIndex)=0
 Set the Description property of Reagent. More...
 
virtual void setReagentID (std::string id, index_type screenIndex, index_type reagentIndex)=0
 Set the ID property of Reagent. More...
 
virtual void setReagentName (std::string name, index_type screenIndex, index_type reagentIndex)=0
 Set the Name property of Reagent. More...
 
virtual void setReagentReagentIdentifier (std::string reagentIdentifier, index_type screenIndex, index_type reagentIndex)=0
 Set the ReagentIdentifier property of Reagent. More...
 
virtual void setRectangleFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillColor property of Rectangle. More...
 
virtual void setRectangleFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)=0
 Set the FillRule property of Rectangle. More...
 
virtual void setRectangleFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontFamily property of Rectangle. More...
 
virtual void setRectangleFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontSize property of Rectangle. More...
 
virtual void setRectangleFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)=0
 Set the FontStyle property of Rectangle. More...
 
virtual void setRectangleID (std::string id, index_type ROIIndex, index_type shapeIndex)=0
 Set the ID property of Rectangle. More...
 
virtual void setRectangleLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)=0
 Set the LineCap property of Rectangle. More...
 
virtual void setRectangleLocked (bool locked, index_type ROIIndex, index_type shapeIndex)=0
 Set the Locked property of Rectangle. More...
 
virtual void setRectangleStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeColor property of Rectangle. More...
 
virtual void setRectangleStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeDashArray property of Rectangle. More...
 
virtual void setRectangleStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)=0
 Set the StrokeWidth property of Rectangle. More...
 
virtual void setRectangleText (std::string text, index_type ROIIndex, index_type shapeIndex)=0
 Set the Text property of Rectangle. More...
 
virtual void setRectangleTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheC property of Rectangle. More...
 
virtual void setRectangleTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheT property of Rectangle. More...
 
virtual void setRectangleTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)=0
 Set the TheZ property of Rectangle. More...
 
virtual void setRectangleTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)=0
 Set the Transform property of Rectangle. More...
 
virtual void setRectangleVisible (bool visible, index_type ROIIndex, index_type shapeIndex)=0
 Set the Visible property of Rectangle. More...
 
virtual void setRectangleHeight (double height, index_type ROIIndex, index_type shapeIndex)=0
 Set the Height property of Rectangle. More...
 
virtual void setRectangleWidth (double width, index_type ROIIndex, index_type shapeIndex)=0
 Set the Width property of Rectangle. More...
 
virtual void setRectangleX (double x, index_type ROIIndex, index_type shapeIndex)=0
 Set the X property of Rectangle. More...
 
virtual void setRectangleY (double y, index_type ROIIndex, index_type shapeIndex)=0
 Set the Y property of Rectangle. More...
 
virtual void setRightsRightsHeld (std::string rightsHeld)=0
 Set the RightsHeld property of Rights. More...
 
virtual void setRightsRightsHolder (std::string rightsHolder)=0
 Set the RightsHolder property of Rights. More...
 
virtual void setScreenAnnotationRef (const std::string &annotation, index_type screenIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Screen. More...
 
virtual void setScreenDescription (std::string description, index_type screenIndex)=0
 Set the Description property of Screen. More...
 
virtual void setScreenID (std::string id, index_type screenIndex)=0
 Set the ID property of Screen. More...
 
virtual void setScreenName (std::string name, index_type screenIndex)=0
 Set the Name property of Screen. More...
 
virtual void setScreenPlateRef (const std::string &plate, index_type screenIndex, index_type plateRefIndex=0)=0
 Set the PlateRef property of Screen. More...
 
virtual void setScreenProtocolDescription (std::string protocolDescription, index_type screenIndex)=0
 Set the ProtocolDescription property of Screen. More...
 
virtual void setScreenProtocolIdentifier (std::string protocolIdentifier, index_type screenIndex)=0
 Set the ProtocolIdentifier property of Screen. More...
 
virtual void setScreenReagentSetDescription (std::string reagentSetDescription, index_type screenIndex)=0
 Set the ReagentSetDescription property of Screen. More...
 
virtual void setScreenReagentSetIdentifier (std::string reagentSetIdentifier, index_type screenIndex)=0
 Set the ReagentSetIdentifier property of Screen. More...
 
virtual void setScreenType (std::string type, index_type screenIndex)=0
 Set the Type property of Screen. More...
 
virtual void setStageLabelName (std::string name, index_type imageIndex)=0
 Set the Name property of StageLabel. More...
 
virtual void setStageLabelX (double x, index_type imageIndex)=0
 Set the X property of StageLabel. More...
 
virtual void setStageLabelY (double y, index_type imageIndex)=0
 Set the Y property of StageLabel. More...
 
virtual void setStageLabelZ (double z, index_type imageIndex)=0
 Set the Z property of StageLabel. More...
 
virtual void setTagAnnotationAnnotationRef (const std::string &annotation, index_type tagAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of TagAnnotation. More...
 
virtual void setTagAnnotationAnnotator (std::string annotator, index_type tagAnnotationIndex)=0
 Set the Annotator property of TagAnnotation. More...
 
virtual void setTagAnnotationDescription (std::string description, index_type tagAnnotationIndex)=0
 Set the Description property of TagAnnotation. More...
 
virtual void setTagAnnotationID (std::string id, index_type tagAnnotationIndex)=0
 Set the ID property of TagAnnotation. More...
 
virtual void setTagAnnotationNamespace (std::string namespace_, index_type tagAnnotationIndex)=0
 Set the Namespace property of TagAnnotation. More...
 
virtual void setTagAnnotationValue (std::string value, index_type tagAnnotationIndex)=0
 Set the Value property of TagAnnotation. More...
 
virtual void setTermAnnotationAnnotationRef (const std::string &annotation, index_type termAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of TermAnnotation. More...
 
virtual void setTermAnnotationAnnotator (std::string annotator, index_type termAnnotationIndex)=0
 Set the Annotator property of TermAnnotation. More...
 
virtual void setTermAnnotationDescription (std::string description, index_type termAnnotationIndex)=0
 Set the Description property of TermAnnotation. More...
 
virtual void setTermAnnotationID (std::string id, index_type termAnnotationIndex)=0
 Set the ID property of TermAnnotation. More...
 
virtual void setTermAnnotationNamespace (std::string namespace_, index_type termAnnotationIndex)=0
 Set the Namespace property of TermAnnotation. More...
 
virtual void setTermAnnotationValue (std::string value, index_type termAnnotationIndex)=0
 Set the Value property of TermAnnotation. More...
 
virtual void setTiffDataFirstC (ome::xml::model::primitives::NonNegativeInteger firstC, index_type imageIndex, index_type tiffDataIndex)=0
 Set the FirstC property of TiffData. More...
 
virtual void setTiffDataFirstT (ome::xml::model::primitives::NonNegativeInteger firstT, index_type imageIndex, index_type tiffDataIndex)=0
 Set the FirstT property of TiffData. More...
 
virtual void setTiffDataFirstZ (ome::xml::model::primitives::NonNegativeInteger firstZ, index_type imageIndex, index_type tiffDataIndex)=0
 Set the FirstZ property of TiffData. More...
 
virtual void setTiffDataIFD (ome::xml::model::primitives::NonNegativeInteger ifd, index_type imageIndex, index_type tiffDataIndex)=0
 Set the IFD property of TiffData. More...
 
virtual void setTiffDataPlaneCount (ome::xml::model::primitives::NonNegativeInteger planeCount, index_type imageIndex, index_type tiffDataIndex)=0
 Set the PlaneCount property of TiffData. More...
 
virtual void setTimestampAnnotationAnnotationRef (const std::string &annotation, index_type timestampAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of TimestampAnnotation. More...
 
virtual void setTimestampAnnotationAnnotator (std::string annotator, index_type timestampAnnotationIndex)=0
 Set the Annotator property of TimestampAnnotation. More...
 
virtual void setTimestampAnnotationDescription (std::string description, index_type timestampAnnotationIndex)=0
 Set the Description property of TimestampAnnotation. More...
 
virtual void setTimestampAnnotationID (std::string id, index_type timestampAnnotationIndex)=0
 Set the ID property of TimestampAnnotation. More...
 
virtual void setTimestampAnnotationNamespace (std::string namespace_, index_type timestampAnnotationIndex)=0
 Set the Namespace property of TimestampAnnotation. More...
 
virtual void setTimestampAnnotationValue (ome::xml::model::primitives::Timestamp value, index_type timestampAnnotationIndex)=0
 Set the Value property of TimestampAnnotation. More...
 
virtual void setTransmittanceRangeCutIn (ome::xml::model::primitives::PositiveInteger cutIn, index_type instrumentIndex, index_type filterIndex)=0
 Set the CutIn property of TransmittanceRange. More...
 
virtual void setTransmittanceRangeCutInTolerance (ome::xml::model::primitives::NonNegativeInteger cutInTolerance, index_type instrumentIndex, index_type filterIndex)=0
 Set the CutInTolerance property of TransmittanceRange. More...
 
virtual void setTransmittanceRangeCutOut (ome::xml::model::primitives::PositiveInteger cutOut, index_type instrumentIndex, index_type filterIndex)=0
 Set the CutOut property of TransmittanceRange. More...
 
virtual void setTransmittanceRangeCutOutTolerance (ome::xml::model::primitives::NonNegativeInteger cutOutTolerance, index_type instrumentIndex, index_type filterIndex)=0
 Set the CutOutTolerance property of TransmittanceRange. More...
 
virtual void setTransmittanceRangeTransmittance (ome::xml::model::primitives::PercentFraction transmittance, index_type instrumentIndex, index_type filterIndex)=0
 Set the Transmittance property of TransmittanceRange. More...
 
virtual void setUUIDValue (std::string value, index_type imageIndex, index_type tiffDataIndex)=0
 Set the text value of UUID. More...
 
virtual void setUUIDFileName (std::string fileName, index_type imageIndex, index_type tiffDataIndex)=0
 Set the FileName property of UUID. More...
 
virtual void setWellAnnotationRef (const std::string &annotation, index_type plateIndex, index_type wellIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of Well. More...
 
virtual void setWellColor (ome::xml::model::primitives::Color color, index_type plateIndex, index_type wellIndex)=0
 Set the Color property of Well. More...
 
virtual void setWellColumn (ome::xml::model::primitives::NonNegativeInteger column, index_type plateIndex, index_type wellIndex)=0
 Set the Column property of Well. More...
 
virtual void setWellExternalDescription (std::string externalDescription, index_type plateIndex, index_type wellIndex)=0
 Set the ExternalDescription property of Well. More...
 
virtual void setWellExternalIdentifier (std::string externalIdentifier, index_type plateIndex, index_type wellIndex)=0
 Set the ExternalIdentifier property of Well. More...
 
virtual void setWellID (std::string id, index_type plateIndex, index_type wellIndex)=0
 Set the ID property of Well. More...
 
virtual void setWellReagentRef (const std::string &reagent, index_type plateIndex, index_type wellIndex)=0
 Set the ReagentRef property of Well. More...
 
virtual void setWellRow (ome::xml::model::primitives::NonNegativeInteger row, index_type plateIndex, index_type wellIndex)=0
 Set the Row property of Well. More...
 
virtual void setWellType (std::string type, index_type plateIndex, index_type wellIndex)=0
 Set the Type property of Well. More...
 
virtual void setWellSampleAnnotationRef (const std::string &annotation, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of WellSample. More...
 
virtual void setWellSampleID (std::string id, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)=0
 Set the ID property of WellSample. More...
 
virtual void setWellSampleImageRef (const std::string &image, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)=0
 Set the ImageRef property of WellSample. More...
 
virtual void setWellSampleIndex (ome::xml::model::primitives::NonNegativeInteger index, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)=0
 Set the Index property of WellSample. More...
 
virtual void setWellSamplePositionX (double positionX, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)=0
 Set the PositionX property of WellSample. More...
 
virtual void setWellSamplePositionY (double positionY, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)=0
 Set the PositionY property of WellSample. More...
 
virtual void setWellSampleTimepoint (ome::xml::model::primitives::Timestamp timepoint, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)=0
 Set the Timepoint property of WellSample. More...
 
virtual void setXMLAnnotationAnnotationRef (const std::string &annotation, index_type XMLAnnotationIndex, index_type annotationRefIndex=0)=0
 Set the AnnotationRef property of XMLAnnotation. More...
 
virtual void setXMLAnnotationAnnotator (std::string annotator, index_type XMLAnnotationIndex)=0
 Set the Annotator property of XMLAnnotation. More...
 
virtual void setXMLAnnotationDescription (std::string description, index_type XMLAnnotationIndex)=0
 Set the Description property of XMLAnnotation. More...
 
virtual void setXMLAnnotationID (std::string id, index_type XMLAnnotationIndex)=0
 Set the ID property of XMLAnnotation. More...
 
virtual void setXMLAnnotationNamespace (std::string namespace_, index_type XMLAnnotationIndex)=0
 Set the Namespace property of XMLAnnotation. More...
 
virtual void setXMLAnnotationValue (std::string value, index_type XMLAnnotationIndex)=0
 Set the Value property of XMLAnnotation. More...
 

Protected Member Functions

 MetadataStore ()
 Constructor.
 

Private Member Functions

 MetadataStore (const MetadataStore &)
 Copy constructor (deleted).
 
MetadataStoreoperator= (const MetadataStore &)
 Assignment operator (deleted).
 

Additional Inherited Members

Detailed Description

Metadata storage interface.

MetadataStore is a proxy whose responsibility it is to marshal biological image data into a particular storage medium. This interface encompasses the metadata that any specific storage medium (file, relational database, etc.) should be expected to store into its backing data model.

The MetadataStore interface goes hand in hand with the MetadataRetrieve 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.

Note
It is strongly recommended that applications (e.g., file format readers) using MetadataStore fill it with information in a linear order. Specifically, iterating over entities from "leftmost" index to "rightmost" index is required for certain implementations such as OMERO's OMEROMetadataStore. For example, when filling ome::xml::model::Image, ome::xml::model::Pixels and ome::xml::model::Plane information, an outer loop should iterate across imageIndex, an inner loop should iterate across pixelsIndex, and an innermost loop should handle planeIndex. For an illustration of the ideal traversal order, see MetadataConverter.
See also
MetadataRetrieve, Metadata, ome::xml::meta::OMEXMLMetadata.

Member Function Documentation

virtual void ome::xml::meta::MetadataStore::createRoot ( )
pure virtual

Create root node.

The action taken here is specific to the concrete metadata implementation.

Implemented in ome::xml::meta::AggregateMetadata, ome::xml::meta::FilterMetadata, ome::xml::meta::OMEXMLMetadata, and ome::xml::meta::DummyMetadata.

Referenced by ome::xml::meta::AggregateMetadata::createRoot().

+ Here is the caller graph for this function:

virtual ome::compat::shared_ptr<MetadataRoot>& ome::xml::meta::MetadataStore::getRoot ( )
pure virtual

Get the root node of the metadata.

Note that the root node type will be specific to the concrete metadata implementation.

Returns
a pointer to the root node.
Todo:
should this be a reference or shared_ptr?

Implemented in ome::xml::meta::AggregateMetadata, ome::xml::meta::FilterMetadata, ome::xml::meta::OMEXMLMetadata, and ome::xml::meta::DummyMetadata.

Referenced by ome::xml::meta::convert(), and ome::bioformats::verifyMinimum().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setArcID ( std::string  id,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the ID property of Arc.

Parameters
idID to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setArcID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setArcLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the LotNumber property of Arc.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setArcLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setArcManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Manufacturer property of Arc.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setArcManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setArcModel ( std::string  model,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Model property of Arc.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setArcModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setArcPower ( double  power,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Power property of Arc.

Parameters
powerPower to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setArcPower().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setArcSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the SerialNumber property of Arc.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setArcSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setArcType ( ome::xml::model::enums::ArcType  type,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Type property of Arc.

Parameters
typeType to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setArcType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBinaryFileFileName ( std::string  fileName,
index_type  fileAnnotationIndex 
)
pure virtual

Set the FileName property of BinaryFile.

Parameters
fileNameFileName to set.
fileAnnotationIndexthe FileAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBinaryFileFileName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBinaryFileMIMEType ( std::string  mimeType,
index_type  fileAnnotationIndex 
)
pure virtual

Set the MIMEType property of BinaryFile.

Parameters
mimeTypeMIMEType to set.
fileAnnotationIndexthe FileAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBinaryFileMIMEType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBinaryFileSize ( ome::xml::model::primitives::NonNegativeLong  size,
index_type  fileAnnotationIndex 
)
pure virtual

Set the Size property of BinaryFile.

Parameters
sizeSize to set.
fileAnnotationIndexthe FileAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBinaryFileSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBinaryOnlyMetadataFile ( std::string  metadataFile)
pure virtual

Set the MetadataFile property of BinaryOnly.

Parameters
metadataFileMetadataFile to set.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBinaryOnlyMetadataFile().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBinaryOnlyUUID ( std::string  uuid)
pure virtual

Set the UUID property of BinaryOnly.

Parameters
uuidUUID to set.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBinaryOnlyUUID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBooleanAnnotationAnnotationRef ( const std::string &  annotation,
index_type  booleanAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of BooleanAnnotation.

Parameters
annotationAnnotationRef to set.
booleanAnnotationIndexthe BooleanAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBooleanAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBooleanAnnotationAnnotator ( std::string  annotator,
index_type  booleanAnnotationIndex 
)
pure virtual

Set the Annotator property of BooleanAnnotation.

Parameters
annotatorAnnotator to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBooleanAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBooleanAnnotationDescription ( std::string  description,
index_type  booleanAnnotationIndex 
)
pure virtual

Set the Description property of BooleanAnnotation.

Parameters
descriptionDescription to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBooleanAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBooleanAnnotationID ( std::string  id,
index_type  booleanAnnotationIndex 
)
pure virtual

Set the ID property of BooleanAnnotation.

Parameters
idID to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBooleanAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBooleanAnnotationNamespace ( std::string  namespace_,
index_type  booleanAnnotationIndex 
)
pure virtual

Set the Namespace property of BooleanAnnotation.

Parameters
namespace_Namespace to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBooleanAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setBooleanAnnotationValue ( bool  value,
index_type  booleanAnnotationIndex 
)
pure virtual

Set the Value property of BooleanAnnotation.

Parameters
valueValue to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setBooleanAnnotationValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelAcquisitionMode ( ome::xml::model::enums::AcquisitionMode  acquisitionMode,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the AcquisitionMode property of Channel.

Parameters
acquisitionModeAcquisitionMode to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelAcquisitionMode().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  channelIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Channel.

Parameters
annotationAnnotationRef to set.
imageIndexthe Image index.
channelIndexthe Channel index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelColor ( ome::xml::model::primitives::Color  color,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Color property of Channel.

Parameters
colorColor to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelContrastMethod ( ome::xml::model::enums::ContrastMethod  contrastMethod,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the ContrastMethod property of Channel.

Parameters
contrastMethodContrastMethod to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelContrastMethod().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelEmissionWavelength ( ome::xml::model::primitives::PositiveInteger  emissionWavelength,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the EmissionWavelength property of Channel.

Parameters
emissionWavelengthEmissionWavelength to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelEmissionWavelength().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelExcitationWavelength ( ome::xml::model::primitives::PositiveInteger  excitationWavelength,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the ExcitationWavelength property of Channel.

Parameters
excitationWavelengthExcitationWavelength to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelExcitationWavelength().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelFilterSetRef ( const std::string &  filterSet,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the FilterSetRef property of Channel.

Parameters
filterSetFilterSetRef to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelFilterSetRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelFluor ( std::string  fluor,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Fluor property of Channel.

Parameters
fluorFluor to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelFluor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelID ( std::string  id,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the ID property of Channel.

Parameters
idID to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setChannelID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelIlluminationType ( ome::xml::model::enums::IlluminationType  illuminationType,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the IlluminationType property of Channel.

Parameters
illuminationTypeIlluminationType to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelIlluminationType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelLightSourceSettingsAttenuation ( ome::xml::model::primitives::PercentFraction  attenuation,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Attenuation property of LightSourceSettings.

Parameters
attenuationAttenuation to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelLightSourceSettingsAttenuation().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelLightSourceSettingsID ( std::string  id,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the ID property of LightSourceSettings.

Parameters
idID to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelLightSourceSettingsID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelLightSourceSettingsWavelength ( ome::xml::model::primitives::PositiveInteger  wavelength,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Wavelength property of LightSourceSettings.

Parameters
wavelengthWavelength to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelLightSourceSettingsWavelength().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelName ( std::string  name,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Name property of Channel.

Parameters
nameName to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelNDFilter ( double  ndFilter,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the NDFilter property of Channel.

Parameters
ndFilterNDFilter to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelNDFilter().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelPinholeSize ( double  pinholeSize,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the PinholeSize property of Channel.

Parameters
pinholeSizePinholeSize to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelPinholeSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelPockelCellSetting ( int32_t  pockelCellSetting,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the PockelCellSetting property of Channel.

Parameters
pockelCellSettingPockelCellSetting to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setChannelPockelCellSetting().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setChannelSamplesPerPixel ( ome::xml::model::primitives::PositiveInteger  samplesPerPixel,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the SamplesPerPixel property of Channel.

Parameters
samplesPerPixelSamplesPerPixel to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), ome::xml::meta::AggregateMetadata::setChannelSamplesPerPixel(), and ome::bioformats::validateModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setCommentAnnotationAnnotationRef ( const std::string &  annotation,
index_type  commentAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of CommentAnnotation.

Parameters
annotationAnnotationRef to set.
commentAnnotationIndexthe CommentAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setCommentAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setCommentAnnotationAnnotator ( std::string  annotator,
index_type  commentAnnotationIndex 
)
pure virtual

Set the Annotator property of CommentAnnotation.

Parameters
annotatorAnnotator to set.
commentAnnotationIndexthe CommentAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setCommentAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setCommentAnnotationDescription ( std::string  description,
index_type  commentAnnotationIndex 
)
pure virtual

Set the Description property of CommentAnnotation.

Parameters
descriptionDescription to set.
commentAnnotationIndexthe CommentAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setCommentAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setCommentAnnotationID ( std::string  id,
index_type  commentAnnotationIndex 
)
pure virtual

Set the ID property of CommentAnnotation.

Parameters
idID to set.
commentAnnotationIndexthe CommentAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setCommentAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setCommentAnnotationNamespace ( std::string  namespace_,
index_type  commentAnnotationIndex 
)
pure virtual

Set the Namespace property of CommentAnnotation.

Parameters
namespace_Namespace to set.
commentAnnotationIndexthe CommentAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setCommentAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setCommentAnnotationValue ( std::string  value,
index_type  commentAnnotationIndex 
)
pure virtual

Set the Value property of CommentAnnotation.

Parameters
valueValue to set.
commentAnnotationIndexthe CommentAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setCommentAnnotationValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDatasetAnnotationRef ( const std::string &  annotation,
index_type  datasetIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Dataset.

Parameters
annotationAnnotationRef to set.
datasetIndexthe Dataset index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDatasetAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDatasetDescription ( std::string  description,
index_type  datasetIndex 
)
pure virtual

Set the Description property of Dataset.

Parameters
descriptionDescription to set.
datasetIndexthe Dataset index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDatasetDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDatasetExperimenterGroupRef ( const std::string &  experimenterGroup,
index_type  datasetIndex 
)
pure virtual

Set the ExperimenterGroupRef property of Dataset.

Parameters
experimenterGroupExperimenterGroupRef to set.
datasetIndexthe Dataset index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDatasetExperimenterGroupRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDatasetExperimenterRef ( const std::string &  experimenter,
index_type  datasetIndex 
)
pure virtual

Set the ExperimenterRef property of Dataset.

Parameters
experimenterExperimenterRef to set.
datasetIndexthe Dataset index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDatasetExperimenterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDatasetID ( std::string  id,
index_type  datasetIndex 
)
pure virtual

Set the ID property of Dataset.

Parameters
idID to set.
datasetIndexthe Dataset index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDatasetID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDatasetImageRef ( const std::string &  image,
index_type  datasetIndex,
index_type  imageRefIndex = 0 
)
pure virtual

Set the ImageRef property of Dataset.

Parameters
imageImageRef to set.
datasetIndexthe Dataset index.
imageRefIndexImageRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDatasetImageRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDatasetName ( std::string  name,
index_type  datasetIndex 
)
pure virtual

Set the Name property of Dataset.

Parameters
nameName to set.
datasetIndexthe Dataset index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDatasetName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorAmplificationGain ( double  amplificationGain,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the AmplificationGain property of Detector.

Parameters
amplificationGainAmplificationGain to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorAmplificationGain().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorGain ( double  gain,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the Gain property of Detector.

Parameters
gainGain to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorGain().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorID ( std::string  id,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the ID property of Detector.

Parameters
idID to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the LotNumber property of Detector.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the Manufacturer property of Detector.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorModel ( std::string  model,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the Model property of Detector.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorOffset ( double  offset,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the Offset property of Detector.

Parameters
offsetOffset to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorOffset().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the SerialNumber property of Detector.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsBinning ( ome::xml::model::enums::Binning  binning,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Binning property of DetectorSettings.

Parameters
binningBinning to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsBinning().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsGain ( double  gain,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Gain property of DetectorSettings.

Parameters
gainGain to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsGain().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsID ( std::string  id,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the ID property of DetectorSettings.

Parameters
idID to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsIntegration ( ome::xml::model::primitives::PositiveInteger  integration,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Integration property of DetectorSettings.

Parameters
integrationIntegration to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsIntegration().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsOffset ( double  offset,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Offset property of DetectorSettings.

Parameters
offsetOffset to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsOffset().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsReadOutRate ( double  readOutRate,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the ReadOutRate property of DetectorSettings.

Parameters
readOutRateReadOutRate to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsReadOutRate().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsVoltage ( double  voltage,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Voltage property of DetectorSettings.

Parameters
voltageVoltage to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsVoltage().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorSettingsZoom ( double  zoom,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the Zoom property of DetectorSettings.

Parameters
zoomZoom to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorSettingsZoom().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorType ( ome::xml::model::enums::DetectorType  type,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the Type property of Detector.

Parameters
typeType to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorVoltage ( double  voltage,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the Voltage property of Detector.

Parameters
voltageVoltage to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorVoltage().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDetectorZoom ( double  zoom,
index_type  instrumentIndex,
index_type  detectorIndex 
)
pure virtual

Set the Zoom property of Detector.

Parameters
zoomZoom to set.
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDetectorZoom().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDichroicID ( std::string  id,
index_type  instrumentIndex,
index_type  dichroicIndex 
)
pure virtual

Set the ID property of Dichroic.

Parameters
idID to set.
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDichroicID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDichroicLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  dichroicIndex 
)
pure virtual

Set the LotNumber property of Dichroic.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDichroicLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDichroicManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  dichroicIndex 
)
pure virtual

Set the Manufacturer property of Dichroic.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDichroicManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDichroicModel ( std::string  model,
index_type  instrumentIndex,
index_type  dichroicIndex 
)
pure virtual

Set the Model property of Dichroic.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDichroicModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDichroicSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  dichroicIndex 
)
pure virtual

Set the SerialNumber property of Dichroic.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDichroicSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDoubleAnnotationAnnotationRef ( const std::string &  annotation,
index_type  doubleAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of DoubleAnnotation.

Parameters
annotationAnnotationRef to set.
doubleAnnotationIndexthe DoubleAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDoubleAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDoubleAnnotationAnnotator ( std::string  annotator,
index_type  doubleAnnotationIndex 
)
pure virtual

Set the Annotator property of DoubleAnnotation.

Parameters
annotatorAnnotator to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDoubleAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDoubleAnnotationDescription ( std::string  description,
index_type  doubleAnnotationIndex 
)
pure virtual

Set the Description property of DoubleAnnotation.

Parameters
descriptionDescription to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDoubleAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDoubleAnnotationID ( std::string  id,
index_type  doubleAnnotationIndex 
)
pure virtual

Set the ID property of DoubleAnnotation.

Parameters
idID to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDoubleAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDoubleAnnotationNamespace ( std::string  namespace_,
index_type  doubleAnnotationIndex 
)
pure virtual

Set the Namespace property of DoubleAnnotation.

Parameters
namespace_Namespace to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDoubleAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setDoubleAnnotationValue ( double  value,
index_type  doubleAnnotationIndex 
)
pure virtual

Set the Value property of DoubleAnnotation.

Parameters
valueValue to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setDoubleAnnotationValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Ellipse.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Ellipse.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Ellipse.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Ellipse.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Ellipse.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Ellipse.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Ellipse.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Ellipse.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseRadiusX ( double  radiusX,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the RadiusX property of Ellipse.

Parameters
radiusXRadiusX to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseRadiusX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseRadiusY ( double  radiusY,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the RadiusY property of Ellipse.

Parameters
radiusYRadiusY to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseRadiusY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Ellipse.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Ellipse.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Ellipse.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Ellipse.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Ellipse.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Ellipse.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Ellipse.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Ellipse.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Ellipse.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the X property of Ellipse.

Parameters
xX to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setEllipseY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Y property of Ellipse.

Parameters
yY to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setEllipseY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimentDescription ( std::string  description,
index_type  experimentIndex 
)
pure virtual

Set the Description property of Experiment.

Parameters
descriptionDescription to set.
experimentIndexthe Experiment index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimentDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterAnnotationRef ( const std::string &  annotation,
index_type  experimenterIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Experimenter.

Parameters
annotationAnnotationRef to set.
experimenterIndexthe Experimenter index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterEmail ( std::string  email,
index_type  experimenterIndex 
)
pure virtual

Set the Email property of Experimenter.

Parameters
emailEmail to set.
experimenterIndexthe Experimenter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterEmail().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterFirstName ( std::string  firstName,
index_type  experimenterIndex 
)
pure virtual

Set the FirstName property of Experimenter.

Parameters
firstNameFirstName to set.
experimenterIndexthe Experimenter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterFirstName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterGroupAnnotationRef ( const std::string &  annotation,
index_type  experimenterGroupIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of ExperimenterGroup.

Parameters
annotationAnnotationRef to set.
experimenterGroupIndexthe ExperimenterGroup index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterGroupAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterGroupDescription ( std::string  description,
index_type  experimenterGroupIndex 
)
pure virtual

Set the Description property of ExperimenterGroup.

Parameters
descriptionDescription to set.
experimenterGroupIndexthe ExperimenterGroup index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterGroupDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterGroupExperimenterRef ( const std::string &  experimenter,
index_type  experimenterGroupIndex,
index_type  experimenterRefIndex = 0 
)
pure virtual

Set the ExperimenterRef property of ExperimenterGroup.

Parameters
experimenterExperimenterRef to set.
experimenterGroupIndexthe ExperimenterGroup index.
experimenterRefIndexExperimenterRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterGroupExperimenterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterGroupID ( std::string  id,
index_type  experimenterGroupIndex 
)
pure virtual

Set the ID property of ExperimenterGroup.

Parameters
idID to set.
experimenterGroupIndexthe ExperimenterGroup index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterGroupID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterGroupLeader ( const std::string &  leader,
index_type  experimenterGroupIndex,
index_type  leaderIndex = 0 
)
pure virtual

Set the Leader property of ExperimenterGroup.

Parameters
leaderLeader to set.
experimenterGroupIndexthe ExperimenterGroup index.
leaderIndexLeader index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterGroupLeader().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterGroupName ( std::string  name,
index_type  experimenterGroupIndex 
)
pure virtual

Set the Name property of ExperimenterGroup.

Parameters
nameName to set.
experimenterGroupIndexthe ExperimenterGroup index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterGroupName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterID ( std::string  id,
index_type  experimenterIndex 
)
pure virtual

Set the ID property of Experimenter.

Parameters
idID to set.
experimenterIndexthe Experimenter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterInstitution ( std::string  institution,
index_type  experimenterIndex 
)
pure virtual

Set the Institution property of Experimenter.

Parameters
institutionInstitution to set.
experimenterIndexthe Experimenter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterInstitution().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterLastName ( std::string  lastName,
index_type  experimenterIndex 
)
pure virtual

Set the LastName property of Experimenter.

Parameters
lastNameLastName to set.
experimenterIndexthe Experimenter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterLastName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterMiddleName ( std::string  middleName,
index_type  experimenterIndex 
)
pure virtual

Set the MiddleName property of Experimenter.

Parameters
middleNameMiddleName to set.
experimenterIndexthe Experimenter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterMiddleName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimenterUserName ( std::string  userName,
index_type  experimenterIndex 
)
pure virtual

Set the UserName property of Experimenter.

Parameters
userNameUserName to set.
experimenterIndexthe Experimenter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimenterUserName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimentExperimenterRef ( const std::string &  experimenter,
index_type  experimentIndex 
)
pure virtual

Set the ExperimenterRef property of Experiment.

Parameters
experimenterExperimenterRef to set.
experimentIndexthe Experiment index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimentExperimenterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimentID ( std::string  id,
index_type  experimentIndex 
)
pure virtual

Set the ID property of Experiment.

Parameters
idID to set.
experimentIndexthe Experiment index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimentID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setExperimentType ( ome::xml::model::enums::ExperimentType  type,
index_type  experimentIndex 
)
pure virtual

Set the Type property of Experiment.

Parameters
typeType to set.
experimentIndexthe Experiment index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setExperimentType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilamentID ( std::string  id,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the ID property of Filament.

Parameters
idID to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilamentID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilamentLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the LotNumber property of Filament.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilamentLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilamentManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Manufacturer property of Filament.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilamentManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilamentModel ( std::string  model,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Model property of Filament.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilamentModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilamentPower ( double  power,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Power property of Filament.

Parameters
powerPower to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilamentPower().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilamentSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the SerialNumber property of Filament.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilamentSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilamentType ( ome::xml::model::enums::FilamentType  type,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Type property of Filament.

Parameters
typeType to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilamentType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFileAnnotationAnnotationRef ( const std::string &  annotation,
index_type  fileAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of FileAnnotation.

Parameters
annotationAnnotationRef to set.
fileAnnotationIndexthe FileAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFileAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFileAnnotationAnnotator ( std::string  annotator,
index_type  fileAnnotationIndex 
)
pure virtual

Set the Annotator property of FileAnnotation.

Parameters
annotatorAnnotator to set.
fileAnnotationIndexthe FileAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFileAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFileAnnotationDescription ( std::string  description,
index_type  fileAnnotationIndex 
)
pure virtual

Set the Description property of FileAnnotation.

Parameters
descriptionDescription to set.
fileAnnotationIndexthe FileAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFileAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFileAnnotationID ( std::string  id,
index_type  fileAnnotationIndex 
)
pure virtual

Set the ID property of FileAnnotation.

Parameters
idID to set.
fileAnnotationIndexthe FileAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFileAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFileAnnotationNamespace ( std::string  namespace_,
index_type  fileAnnotationIndex 
)
pure virtual

Set the Namespace property of FileAnnotation.

Parameters
namespace_Namespace to set.
fileAnnotationIndexthe FileAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFileAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterFilterWheel ( std::string  filterWheel,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the FilterWheel property of Filter.

Parameters
filterWheelFilterWheel to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterFilterWheel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterID ( std::string  id,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the ID property of Filter.

Parameters
idID to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the LotNumber property of Filter.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the Manufacturer property of Filter.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterModel ( std::string  model,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the Model property of Filter.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the SerialNumber property of Filter.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetDichroicRef ( const std::string &  dichroic,
index_type  instrumentIndex,
index_type  filterSetIndex 
)
pure virtual

Set the DichroicRef property of FilterSet.

Parameters
dichroicDichroicRef to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetDichroicRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetEmissionFilterRef ( const std::string &  emissionFilter,
index_type  instrumentIndex,
index_type  filterSetIndex,
index_type  emissionFilterRefIndex = 0 
)
pure virtual

Set the EmissionFilterRef property of FilterSet.

Parameters
emissionFilterEmissionFilterRef to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
emissionFilterRefIndexEmissionFilterRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetEmissionFilterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetExcitationFilterRef ( const std::string &  excitationFilter,
index_type  instrumentIndex,
index_type  filterSetIndex,
index_type  excitationFilterRefIndex = 0 
)
pure virtual

Set the ExcitationFilterRef property of FilterSet.

Parameters
excitationFilterExcitationFilterRef to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
excitationFilterRefIndexExcitationFilterRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetExcitationFilterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetID ( std::string  id,
index_type  instrumentIndex,
index_type  filterSetIndex 
)
pure virtual

Set the ID property of FilterSet.

Parameters
idID to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  filterSetIndex 
)
pure virtual

Set the LotNumber property of FilterSet.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  filterSetIndex 
)
pure virtual

Set the Manufacturer property of FilterSet.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetModel ( std::string  model,
index_type  instrumentIndex,
index_type  filterSetIndex 
)
pure virtual

Set the Model property of FilterSet.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterSetSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  filterSetIndex 
)
pure virtual

Set the SerialNumber property of FilterSet.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterSetSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setFilterType ( ome::xml::model::enums::FilterType  type,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the Type property of Filter.

Parameters
typeType to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setFilterType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageAcquisitionDate ( ome::xml::model::primitives::Timestamp  acquisitionDate,
index_type  imageIndex 
)
pure virtual

Set the AcquisitionDate property of Image.

Parameters
acquisitionDateAcquisitionDate to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::setDefaultCreationDate(), and ome::xml::meta::AggregateMetadata::setImageAcquisitionDate().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Image.

Parameters
annotationAnnotationRef to set.
imageIndexthe Image index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageDescription ( std::string  description,
index_type  imageIndex 
)
pure virtual

Set the Description property of Image.

Parameters
descriptionDescription to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageExperimenterGroupRef ( const std::string &  experimenterGroup,
index_type  imageIndex 
)
pure virtual

Set the ExperimenterGroupRef property of Image.

Parameters
experimenterGroupExperimenterGroupRef to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageExperimenterGroupRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageExperimenterRef ( const std::string &  experimenter,
index_type  imageIndex 
)
pure virtual

Set the ExperimenterRef property of Image.

Parameters
experimenterExperimenterRef to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageExperimenterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageExperimentRef ( const std::string &  experiment,
index_type  imageIndex 
)
pure virtual

Set the ExperimentRef property of Image.

Parameters
experimentExperimentRef to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageExperimentRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageID ( std::string  id,
index_type  imageIndex 
)
pure virtual

Set the ID property of Image.

Parameters
idID to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillMetadata(), and ome::xml::meta::AggregateMetadata::setImageID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageInstrumentRef ( const std::string &  instrument,
index_type  imageIndex 
)
pure virtual

Set the InstrumentRef property of Image.

Parameters
instrumentInstrumentRef to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageInstrumentRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageMicrobeamManipulationRef ( const std::string &  microbeamManipulation,
index_type  imageIndex,
index_type  microbeamManipulationRefIndex = 0 
)
pure virtual

Set the MicrobeamManipulationRef property of Image.

Parameters
microbeamManipulationMicrobeamManipulationRef to set.
imageIndexthe Image index.
microbeamManipulationRefIndexMicrobeamManipulationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageMicrobeamManipulationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageName ( std::string  name,
index_type  imageIndex 
)
pure virtual

Set the Name property of Image.

Parameters
nameName to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImageROIRef ( const std::string &  roi,
index_type  imageIndex,
index_type  ROIRefIndex = 0 
)
pure virtual

Set the ROIRef property of Image.

Parameters
roiROIRef to set.
imageIndexthe Image index.
ROIRefIndexROIRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImageROIRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImagingEnvironmentAirPressure ( double  airPressure,
index_type  imageIndex 
)
pure virtual

Set the AirPressure property of ImagingEnvironment.

Parameters
airPressureAirPressure to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImagingEnvironmentAirPressure().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImagingEnvironmentCO2Percent ( ome::xml::model::primitives::PercentFraction  co2Percent,
index_type  imageIndex 
)
pure virtual

Set the CO2Percent property of ImagingEnvironment.

Parameters
co2PercentCO2Percent to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImagingEnvironmentCO2Percent().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImagingEnvironmentHumidity ( ome::xml::model::primitives::PercentFraction  humidity,
index_type  imageIndex 
)
pure virtual

Set the Humidity property of ImagingEnvironment.

Parameters
humidityHumidity to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImagingEnvironmentHumidity().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setImagingEnvironmentTemperature ( double  temperature,
index_type  imageIndex 
)
pure virtual

Set the Temperature property of ImagingEnvironment.

Parameters
temperatureTemperature to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setImagingEnvironmentTemperature().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setInstrumentID ( std::string  id,
index_type  instrumentIndex 
)
pure virtual

Set the ID property of Instrument.

Parameters
idID to set.
instrumentIndexthe Instrument index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setInstrumentID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Label.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Label.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Label.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Label.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Label.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Label.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Label.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Label.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Label.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Label.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Label.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Label.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Label.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Label.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Label.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Label.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Label.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the X property of Label.

Parameters
xX to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLabelY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Y property of Label.

Parameters
yY to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLabelY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserFrequencyMultiplication ( ome::xml::model::primitives::PositiveInteger  frequencyMultiplication,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the FrequencyMultiplication property of Laser.

Parameters
frequencyMultiplicationFrequencyMultiplication to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserFrequencyMultiplication().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserID ( std::string  id,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the ID property of Laser.

Parameters
idID to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserLaserMedium ( ome::xml::model::enums::LaserMedium  laserMedium,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the LaserMedium property of Laser.

Parameters
laserMediumLaserMedium to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserLaserMedium().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the LotNumber property of Laser.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Manufacturer property of Laser.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserModel ( std::string  model,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Model property of Laser.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserPockelCell ( bool  pockelCell,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the PockelCell property of Laser.

Parameters
pockelCellPockelCell to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserPockelCell().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserPower ( double  power,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Power property of Laser.

Parameters
powerPower to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserPower().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserPulse ( ome::xml::model::enums::Pulse  pulse,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Pulse property of Laser.

Parameters
pulsePulse to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserPulse().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserPump ( const std::string &  pump,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Pump property of Laser.

Parameters
pumpPump to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserPump().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserRepetitionRate ( double  repetitionRate,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the RepetitionRate property of Laser.

Parameters
repetitionRateRepetitionRate to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserRepetitionRate().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the SerialNumber property of Laser.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserTuneable ( bool  tuneable,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Tuneable property of Laser.

Parameters
tuneableTuneable to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserTuneable().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserType ( ome::xml::model::enums::LaserType  type,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Type property of Laser.

Parameters
typeType to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLaserWavelength ( ome::xml::model::primitives::PositiveInteger  wavelength,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Wavelength property of Laser.

Parameters
wavelengthWavelength to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLaserWavelength().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightEmittingDiodeID ( std::string  id,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the ID property of LightEmittingDiode.

Parameters
idID to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightEmittingDiodeID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightEmittingDiodeLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the LotNumber property of LightEmittingDiode.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightEmittingDiodeLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightEmittingDiodeManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Manufacturer property of LightEmittingDiode.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightEmittingDiodeManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightEmittingDiodeModel ( std::string  model,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Model property of LightEmittingDiode.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightEmittingDiodeModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightEmittingDiodePower ( double  power,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the Power property of LightEmittingDiode.

Parameters
powerPower to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightEmittingDiodePower().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightEmittingDiodeSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  lightSourceIndex 
)
pure virtual

Set the SerialNumber property of LightEmittingDiode.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightEmittingDiodeSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightPathDichroicRef ( const std::string &  dichroic,
index_type  imageIndex,
index_type  channelIndex 
)
pure virtual

Set the DichroicRef property of LightPath.

Parameters
dichroicDichroicRef to set.
imageIndexthe Image index.
channelIndexthe Channel index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightPathDichroicRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightPathEmissionFilterRef ( const std::string &  emissionFilter,
index_type  imageIndex,
index_type  channelIndex,
index_type  emissionFilterRefIndex = 0 
)
pure virtual

Set the EmissionFilterRef property of LightPath.

Parameters
emissionFilterEmissionFilterRef to set.
imageIndexthe Image index.
channelIndexthe Channel index.
emissionFilterRefIndexEmissionFilterRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightPathEmissionFilterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLightPathExcitationFilterRef ( const std::string &  excitationFilter,
index_type  imageIndex,
index_type  channelIndex,
index_type  excitationFilterRefIndex = 0 
)
pure virtual

Set the ExcitationFilterRef property of LightPath.

Parameters
excitationFilterExcitationFilterRef to set.
imageIndexthe Image index.
channelIndexthe Channel index.
excitationFilterRefIndexExcitationFilterRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLightPathExcitationFilterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Line.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Line.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Line.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Line.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Line.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Line.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Line.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Line.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineMarkerEnd ( ome::xml::model::enums::Marker  markerEnd,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the MarkerEnd property of Line.

Parameters
markerEndMarkerEnd to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineMarkerEnd().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineMarkerStart ( ome::xml::model::enums::Marker  markerStart,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the MarkerStart property of Line.

Parameters
markerStartMarkerStart to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineMarkerStart().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Line.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Line.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Line.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Line.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Line.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Line.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Line.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Line.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Line.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineX1 ( double  x1,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the X1 property of Line.

Parameters
x1X1 to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineX1().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineX2 ( double  x2,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the X2 property of Line.

Parameters
x2X2 to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineX2().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineY1 ( double  y1,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Y1 property of Line.

Parameters
y1Y1 to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineY1().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLineY2 ( double  y2,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Y2 property of Line.

Parameters
y2Y2 to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLineY2().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setListAnnotationAnnotationRef ( const std::string &  annotation,
index_type  listAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of ListAnnotation.

Parameters
annotationAnnotationRef to set.
listAnnotationIndexthe ListAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setListAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setListAnnotationAnnotator ( std::string  annotator,
index_type  listAnnotationIndex 
)
pure virtual

Set the Annotator property of ListAnnotation.

Parameters
annotatorAnnotator to set.
listAnnotationIndexthe ListAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setListAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setListAnnotationDescription ( std::string  description,
index_type  listAnnotationIndex 
)
pure virtual

Set the Description property of ListAnnotation.

Parameters
descriptionDescription to set.
listAnnotationIndexthe ListAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setListAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setListAnnotationID ( std::string  id,
index_type  listAnnotationIndex 
)
pure virtual

Set the ID property of ListAnnotation.

Parameters
idID to set.
listAnnotationIndexthe ListAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setListAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setListAnnotationNamespace ( std::string  namespace_,
index_type  listAnnotationIndex 
)
pure virtual

Set the Namespace property of ListAnnotation.

Parameters
namespace_Namespace to set.
listAnnotationIndexthe ListAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setListAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLongAnnotationAnnotationRef ( const std::string &  annotation,
index_type  longAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of LongAnnotation.

Parameters
annotationAnnotationRef to set.
longAnnotationIndexthe LongAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLongAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLongAnnotationAnnotator ( std::string  annotator,
index_type  longAnnotationIndex 
)
pure virtual

Set the Annotator property of LongAnnotation.

Parameters
annotatorAnnotator to set.
longAnnotationIndexthe LongAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLongAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLongAnnotationDescription ( std::string  description,
index_type  longAnnotationIndex 
)
pure virtual

Set the Description property of LongAnnotation.

Parameters
descriptionDescription to set.
longAnnotationIndexthe LongAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLongAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLongAnnotationID ( std::string  id,
index_type  longAnnotationIndex 
)
pure virtual

Set the ID property of LongAnnotation.

Parameters
idID to set.
longAnnotationIndexthe LongAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLongAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLongAnnotationNamespace ( std::string  namespace_,
index_type  longAnnotationIndex 
)
pure virtual

Set the Namespace property of LongAnnotation.

Parameters
namespace_Namespace to set.
longAnnotationIndexthe LongAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLongAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setLongAnnotationValue ( int64_t  value,
index_type  longAnnotationIndex 
)
pure virtual

Set the Value property of LongAnnotation.

Parameters
valueValue to set.
longAnnotationIndexthe LongAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setLongAnnotationValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Mask.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Mask.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Mask.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Mask.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Mask.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskHeight ( double  height,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Height property of Mask.

Parameters
heightHeight to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskHeight().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Mask.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Mask.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Mask.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Mask.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Mask.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Mask.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Mask.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Mask.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Mask.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Mask.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Mask.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Mask.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskWidth ( double  width,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Width property of Mask.

Parameters
widthWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the X property of Mask.

Parameters
xX to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMaskY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Y property of Mask.

Parameters
yY to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMaskY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationDescription ( std::string  description,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
pure virtual

Set the Description property of MicrobeamManipulation.

Parameters
descriptionDescription to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationExperimenterRef ( const std::string &  experimenter,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
pure virtual

Set the ExperimenterRef property of MicrobeamManipulation.

Parameters
experimenterExperimenterRef to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationExperimenterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationID ( std::string  id,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
pure virtual

Set the ID property of MicrobeamManipulation.

Parameters
idID to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationLightSourceSettingsAttenuation ( ome::xml::model::primitives::PercentFraction  attenuation,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
)
pure virtual

Set the Attenuation property of LightSourceSettings.

Parameters
attenuationAttenuation to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationLightSourceSettingsAttenuation().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationLightSourceSettingsID ( std::string  id,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
)
pure virtual

Set the ID property of LightSourceSettings.

Parameters
idID to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationLightSourceSettingsID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationLightSourceSettingsWavelength ( ome::xml::model::primitives::PositiveInteger  wavelength,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
)
pure virtual

Set the Wavelength property of LightSourceSettings.

Parameters
wavelengthWavelength to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationLightSourceSettingsWavelength().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationROIRef ( const std::string &  roi,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  ROIRefIndex = 0 
)
pure virtual

Set the ROIRef property of MicrobeamManipulation.

Parameters
roiROIRef to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
ROIRefIndexROIRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationROIRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicrobeamManipulationType ( ome::xml::model::enums::MicrobeamManipulationType  type,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
pure virtual

Set the Type property of MicrobeamManipulation.

Parameters
typeType to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicrobeamManipulationType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicroscopeLotNumber ( std::string  lotNumber,
index_type  instrumentIndex 
)
pure virtual

Set the LotNumber property of Microscope.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicroscopeLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicroscopeManufacturer ( std::string  manufacturer,
index_type  instrumentIndex 
)
pure virtual

Set the Manufacturer property of Microscope.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicroscopeManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicroscopeModel ( std::string  model,
index_type  instrumentIndex 
)
pure virtual

Set the Model property of Microscope.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicroscopeModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicroscopeSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex 
)
pure virtual

Set the SerialNumber property of Microscope.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicroscopeSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setMicroscopeType ( ome::xml::model::enums::MicroscopeType  type,
index_type  instrumentIndex 
)
pure virtual

Set the Type property of Microscope.

Parameters
typeType to set.
instrumentIndexthe Instrument index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setMicroscopeType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveCalibratedMagnification ( double  calibratedMagnification,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the CalibratedMagnification property of Objective.

Parameters
calibratedMagnificationCalibratedMagnification to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveCalibratedMagnification().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveCorrection ( ome::xml::model::enums::Correction  correction,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the Correction property of Objective.

Parameters
correctionCorrection to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveCorrection().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveID ( std::string  id,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the ID property of Objective.

Parameters
idID to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveImmersion ( ome::xml::model::enums::Immersion  immersion,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the Immersion property of Objective.

Parameters
immersionImmersion to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveImmersion().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveIris ( bool  iris,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the Iris property of Objective.

Parameters
irisIris to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveIris().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveLensNA ( double  lensNA,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the LensNA property of Objective.

Parameters
lensNALensNA to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveLensNA().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the LotNumber property of Objective.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveLotNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the Manufacturer property of Objective.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveManufacturer().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveModel ( std::string  model,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the Model property of Objective.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveNominalMagnification ( double  nominalMagnification,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the NominalMagnification property of Objective.

Parameters
nominalMagnificationNominalMagnification to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveNominalMagnification().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the SerialNumber property of Objective.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveSerialNumber().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveSettingsCorrectionCollar ( double  correctionCollar,
index_type  imageIndex 
)
pure virtual

Set the CorrectionCollar property of ObjectiveSettings.

Parameters
correctionCollarCorrectionCollar to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveSettingsCorrectionCollar().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveSettingsID ( std::string  id,
index_type  imageIndex 
)
pure virtual

Set the ID property of ObjectiveSettings.

Parameters
idID to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveSettingsID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveSettingsMedium ( ome::xml::model::enums::Medium  medium,
index_type  imageIndex 
)
pure virtual

Set the Medium property of ObjectiveSettings.

Parameters
mediumMedium to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveSettingsMedium().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveSettingsRefractiveIndex ( double  refractiveIndex,
index_type  imageIndex 
)
pure virtual

Set the RefractiveIndex property of ObjectiveSettings.

Parameters
refractiveIndexRefractiveIndex to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveSettingsRefractiveIndex().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setObjectiveWorkingDistance ( double  workingDistance,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
pure virtual

Set the WorkingDistance property of Objective.

Parameters
workingDistanceWorkingDistance to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setObjectiveWorkingDistance().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Pixels.

Parameters
annotationAnnotationRef to set.
imageIndexthe Image index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPixelsAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsBigEndian ( bool  bigEndian,
index_type  imageIndex 
)
pure virtual

Set the BigEndian property of Pixels.

Parameters
bigEndianBigEndian to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsBigEndian().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsBinDataBigEndian ( bool  bigEndian,
index_type  imageIndex,
index_type  binDataIndex = 0 
)
pure virtual

Set the BigEndian property of Pixels.

Parameters
bigEndiantrue if big endian, or false if little endian.
imageIndexthe Image index.
binDataIndexBinData index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPixelsBinDataBigEndian().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsDimensionOrder ( ome::xml::model::enums::DimensionOrder  dimensionOrder,
index_type  imageIndex 
)
pure virtual

Set the DimensionOrder property of Pixels.

Parameters
dimensionOrderDimensionOrder to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsDimensionOrder().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsID ( std::string  id,
index_type  imageIndex 
)
pure virtual

Set the ID property of Pixels.

Parameters
idID to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsInterleaved ( bool  interleaved,
index_type  imageIndex 
)
pure virtual

Set the Interleaved property of Pixels.

Parameters
interleavedInterleaved to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsInterleaved().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsPhysicalSizeX ( ome::xml::model::primitives::PositiveFloat  physicalSizeX,
index_type  imageIndex 
)
pure virtual

Set the PhysicalSizeX property of Pixels.

Parameters
physicalSizeXPhysicalSizeX to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPixelsPhysicalSizeX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsPhysicalSizeY ( ome::xml::model::primitives::PositiveFloat  physicalSizeY,
index_type  imageIndex 
)
pure virtual

Set the PhysicalSizeY property of Pixels.

Parameters
physicalSizeYPhysicalSizeY to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPixelsPhysicalSizeY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsPhysicalSizeZ ( ome::xml::model::primitives::PositiveFloat  physicalSizeZ,
index_type  imageIndex 
)
pure virtual

Set the PhysicalSizeZ property of Pixels.

Parameters
physicalSizeZPhysicalSizeZ to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPixelsPhysicalSizeZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsSignificantBits ( ome::xml::model::primitives::PositiveInteger  significantBits,
index_type  imageIndex 
)
pure virtual

Set the SignificantBits property of Pixels.

Parameters
significantBitsSignificantBits to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsSignificantBits().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsSizeC ( ome::xml::model::primitives::PositiveInteger  sizeC,
index_type  imageIndex 
)
pure virtual

Set the SizeC property of Pixels.

Parameters
sizeCSizeC to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), ome::xml::meta::AggregateMetadata::setPixelsSizeC(), and ome::bioformats::validateModel().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsSizeT ( ome::xml::model::primitives::PositiveInteger  sizeT,
index_type  imageIndex 
)
pure virtual

Set the SizeT property of Pixels.

Parameters
sizeTSizeT to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsSizeT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsSizeX ( ome::xml::model::primitives::PositiveInteger  sizeX,
index_type  imageIndex 
)
pure virtual

Set the SizeX property of Pixels.

Parameters
sizeXSizeX to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsSizeX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsSizeY ( ome::xml::model::primitives::PositiveInteger  sizeY,
index_type  imageIndex 
)
pure virtual

Set the SizeY property of Pixels.

Parameters
sizeYSizeY to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsSizeY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsSizeZ ( ome::xml::model::primitives::PositiveInteger  sizeZ,
index_type  imageIndex 
)
pure virtual

Set the SizeZ property of Pixels.

Parameters
sizeZSizeZ to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsSizeZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsTimeIncrement ( double  timeIncrement,
index_type  imageIndex 
)
pure virtual

Set the TimeIncrement property of Pixels.

Parameters
timeIncrementTimeIncrement to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPixelsTimeIncrement().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPixelsType ( ome::xml::model::enums::PixelType  type,
index_type  imageIndex 
)
pure virtual

Set the Type property of Pixels.

Parameters
typeType to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillPixels(), and ome::xml::meta::AggregateMetadata::setPixelsType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlaneAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  planeIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Plane.

Parameters
annotationAnnotationRef to set.
imageIndexthe Image index.
planeIndexthe Plane index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlaneAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlaneDeltaT ( double  deltaT,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the DeltaT property of Plane.

Parameters
deltaTDeltaT to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlaneDeltaT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlaneExposureTime ( double  exposureTime,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the ExposureTime property of Plane.

Parameters
exposureTimeExposureTime to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlaneExposureTime().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlaneHashSHA1 ( std::string  hashSHA1,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the HashSHA1 property of Plane.

Parameters
hashSHA1HashSHA1 to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlaneHashSHA1().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlanePositionX ( double  positionX,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the PositionX property of Plane.

Parameters
positionXPositionX to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlanePositionX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlanePositionY ( double  positionY,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the PositionY property of Plane.

Parameters
positionYPositionY to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlanePositionY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlanePositionZ ( double  positionZ,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the PositionZ property of Plane.

Parameters
positionZPositionZ to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlanePositionZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlaneTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the TheC property of Plane.

Parameters
theCTheC to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillMetadata(), and ome::xml::meta::AggregateMetadata::setPlaneTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlaneTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the TheT property of Plane.

Parameters
theTTheT to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillMetadata(), and ome::xml::meta::AggregateMetadata::setPlaneTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlaneTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  imageIndex,
index_type  planeIndex 
)
pure virtual

Set the TheZ property of Plane.

Parameters
theZTheZ to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::bioformats::fillMetadata(), and ome::xml::meta::AggregateMetadata::setPlaneTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  plateAcquisitionIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of PlateAcquisition.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionDescription ( std::string  description,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
pure virtual

Set the Description property of PlateAcquisition.

Parameters
descriptionDescription to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionEndTime ( ome::xml::model::primitives::Timestamp  endTime,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
pure virtual

Set the EndTime property of PlateAcquisition.

Parameters
endTimeEndTime to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionEndTime().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionID ( std::string  id,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
pure virtual

Set the ID property of PlateAcquisition.

Parameters
idID to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionMaximumFieldCount ( ome::xml::model::primitives::PositiveInteger  maximumFieldCount,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
pure virtual

Set the MaximumFieldCount property of PlateAcquisition.

Parameters
maximumFieldCountMaximumFieldCount to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionMaximumFieldCount().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionName ( std::string  name,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
pure virtual

Set the Name property of PlateAcquisition.

Parameters
nameName to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionStartTime ( ome::xml::model::primitives::Timestamp  startTime,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
pure virtual

Set the StartTime property of PlateAcquisition.

Parameters
startTimeStartTime to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionStartTime().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAcquisitionWellSampleRef ( const std::string &  wellSample,
index_type  plateIndex,
index_type  plateAcquisitionIndex,
index_type  wellSampleRefIndex = 0 
)
pure virtual

Set the WellSampleRef property of PlateAcquisition.

Parameters
wellSampleWellSampleRef to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
wellSampleRefIndexWellSampleRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAcquisitionWellSampleRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Plate.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateColumnNamingConvention ( ome::xml::model::enums::NamingConvention  columnNamingConvention,
index_type  plateIndex 
)
pure virtual

Set the ColumnNamingConvention property of Plate.

Parameters
columnNamingConventionColumnNamingConvention to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateColumnNamingConvention().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateColumns ( ome::xml::model::primitives::PositiveInteger  columns,
index_type  plateIndex 
)
pure virtual

Set the Columns property of Plate.

Parameters
columnsColumns to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateColumns().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateDescription ( std::string  description,
index_type  plateIndex 
)
pure virtual

Set the Description property of Plate.

Parameters
descriptionDescription to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateExternalIdentifier ( std::string  externalIdentifier,
index_type  plateIndex 
)
pure virtual

Set the ExternalIdentifier property of Plate.

Parameters
externalIdentifierExternalIdentifier to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateExternalIdentifier().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateFieldIndex ( ome::xml::model::primitives::NonNegativeInteger  fieldIndex,
index_type  plateIndex 
)
pure virtual

Set the FieldIndex property of Plate.

Parameters
fieldIndexFieldIndex to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateFieldIndex().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateID ( std::string  id,
index_type  plateIndex 
)
pure virtual

Set the ID property of Plate.

Parameters
idID to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateName ( std::string  name,
index_type  plateIndex 
)
pure virtual

Set the Name property of Plate.

Parameters
nameName to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateRowNamingConvention ( ome::xml::model::enums::NamingConvention  rowNamingConvention,
index_type  plateIndex 
)
pure virtual

Set the RowNamingConvention property of Plate.

Parameters
rowNamingConventionRowNamingConvention to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateRowNamingConvention().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateRows ( ome::xml::model::primitives::PositiveInteger  rows,
index_type  plateIndex 
)
pure virtual

Set the Rows property of Plate.

Parameters
rowsRows to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateRows().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateStatus ( std::string  status,
index_type  plateIndex 
)
pure virtual

Set the Status property of Plate.

Parameters
statusStatus to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateStatus().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateWellOriginX ( double  wellOriginX,
index_type  plateIndex 
)
pure virtual

Set the WellOriginX property of Plate.

Parameters
wellOriginXWellOriginX to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateWellOriginX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPlateWellOriginY ( double  wellOriginY,
index_type  plateIndex 
)
pure virtual

Set the WellOriginY property of Plate.

Parameters
wellOriginYWellOriginY to set.
plateIndexthe Plate index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPlateWellOriginY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Point.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Point.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Point.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Point.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Point.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Point.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Point.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Point.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Point.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Point.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Point.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Point.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Point.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Point.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Point.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Point.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Point.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the X property of Point.

Parameters
xX to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPointY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Y property of Point.

Parameters
yY to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPointY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Polygon.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Polygon.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Polygon.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Polygon.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Polygon.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Polygon.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Polygon.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Polygon.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonPoints ( std::string  points,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Points property of Polygon.

Parameters
pointsPoints to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonPoints().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Polygon.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Polygon.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Polygon.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Polygon.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Polygon.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Polygon.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Polygon.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Polygon.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolygonVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Polygon.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolygonVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Polyline.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Polyline.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Polyline.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Polyline.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Polyline.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Polyline.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Polyline.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Polyline.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineMarkerEnd ( ome::xml::model::enums::Marker  markerEnd,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the MarkerEnd property of Polyline.

Parameters
markerEndMarkerEnd to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineMarkerEnd().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineMarkerStart ( ome::xml::model::enums::Marker  markerStart,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the MarkerStart property of Polyline.

Parameters
markerStartMarkerStart to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineMarkerStart().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylinePoints ( std::string  points,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Points property of Polyline.

Parameters
pointsPoints to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylinePoints().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Polyline.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Polyline.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Polyline.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Polyline.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Polyline.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Polyline.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Polyline.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Polyline.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setPolylineVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Polyline.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setPolylineVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setProjectAnnotationRef ( const std::string &  annotation,
index_type  projectIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Project.

Parameters
annotationAnnotationRef to set.
projectIndexthe Project index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setProjectAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setProjectDatasetRef ( const std::string &  dataset,
index_type  projectIndex,
index_type  datasetRefIndex = 0 
)
pure virtual

Set the DatasetRef property of Project.

Parameters
datasetDatasetRef to set.
projectIndexthe Project index.
datasetRefIndexDatasetRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setProjectDatasetRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setProjectDescription ( std::string  description,
index_type  projectIndex 
)
pure virtual

Set the Description property of Project.

Parameters
descriptionDescription to set.
projectIndexthe Project index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setProjectDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setProjectExperimenterGroupRef ( const std::string &  experimenterGroup,
index_type  projectIndex 
)
pure virtual

Set the ExperimenterGroupRef property of Project.

Parameters
experimenterGroupExperimenterGroupRef to set.
projectIndexthe Project index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setProjectExperimenterGroupRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setProjectExperimenterRef ( const std::string &  experimenter,
index_type  projectIndex 
)
pure virtual

Set the ExperimenterRef property of Project.

Parameters
experimenterExperimenterRef to set.
projectIndexthe Project index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setProjectExperimenterRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setProjectID ( std::string  id,
index_type  projectIndex 
)
pure virtual

Set the ID property of Project.

Parameters
idID to set.
projectIndexthe Project index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setProjectID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setProjectName ( std::string  name,
index_type  projectIndex 
)
pure virtual

Set the Name property of Project.

Parameters
nameName to set.
projectIndexthe Project index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setProjectName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setReagentAnnotationRef ( const std::string &  annotation,
index_type  screenIndex,
index_type  reagentIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Reagent.

Parameters
annotationAnnotationRef to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setReagentAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setReagentDescription ( std::string  description,
index_type  screenIndex,
index_type  reagentIndex 
)
pure virtual

Set the Description property of Reagent.

Parameters
descriptionDescription to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setReagentDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setReagentID ( std::string  id,
index_type  screenIndex,
index_type  reagentIndex 
)
pure virtual

Set the ID property of Reagent.

Parameters
idID to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setReagentID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setReagentName ( std::string  name,
index_type  screenIndex,
index_type  reagentIndex 
)
pure virtual

Set the Name property of Reagent.

Parameters
nameName to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setReagentName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setReagentReagentIdentifier ( std::string  reagentIdentifier,
index_type  screenIndex,
index_type  reagentIndex 
)
pure virtual

Set the ReagentIdentifier property of Reagent.

Parameters
reagentIdentifierReagentIdentifier to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setReagentReagentIdentifier().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillColor property of Rectangle.

Parameters
fillColorFillColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleFillColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FillRule property of Rectangle.

Parameters
fillRuleFillRule to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleFillRule().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontFamily property of Rectangle.

Parameters
fontFamilyFontFamily to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleFontFamily().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontSize property of Rectangle.

Parameters
fontSizeFontSize to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleFontSize().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the FontStyle property of Rectangle.

Parameters
fontStyleFontStyle to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleFontStyle().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleHeight ( double  height,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Height property of Rectangle.

Parameters
heightHeight to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleHeight().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the ID property of Rectangle.

Parameters
idID to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the LineCap property of Rectangle.

Parameters
lineCapLineCap to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleLineCap().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Locked property of Rectangle.

Parameters
lockedLocked to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleLocked().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeColor property of Rectangle.

Parameters
strokeColorStrokeColor to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleStrokeColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeDashArray property of Rectangle.

Parameters
strokeDashArrayStrokeDashArray to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleStrokeDashArray().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the StrokeWidth property of Rectangle.

Parameters
strokeWidthStrokeWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleStrokeWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Text property of Rectangle.

Parameters
textText to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleText().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheC property of Rectangle.

Parameters
theCTheC to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleTheC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheT property of Rectangle.

Parameters
theTTheT to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleTheT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the TheZ property of Rectangle.

Parameters
theZTheZ to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleTheZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Transform property of Rectangle.

Parameters
transformTransform to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleTransform().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Visible property of Rectangle.

Parameters
visibleVisible to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleVisible().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleWidth ( double  width,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Width property of Rectangle.

Parameters
widthWidth to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleWidth().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the X property of Rectangle.

Parameters
xX to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRectangleY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
pure virtual

Set the Y property of Rectangle.

Parameters
yY to set.
ROIIndexthe ROI index.
shapeIndexthe Shape index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRectangleY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRightsRightsHeld ( std::string  rightsHeld)
pure virtual

Set the RightsHeld property of Rights.

Parameters
rightsHeldRightsHeld to set.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRightsRightsHeld().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRightsRightsHolder ( std::string  rightsHolder)
pure virtual

Set the RightsHolder property of Rights.

Parameters
rightsHolderRightsHolder to set.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setRightsRightsHolder().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setROIAnnotationRef ( const std::string &  annotation,
index_type  ROIIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of ROI.

Parameters
annotationAnnotationRef to set.
ROIIndexthe ROI index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setROIAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setROIDescription ( std::string  description,
index_type  ROIIndex 
)
pure virtual

Set the Description property of ROI.

Parameters
descriptionDescription to set.
ROIIndexthe ROI index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setROIDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setROIID ( std::string  id,
index_type  ROIIndex 
)
pure virtual

Set the ID property of ROI.

Parameters
idID to set.
ROIIndexthe ROI index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setROIID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setROIName ( std::string  name,
index_type  ROIIndex 
)
pure virtual

Set the Name property of ROI.

Parameters
nameName to set.
ROIIndexthe ROI index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setROIName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setROINamespace ( std::string  namespace_,
index_type  ROIIndex 
)
pure virtual

Set the Namespace property of ROI.

Parameters
namespace_Namespace to set.
ROIIndexthe ROI index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setROINamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setRoot ( ome::compat::shared_ptr< MetadataRoot > &  root)
pure virtual

Set the root node of the metadata.

Note that the root node type will be specific to the concrete metadata implementation. An exception will be thrown if the root node is of an incompatible type.

Parameters
roota pointer to the root node.
Todo:
should this be a reference or shared_ptr?

Implemented in ome::xml::meta::AggregateMetadata, ome::xml::meta::FilterMetadata, ome::xml::meta::OMEXMLMetadata, and ome::xml::meta::DummyMetadata.

Referenced by ome::xml::meta::convert().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenAnnotationRef ( const std::string &  annotation,
index_type  screenIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Screen.

Parameters
annotationAnnotationRef to set.
screenIndexthe Screen index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenDescription ( std::string  description,
index_type  screenIndex 
)
pure virtual

Set the Description property of Screen.

Parameters
descriptionDescription to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenID ( std::string  id,
index_type  screenIndex 
)
pure virtual

Set the ID property of Screen.

Parameters
idID to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenName ( std::string  name,
index_type  screenIndex 
)
pure virtual

Set the Name property of Screen.

Parameters
nameName to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenPlateRef ( const std::string &  plate,
index_type  screenIndex,
index_type  plateRefIndex = 0 
)
pure virtual

Set the PlateRef property of Screen.

Parameters
platePlateRef to set.
screenIndexthe Screen index.
plateRefIndexPlateRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenPlateRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenProtocolDescription ( std::string  protocolDescription,
index_type  screenIndex 
)
pure virtual

Set the ProtocolDescription property of Screen.

Parameters
protocolDescriptionProtocolDescription to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenProtocolDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenProtocolIdentifier ( std::string  protocolIdentifier,
index_type  screenIndex 
)
pure virtual

Set the ProtocolIdentifier property of Screen.

Parameters
protocolIdentifierProtocolIdentifier to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenProtocolIdentifier().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenReagentSetDescription ( std::string  reagentSetDescription,
index_type  screenIndex 
)
pure virtual

Set the ReagentSetDescription property of Screen.

Parameters
reagentSetDescriptionReagentSetDescription to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenReagentSetDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenReagentSetIdentifier ( std::string  reagentSetIdentifier,
index_type  screenIndex 
)
pure virtual

Set the ReagentSetIdentifier property of Screen.

Parameters
reagentSetIdentifierReagentSetIdentifier to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenReagentSetIdentifier().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setScreenType ( std::string  type,
index_type  screenIndex 
)
pure virtual

Set the Type property of Screen.

Parameters
typeType to set.
screenIndexthe Screen index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setScreenType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setStageLabelName ( std::string  name,
index_type  imageIndex 
)
pure virtual

Set the Name property of StageLabel.

Parameters
nameName to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setStageLabelName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setStageLabelX ( double  x,
index_type  imageIndex 
)
pure virtual

Set the X property of StageLabel.

Parameters
xX to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setStageLabelX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setStageLabelY ( double  y,
index_type  imageIndex 
)
pure virtual

Set the Y property of StageLabel.

Parameters
yY to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setStageLabelY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setStageLabelZ ( double  z,
index_type  imageIndex 
)
pure virtual

Set the Z property of StageLabel.

Parameters
zZ to set.
imageIndexthe Image index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setStageLabelZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTagAnnotationAnnotationRef ( const std::string &  annotation,
index_type  tagAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of TagAnnotation.

Parameters
annotationAnnotationRef to set.
tagAnnotationIndexthe TagAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTagAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTagAnnotationAnnotator ( std::string  annotator,
index_type  tagAnnotationIndex 
)
pure virtual

Set the Annotator property of TagAnnotation.

Parameters
annotatorAnnotator to set.
tagAnnotationIndexthe TagAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTagAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTagAnnotationDescription ( std::string  description,
index_type  tagAnnotationIndex 
)
pure virtual

Set the Description property of TagAnnotation.

Parameters
descriptionDescription to set.
tagAnnotationIndexthe TagAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTagAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTagAnnotationID ( std::string  id,
index_type  tagAnnotationIndex 
)
pure virtual

Set the ID property of TagAnnotation.

Parameters
idID to set.
tagAnnotationIndexthe TagAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTagAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTagAnnotationNamespace ( std::string  namespace_,
index_type  tagAnnotationIndex 
)
pure virtual

Set the Namespace property of TagAnnotation.

Parameters
namespace_Namespace to set.
tagAnnotationIndexthe TagAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTagAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTagAnnotationValue ( std::string  value,
index_type  tagAnnotationIndex 
)
pure virtual

Set the Value property of TagAnnotation.

Parameters
valueValue to set.
tagAnnotationIndexthe TagAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTagAnnotationValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTermAnnotationAnnotationRef ( const std::string &  annotation,
index_type  termAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of TermAnnotation.

Parameters
annotationAnnotationRef to set.
termAnnotationIndexthe TermAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTermAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTermAnnotationAnnotator ( std::string  annotator,
index_type  termAnnotationIndex 
)
pure virtual

Set the Annotator property of TermAnnotation.

Parameters
annotatorAnnotator to set.
termAnnotationIndexthe TermAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTermAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTermAnnotationDescription ( std::string  description,
index_type  termAnnotationIndex 
)
pure virtual

Set the Description property of TermAnnotation.

Parameters
descriptionDescription to set.
termAnnotationIndexthe TermAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTermAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTermAnnotationID ( std::string  id,
index_type  termAnnotationIndex 
)
pure virtual

Set the ID property of TermAnnotation.

Parameters
idID to set.
termAnnotationIndexthe TermAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTermAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTermAnnotationNamespace ( std::string  namespace_,
index_type  termAnnotationIndex 
)
pure virtual

Set the Namespace property of TermAnnotation.

Parameters
namespace_Namespace to set.
termAnnotationIndexthe TermAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTermAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTermAnnotationValue ( std::string  value,
index_type  termAnnotationIndex 
)
pure virtual

Set the Value property of TermAnnotation.

Parameters
valueValue to set.
termAnnotationIndexthe TermAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTermAnnotationValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTiffDataFirstC ( ome::xml::model::primitives::NonNegativeInteger  firstC,
index_type  imageIndex,
index_type  tiffDataIndex 
)
pure virtual

Set the FirstC property of TiffData.

Parameters
firstCFirstC to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTiffDataFirstC().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTiffDataFirstT ( ome::xml::model::primitives::NonNegativeInteger  firstT,
index_type  imageIndex,
index_type  tiffDataIndex 
)
pure virtual

Set the FirstT property of TiffData.

Parameters
firstTFirstT to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTiffDataFirstT().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTiffDataFirstZ ( ome::xml::model::primitives::NonNegativeInteger  firstZ,
index_type  imageIndex,
index_type  tiffDataIndex 
)
pure virtual

Set the FirstZ property of TiffData.

Parameters
firstZFirstZ to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTiffDataFirstZ().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTiffDataIFD ( ome::xml::model::primitives::NonNegativeInteger  ifd,
index_type  imageIndex,
index_type  tiffDataIndex 
)
pure virtual

Set the IFD property of TiffData.

Parameters
ifdIFD to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTiffDataIFD().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTiffDataPlaneCount ( ome::xml::model::primitives::NonNegativeInteger  planeCount,
index_type  imageIndex,
index_type  tiffDataIndex 
)
pure virtual

Set the PlaneCount property of TiffData.

Parameters
planeCountPlaneCount to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTiffDataPlaneCount().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTimestampAnnotationAnnotationRef ( const std::string &  annotation,
index_type  timestampAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of TimestampAnnotation.

Parameters
annotationAnnotationRef to set.
timestampAnnotationIndexthe TimestampAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTimestampAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTimestampAnnotationAnnotator ( std::string  annotator,
index_type  timestampAnnotationIndex 
)
pure virtual

Set the Annotator property of TimestampAnnotation.

Parameters
annotatorAnnotator to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTimestampAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTimestampAnnotationDescription ( std::string  description,
index_type  timestampAnnotationIndex 
)
pure virtual

Set the Description property of TimestampAnnotation.

Parameters
descriptionDescription to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTimestampAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTimestampAnnotationID ( std::string  id,
index_type  timestampAnnotationIndex 
)
pure virtual

Set the ID property of TimestampAnnotation.

Parameters
idID to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTimestampAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTimestampAnnotationNamespace ( std::string  namespace_,
index_type  timestampAnnotationIndex 
)
pure virtual

Set the Namespace property of TimestampAnnotation.

Parameters
namespace_Namespace to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTimestampAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTimestampAnnotationValue ( ome::xml::model::primitives::Timestamp  value,
index_type  timestampAnnotationIndex 
)
pure virtual

Set the Value property of TimestampAnnotation.

Parameters
valueValue to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTimestampAnnotationValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTransmittanceRangeCutIn ( ome::xml::model::primitives::PositiveInteger  cutIn,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the CutIn property of TransmittanceRange.

Parameters
cutInCutIn to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutIn().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTransmittanceRangeCutInTolerance ( ome::xml::model::primitives::NonNegativeInteger  cutInTolerance,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the CutInTolerance property of TransmittanceRange.

Parameters
cutInToleranceCutInTolerance to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutInTolerance().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTransmittanceRangeCutOut ( ome::xml::model::primitives::PositiveInteger  cutOut,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the CutOut property of TransmittanceRange.

Parameters
cutOutCutOut to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutOut().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTransmittanceRangeCutOutTolerance ( ome::xml::model::primitives::NonNegativeInteger  cutOutTolerance,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the CutOutTolerance property of TransmittanceRange.

Parameters
cutOutToleranceCutOutTolerance to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutOutTolerance().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setTransmittanceRangeTransmittance ( ome::xml::model::primitives::PercentFraction  transmittance,
index_type  instrumentIndex,
index_type  filterIndex 
)
pure virtual

Set the Transmittance property of TransmittanceRange.

Parameters
transmittanceTransmittance to set.
instrumentIndexthe Instrument index.
filterIndexthe Filter index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setTransmittanceRangeTransmittance().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setUUID ( const std::string &  uuid)
pure virtual

Set the UUID associated with this collection of metadata.

Parameters
uuidthe UUID to set.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setUUID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setUUIDFileName ( std::string  fileName,
index_type  imageIndex,
index_type  tiffDataIndex 
)
pure virtual

Set the FileName property of UUID.

Parameters
fileNameFileName to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setUUIDFileName().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setUUIDValue ( std::string  value,
index_type  imageIndex,
index_type  tiffDataIndex 
)
pure virtual

Set the text value of UUID.

Parameters
valuetext value.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implemented in ome::xml::meta::FilterMetadata, ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, and ome::xml::meta::DummyMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setUUIDValue().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  wellIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of Well.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellColor ( ome::xml::model::primitives::Color  color,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the Color property of Well.

Parameters
colorColor to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellColor().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellColumn ( ome::xml::model::primitives::NonNegativeInteger  column,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the Column property of Well.

Parameters
columnColumn to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellColumn().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellExternalDescription ( std::string  externalDescription,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the ExternalDescription property of Well.

Parameters
externalDescriptionExternalDescription to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellExternalDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellExternalIdentifier ( std::string  externalIdentifier,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the ExternalIdentifier property of Well.

Parameters
externalIdentifierExternalIdentifier to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellExternalIdentifier().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellID ( std::string  id,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the ID property of Well.

Parameters
idID to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellReagentRef ( const std::string &  reagent,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the ReagentRef property of Well.

Parameters
reagentReagentRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellReagentRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellRow ( ome::xml::model::primitives::NonNegativeInteger  row,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the Row property of Well.

Parameters
rowRow to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellRow().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellSampleAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of WellSample.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellSampleAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellSampleID ( std::string  id,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
pure virtual

Set the ID property of WellSample.

Parameters
idID to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellSampleID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellSampleImageRef ( const std::string &  image,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
pure virtual

Set the ImageRef property of WellSample.

Parameters
imageImageRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellSampleImageRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellSampleIndex ( ome::xml::model::primitives::NonNegativeInteger  index,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
pure virtual

Set the Index property of WellSample.

Parameters
indexIndex to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellSampleIndex().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellSamplePositionX ( double  positionX,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
pure virtual

Set the PositionX property of WellSample.

Parameters
positionXPositionX to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellSamplePositionX().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellSamplePositionY ( double  positionY,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
pure virtual

Set the PositionY property of WellSample.

Parameters
positionYPositionY to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellSamplePositionY().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellSampleTimepoint ( ome::xml::model::primitives::Timestamp  timepoint,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
pure virtual

Set the Timepoint property of WellSample.

Parameters
timepointTimepoint to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellSampleTimepoint().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setWellType ( std::string  type,
index_type  plateIndex,
index_type  wellIndex 
)
pure virtual

Set the Type property of Well.

Parameters
typeType to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setWellType().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setXMLAnnotationAnnotationRef ( const std::string &  annotation,
index_type  XMLAnnotationIndex,
index_type  annotationRefIndex = 0 
)
pure virtual

Set the AnnotationRef property of XMLAnnotation.

Parameters
annotationAnnotationRef to set.
XMLAnnotationIndexthe XMLAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setXMLAnnotationAnnotationRef().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setXMLAnnotationAnnotator ( std::string  annotator,
index_type  XMLAnnotationIndex 
)
pure virtual

Set the Annotator property of XMLAnnotation.

Parameters
annotatorAnnotator to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setXMLAnnotationAnnotator().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setXMLAnnotationDescription ( std::string  description,
index_type  XMLAnnotationIndex 
)
pure virtual

Set the Description property of XMLAnnotation.

Parameters
descriptionDescription to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setXMLAnnotationDescription().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setXMLAnnotationID ( std::string  id,
index_type  XMLAnnotationIndex 
)
pure virtual

Set the ID property of XMLAnnotation.

Parameters
idID to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setXMLAnnotationID().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setXMLAnnotationNamespace ( std::string  namespace_,
index_type  XMLAnnotationIndex 
)
pure virtual

Set the Namespace property of XMLAnnotation.

Parameters
namespace_Namespace to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setXMLAnnotationNamespace().

+ Here is the caller graph for this function:

virtual void ome::xml::meta::MetadataStore::setXMLAnnotationValue ( std::string  value,
index_type  XMLAnnotationIndex 
)
pure virtual

Set the Value property of XMLAnnotation.

Parameters
valueValue to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implemented in ome::xml::meta::OMEXMLMetadata, ome::xml::meta::AggregateMetadata, ome::xml::meta::DummyMetadata, and ome::xml::meta::FilterMetadata.

Referenced by ome::xml::meta::AggregateMetadata::setXMLAnnotationValue().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: