bioformats  5.1.3
Public Types | Public Member Functions | Private Attributes | List of all members
ome::xml::meta::AggregateMetadata Class Reference

Aggregating metadata store. More...

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

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

Public Types

typedef std::vector< ome::compat::shared_ptr< BaseMetadata > > delegate_list_type
 A list of MetadataStore and MetadataRetrieve instances.
 

Public Member Functions

 AggregateMetadata (delegate_list_type &delegates)
 Constructor. More...
 
virtual ~AggregateMetadata ()
 Destructor.
 
void createRoot ()
 Create root node. More...
 
ome::compat::shared_ptr< MetadataRoot > & getRoot ()
 Get the root node of the metadata. More...
 
void setRoot (ome::compat::shared_ptr< MetadataRoot > &root)
 Set the root node of the metadata. More...
 
index_type getPixelsBinDataCount (index_type imageIndex) const
 Get the number of BinData elements in Pixels. More...
 
index_type getBooleanAnnotationAnnotationCount (index_type booleanAnnotationIndex) const
 Get the number of links to a BooleanAnnotation. More...
 
index_type getCommentAnnotationAnnotationCount (index_type commentAnnotationIndex) const
 Get the number of links to a CommentAnnotation. More...
 
index_type getDoubleAnnotationAnnotationCount (index_type doubleAnnotationIndex) const
 Get the number of links to a DoubleAnnotation. More...
 
index_type getFileAnnotationAnnotationCount (index_type fileAnnotationIndex) const
 Get the number of links to a FileAnnotation. More...
 
index_type getListAnnotationAnnotationCount (index_type listAnnotationIndex) const
 Get the number of links to a ListAnnotation. More...
 
index_type getLongAnnotationAnnotationCount (index_type longAnnotationIndex) const
 Get the number of links to a LongAnnotation. More...
 
index_type getTagAnnotationAnnotationCount (index_type tagAnnotationIndex) const
 Get the number of links to a TagAnnotation. More...
 
index_type getTermAnnotationAnnotationCount (index_type termAnnotationIndex) const
 Get the number of links to a TermAnnotation. More...
 
index_type getTimestampAnnotationAnnotationCount (index_type timestampAnnotationIndex) const
 Get the number of links to a TimestampAnnotation. More...
 
index_type getXMLAnnotationAnnotationCount (index_type xmlAnnotationIndex) const
 Get the number of links to an XMLAnnotation. More...
 
const std::string & getLightSourceType (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the type of a LightSource. More...
 
const std::string & getShapeType (index_type roiIndex, index_type shapeIndex) const
 Get the type of a Shape. More...
 
index_type getROIAnnotationRefCount (index_type ROIIndex) const
 Get the number of AnnotationRef elements in ROI. More...
 
index_type getPlateAcquisitionAnnotationRefCount (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the number of AnnotationRef elements in PlateAcquisition. More...
 
index_type getPlateAnnotationRefCount (index_type plateIndex) const
 Get the number of AnnotationRef elements in Plate. More...
 
index_type getExperimenterGroupAnnotationRefCount (index_type experimenterGroupIndex) const
 Get the number of AnnotationRef elements in ExperimenterGroup. More...
 
index_type getImageAnnotationRefCount (index_type imageIndex) const
 Get the number of AnnotationRef elements in Image. More...
 
index_type getScreenAnnotationRefCount (index_type screenIndex) const
 Get the number of AnnotationRef elements in Screen. More...
 
index_type getWellAnnotationRefCount (index_type plateIndex, index_type wellIndex) const
 Get the number of AnnotationRef elements in Well. More...
 
index_type getDatasetAnnotationRefCount (index_type datasetIndex) const
 Get the number of AnnotationRef elements in Dataset. More...
 
index_type getProjectAnnotationRefCount (index_type projectIndex) const
 Get the number of AnnotationRef elements in Project. More...
 
index_type getReagentAnnotationRefCount (index_type screenIndex, index_type reagentIndex) const
 Get the number of AnnotationRef elements in Reagent. More...
 
index_type getPlaneAnnotationRefCount (index_type imageIndex, index_type planeIndex) const
 Get the number of AnnotationRef elements in Plane. More...
 
index_type getExperimenterAnnotationRefCount (index_type experimenterIndex) const
 Get the number of AnnotationRef elements in Experimenter. More...
 
index_type getWellSampleAnnotationRefCount (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const
 Get the number of AnnotationRef elements in WellSample. More...
 
index_type getPixelsAnnotationRefCount (index_type imageIndex) const
 Get the number of AnnotationRef elements in Pixels. More...
 
index_type getChannelAnnotationRefCount (index_type imageIndex, index_type channelIndex) const
 Get the number of AnnotationRef elements in Channel. More...
 
index_type getBooleanAnnotationCount () const
 Get the number of BooleanAnnotation elements. More...
 
index_type getChannelCount (index_type imageIndex) const
 Get the number of Channel elements. More...
 
index_type getCommentAnnotationCount () const
 Get the number of CommentAnnotation elements. More...
 
index_type getDatasetCount () const
 Get the number of Dataset elements. More...
 
index_type getDatasetRefCount (index_type projectIndex) const
 Get the number of DatasetRef elements. More...
 
index_type getDetectorCount (index_type instrumentIndex) const
 Get the number of Detector elements. More...
 
index_type getDichroicCount (index_type instrumentIndex) const
 Get the number of Dichroic elements. More...
 
index_type getDoubleAnnotationCount () const
 Get the number of DoubleAnnotation elements. More...
 
index_type getLightPathEmissionFilterRefCount (index_type imageIndex, index_type channelIndex) const
 Get the number of EmissionFilterRef elements in LightPath. More...
 
index_type getFilterSetEmissionFilterRefCount (index_type instrumentIndex, index_type filterSetIndex) const
 Get the number of EmissionFilterRef elements in FilterSet. More...
 
index_type getLightPathExcitationFilterRefCount (index_type imageIndex, index_type channelIndex) const
 Get the number of ExcitationFilterRef elements in LightPath. More...
 
index_type getFilterSetExcitationFilterRefCount (index_type instrumentIndex, index_type filterSetIndex) const
 Get the number of ExcitationFilterRef elements in FilterSet. More...
 
index_type getExperimentCount () const
 Get the number of Experiment elements. More...
 
index_type getExperimenterCount () const
 Get the number of Experimenter elements. More...
 
index_type getExperimenterGroupCount () const
 Get the number of ExperimenterGroup elements. More...
 
index_type getExperimenterGroupExperimenterRefCount (index_type experimenterGroupIndex) const
 Get the number of ExperimenterRef elements in ExperimenterGroup. More...
 
index_type getFileAnnotationCount () const
 Get the number of FileAnnotation elements. More...
 
index_type getFilterCount (index_type instrumentIndex) const
 Get the number of Filter elements. More...
 
index_type getFilterSetCount (index_type instrumentIndex) const
 Get the number of FilterSet elements. More...
 
index_type getImageCount () const
 Get the number of Image elements. More...
 
index_type getDatasetImageRefCount (index_type datasetIndex) const
 Get the number of ImageRef elements in Dataset. More...
 
index_type getInstrumentCount () const
 Get the number of Instrument elements. More...
 
index_type getLeaderCount (index_type experimenterGroupIndex) const
 Get the number of Leader elements. More...
 
index_type getLightSourceCount (index_type instrumentIndex) const
 Get the number of LightSource elements. More...
 
index_type getMicrobeamManipulationLightSourceSettingsCount (index_type experimentIndex, index_type microbeamManipulationIndex) const
 Get the number of LightSourceSettings elements in MicrobeamManipulation. More...
 
index_type getListAnnotationCount () const
 Get the number of ListAnnotation elements. More...
 
index_type getLongAnnotationCount () const
 Get the number of LongAnnotation elements. More...
 
index_type getMicrobeamManipulationCount (index_type experimentIndex) const
 Get the number of MicrobeamManipulation elements. More...
 
index_type getMicrobeamManipulationRefCount (index_type imageIndex) const
 Get the number of MicrobeamManipulationRef elements. More...
 
index_type getObjectiveCount (index_type instrumentIndex) const
 Get the number of Objective elements. More...
 
index_type getPlaneCount (index_type imageIndex) const
 Get the number of Plane elements. More...
 
index_type getPlateCount () const
 Get the number of Plate elements. More...
 
index_type getPlateAcquisitionCount (index_type plateIndex) const
 Get the number of PlateAcquisition elements. More...
 
index_type getPlateRefCount (index_type screenIndex) const
 Get the number of PlateRef elements. More...
 
index_type getProjectCount () const
 Get the number of Project elements. More...
 
index_type getROICount () const
 Get the number of ROI elements. More...
 
index_type getImageROIRefCount (index_type imageIndex) const
 Get the number of ROIRef elements in Image. More...
 
index_type getMicrobeamManipulationROIRefCount (index_type experimentIndex, index_type microbeamManipulationIndex) const
 Get the number of ROIRef elements in MicrobeamManipulation. More...
 
index_type getReagentCount (index_type screenIndex) const
 Get the number of Reagent elements. More...
 
index_type getScreenCount () const
 Get the number of Screen elements. More...
 
index_type getShapeCount (index_type ROIIndex) const
 Get the number of Shape elements. More...
 
index_type getTagAnnotationCount () const
 Get the number of TagAnnotation elements. More...
 
index_type getTermAnnotationCount () const
 Get the number of TermAnnotation elements. More...
 
index_type getTiffDataCount (index_type imageIndex) const
 Get the number of TiffData elements. More...
 
index_type getTimestampAnnotationCount () const
 Get the number of TimestampAnnotation elements. More...
 
void setUUIDValue (std::string value, index_type imageIndex, index_type tiffDataIndex)
 Set the text value of UUID. More...
 
std::string getUUIDValue (index_type imageIndex, index_type tiffDataIndex) const
 Get the text value of UUID. More...
 
index_type getWellCount (index_type plateIndex) const
 Get the number of Well elements. More...
 
index_type getWellSampleCount (index_type plateIndex, index_type wellIndex) const
 Get the number of WellSample elements. More...
 
index_type getWellSampleRefCount (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the number of WellSampleRef elements. More...
 
index_type getXMLAnnotationCount () const
 Get the number of XMLAnnotation elements. More...
 
bool getPixelsBinDataBigEndian (index_type imageIndex, index_type binDataIndex) const
 Get the BigEndian property of Pixels. More...
 
const std::string & getUUID () const
 Get the UUID associated with this collection of metadata. More...
 
std::string getArcID (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the ID property of Arc. More...
 
std::string getArcLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the LotNumber property of Arc. More...
 
std::string getArcManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Manufacturer property of Arc. More...
 
std::string getArcModel (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Model property of Arc. More...
 
double getArcPower (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Power property of Arc. More...
 
std::string getArcSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the SerialNumber property of Arc. More...
 
ome::xml::model::enums::ArcType getArcType (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Type property of Arc. More...
 
std::string getBinaryFileFileName (index_type fileAnnotationIndex) const
 Get the FileName property of BinaryFile. More...
 
std::string getBinaryFileMIMEType (index_type fileAnnotationIndex) const
 Get the MIMEType property of BinaryFile. More...
 
ome::xml::model::primitives::NonNegativeLong getBinaryFileSize (index_type fileAnnotationIndex) const
 Get the Size property of BinaryFile. More...
 
std::string getBinaryOnlyMetadataFile () const
 Get the MetadataFile property of BinaryOnly. More...
 
std::string getBinaryOnlyUUID () const
 Get the UUID property of BinaryOnly. More...
 
const std::string & getBooleanAnnotationAnnotationRef (index_type booleanAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of BooleanAnnotation. More...
 
std::string getBooleanAnnotationAnnotator (index_type booleanAnnotationIndex) const
 Get the Annotator property of BooleanAnnotation. More...
 
std::string getBooleanAnnotationDescription (index_type booleanAnnotationIndex) const
 Get the Description property of BooleanAnnotation. More...
 
std::string getBooleanAnnotationID (index_type booleanAnnotationIndex) const
 Get the ID property of BooleanAnnotation. More...
 
std::string getBooleanAnnotationNamespace (index_type booleanAnnotationIndex) const
 Get the Namespace property of BooleanAnnotation. More...
 
bool getBooleanAnnotationValue (index_type booleanAnnotationIndex) const
 Get the Value property of BooleanAnnotation. More...
 
ome::xml::model::enums::AcquisitionMode getChannelAcquisitionMode (index_type imageIndex, index_type channelIndex) const
 Get the AcquisitionMode property of Channel. More...
 
const std::string & getChannelAnnotationRef (index_type imageIndex, index_type channelIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Channel. More...
 
ome::xml::model::primitives::Color getChannelColor (index_type imageIndex, index_type channelIndex) const
 Get the Color property of Channel. More...
 
ome::xml::model::enums::ContrastMethod getChannelContrastMethod (index_type imageIndex, index_type channelIndex) const
 Get the ContrastMethod property of Channel. More...
 
ome::xml::model::primitives::PositiveInteger getChannelEmissionWavelength (index_type imageIndex, index_type channelIndex) const
 Get the EmissionWavelength property of Channel. More...
 
ome::xml::model::primitives::PositiveInteger getChannelExcitationWavelength (index_type imageIndex, index_type channelIndex) const
 Get the ExcitationWavelength property of Channel. More...
 
const std::string & getChannelFilterSetRef (index_type imageIndex, index_type channelIndex) const
 Get the FilterSetRef property of Channel. More...
 
std::string getChannelFluor (index_type imageIndex, index_type channelIndex) const
 Get the Fluor property of Channel. More...
 
std::string getChannelID (index_type imageIndex, index_type channelIndex) const
 Get the ID property of Channel. More...
 
ome::xml::model::enums::IlluminationType getChannelIlluminationType (index_type imageIndex, index_type channelIndex) const
 Get the IlluminationType property of Channel. More...
 
double getChannelNDFilter (index_type imageIndex, index_type channelIndex) const
 Get the NDFilter property of Channel. More...
 
std::string getChannelName (index_type imageIndex, index_type channelIndex) const
 Get the Name property of Channel. More...
 
double getChannelPinholeSize (index_type imageIndex, index_type channelIndex) const
 Get the PinholeSize property of Channel. More...
 
int32_t getChannelPockelCellSetting (index_type imageIndex, index_type channelIndex) const
 Get the PockelCellSetting property of Channel. More...
 
ome::xml::model::primitives::PositiveInteger getChannelSamplesPerPixel (index_type imageIndex, index_type channelIndex) const
 Get the SamplesPerPixel property of Channel. More...
 
const std::string & getCommentAnnotationAnnotationRef (index_type commentAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of CommentAnnotation. More...
 
std::string getCommentAnnotationAnnotator (index_type commentAnnotationIndex) const
 Get the Annotator property of CommentAnnotation. More...
 
std::string getCommentAnnotationDescription (index_type commentAnnotationIndex) const
 Get the Description property of CommentAnnotation. More...
 
std::string getCommentAnnotationID (index_type commentAnnotationIndex) const
 Get the ID property of CommentAnnotation. More...
 
std::string getCommentAnnotationNamespace (index_type commentAnnotationIndex) const
 Get the Namespace property of CommentAnnotation. More...
 
std::string getCommentAnnotationValue (index_type commentAnnotationIndex) const
 Get the Value property of CommentAnnotation. More...
 
const std::string & getDatasetAnnotationRef (index_type datasetIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Dataset. More...
 
std::string getDatasetDescription (index_type datasetIndex) const
 Get the Description property of Dataset. More...
 
const std::string & getDatasetExperimenterGroupRef (index_type datasetIndex) const
 Get the ExperimenterGroupRef property of Dataset. More...
 
const std::string & getDatasetExperimenterRef (index_type datasetIndex) const
 Get the ExperimenterRef property of Dataset. More...
 
std::string getDatasetID (index_type datasetIndex) const
 Get the ID property of Dataset. More...
 
const std::string & getDatasetImageRef (index_type datasetIndex, index_type imageRefIndex) const
 Get the ImageRef property of Dataset. More...
 
std::string getDatasetName (index_type datasetIndex) const
 Get the Name property of Dataset. More...
 
double getDetectorAmplificationGain (index_type instrumentIndex, index_type detectorIndex) const
 Get the AmplificationGain property of Detector. More...
 
double getDetectorGain (index_type instrumentIndex, index_type detectorIndex) const
 Get the Gain property of Detector. More...
 
std::string getDetectorID (index_type instrumentIndex, index_type detectorIndex) const
 Get the ID property of Detector. More...
 
std::string getDetectorLotNumber (index_type instrumentIndex, index_type detectorIndex) const
 Get the LotNumber property of Detector. More...
 
std::string getDetectorManufacturer (index_type instrumentIndex, index_type detectorIndex) const
 Get the Manufacturer property of Detector. More...
 
std::string getDetectorModel (index_type instrumentIndex, index_type detectorIndex) const
 Get the Model property of Detector. More...
 
double getDetectorOffset (index_type instrumentIndex, index_type detectorIndex) const
 Get the Offset property of Detector. More...
 
std::string getDetectorSerialNumber (index_type instrumentIndex, index_type detectorIndex) const
 Get the SerialNumber property of Detector. More...
 
ome::xml::model::enums::DetectorType getDetectorType (index_type instrumentIndex, index_type detectorIndex) const
 Get the Type property of Detector. More...
 
double getDetectorVoltage (index_type instrumentIndex, index_type detectorIndex) const
 Get the Voltage property of Detector. More...
 
double getDetectorZoom (index_type instrumentIndex, index_type detectorIndex) const
 Get the Zoom property of Detector. More...
 
ome::xml::model::enums::Binning getDetectorSettingsBinning (index_type imageIndex, index_type channelIndex) const
 Get the Binning property of DetectorSettings. More...
 
double getDetectorSettingsGain (index_type imageIndex, index_type channelIndex) const
 Get the Gain property of DetectorSettings. More...
 
std::string getDetectorSettingsID (index_type imageIndex, index_type channelIndex) const
 Get the ID property of DetectorSettings. More...
 
ome::xml::model::primitives::PositiveInteger getDetectorSettingsIntegration (index_type imageIndex, index_type channelIndex) const
 Get the Integration property of DetectorSettings. More...
 
double getDetectorSettingsOffset (index_type imageIndex, index_type channelIndex) const
 Get the Offset property of DetectorSettings. More...
 
double getDetectorSettingsReadOutRate (index_type imageIndex, index_type channelIndex) const
 Get the ReadOutRate property of DetectorSettings. More...
 
double getDetectorSettingsVoltage (index_type imageIndex, index_type channelIndex) const
 Get the Voltage property of DetectorSettings. More...
 
double getDetectorSettingsZoom (index_type imageIndex, index_type channelIndex) const
 Get the Zoom property of DetectorSettings. More...
 
std::string getDichroicID (index_type instrumentIndex, index_type dichroicIndex) const
 Get the ID property of Dichroic. More...
 
std::string getDichroicLotNumber (index_type instrumentIndex, index_type dichroicIndex) const
 Get the LotNumber property of Dichroic. More...
 
std::string getDichroicManufacturer (index_type instrumentIndex, index_type dichroicIndex) const
 Get the Manufacturer property of Dichroic. More...
 
std::string getDichroicModel (index_type instrumentIndex, index_type dichroicIndex) const
 Get the Model property of Dichroic. More...
 
std::string getDichroicSerialNumber (index_type instrumentIndex, index_type dichroicIndex) const
 Get the SerialNumber property of Dichroic. More...
 
const std::string & getDoubleAnnotationAnnotationRef (index_type doubleAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of DoubleAnnotation. More...
 
std::string getDoubleAnnotationAnnotator (index_type doubleAnnotationIndex) const
 Get the Annotator property of DoubleAnnotation. More...
 
std::string getDoubleAnnotationDescription (index_type doubleAnnotationIndex) const
 Get the Description property of DoubleAnnotation. More...
 
std::string getDoubleAnnotationID (index_type doubleAnnotationIndex) const
 Get the ID property of DoubleAnnotation. More...
 
std::string getDoubleAnnotationNamespace (index_type doubleAnnotationIndex) const
 Get the Namespace property of DoubleAnnotation. More...
 
double getDoubleAnnotationValue (index_type doubleAnnotationIndex) const
 Get the Value property of DoubleAnnotation. More...
 
ome::xml::model::primitives::Color getEllipseFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Ellipse. More...
 
ome::xml::model::enums::FillRule getEllipseFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Ellipse. More...
 
ome::xml::model::enums::FontFamily getEllipseFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Ellipse. More...
 
ome::xml::model::primitives::NonNegativeInteger getEllipseFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Ellipse. More...
 
ome::xml::model::enums::FontStyle getEllipseFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Ellipse. More...
 
std::string getEllipseID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Ellipse. More...
 
ome::xml::model::enums::LineCap getEllipseLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Ellipse. More...
 
bool getEllipseLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Ellipse. More...
 
ome::xml::model::primitives::Color getEllipseStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Ellipse. More...
 
std::string getEllipseStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Ellipse. More...
 
double getEllipseStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Ellipse. More...
 
std::string getEllipseText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Ellipse. More...
 
ome::xml::model::primitives::NonNegativeInteger getEllipseTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Ellipse. More...
 
ome::xml::model::primitives::NonNegativeInteger getEllipseTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Ellipse. More...
 
ome::xml::model::primitives::NonNegativeInteger getEllipseTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Ellipse. More...
 
const ::ome::xml::model::AffineTransformgetEllipseTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Ellipse. More...
 
bool getEllipseVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Ellipse. More...
 
double getEllipseRadiusX (index_type ROIIndex, index_type shapeIndex) const
 Get the RadiusX property of Ellipse. More...
 
double getEllipseRadiusY (index_type ROIIndex, index_type shapeIndex) const
 Get the RadiusY property of Ellipse. More...
 
double getEllipseX (index_type ROIIndex, index_type shapeIndex) const
 Get the X property of Ellipse. More...
 
double getEllipseY (index_type ROIIndex, index_type shapeIndex) const
 Get the Y property of Ellipse. More...
 
std::string getExperimentDescription (index_type experimentIndex) const
 Get the Description property of Experiment. More...
 
const std::string & getExperimentExperimenterRef (index_type experimentIndex) const
 Get the ExperimenterRef property of Experiment. More...
 
std::string getExperimentID (index_type experimentIndex) const
 Get the ID property of Experiment. More...
 
ome::xml::model::enums::ExperimentType getExperimentType (index_type experimentIndex) const
 Get the Type property of Experiment. More...
 
const std::string & getExperimenterAnnotationRef (index_type experimenterIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Experimenter. More...
 
std::string getExperimenterEmail (index_type experimenterIndex) const
 Get the Email property of Experimenter. More...
 
std::string getExperimenterFirstName (index_type experimenterIndex) const
 Get the FirstName property of Experimenter. More...
 
std::string getExperimenterID (index_type experimenterIndex) const
 Get the ID property of Experimenter. More...
 
std::string getExperimenterInstitution (index_type experimenterIndex) const
 Get the Institution property of Experimenter. More...
 
std::string getExperimenterLastName (index_type experimenterIndex) const
 Get the LastName property of Experimenter. More...
 
std::string getExperimenterMiddleName (index_type experimenterIndex) const
 Get the MiddleName property of Experimenter. More...
 
std::string getExperimenterUserName (index_type experimenterIndex) const
 Get the UserName property of Experimenter. More...
 
const std::string & getExperimenterGroupAnnotationRef (index_type experimenterGroupIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of ExperimenterGroup. More...
 
std::string getExperimenterGroupDescription (index_type experimenterGroupIndex) const
 Get the Description property of ExperimenterGroup. More...
 
const std::string & getExperimenterGroupExperimenterRef (index_type experimenterGroupIndex, index_type experimenterRefIndex) const
 Get the ExperimenterRef property of ExperimenterGroup. More...
 
std::string getExperimenterGroupID (index_type experimenterGroupIndex) const
 Get the ID property of ExperimenterGroup. More...
 
const std::string & getExperimenterGroupLeader (index_type experimenterGroupIndex, index_type leaderIndex) const
 Get the Leader property of ExperimenterGroup. More...
 
std::string getExperimenterGroupName (index_type experimenterGroupIndex) const
 Get the Name property of ExperimenterGroup. More...
 
std::string getFilamentID (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the ID property of Filament. More...
 
std::string getFilamentLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the LotNumber property of Filament. More...
 
std::string getFilamentManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Manufacturer property of Filament. More...
 
std::string getFilamentModel (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Model property of Filament. More...
 
double getFilamentPower (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Power property of Filament. More...
 
std::string getFilamentSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the SerialNumber property of Filament. More...
 
ome::xml::model::enums::FilamentType getFilamentType (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Type property of Filament. More...
 
const std::string & getFileAnnotationAnnotationRef (index_type fileAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of FileAnnotation. More...
 
std::string getFileAnnotationAnnotator (index_type fileAnnotationIndex) const
 Get the Annotator property of FileAnnotation. More...
 
std::string getFileAnnotationDescription (index_type fileAnnotationIndex) const
 Get the Description property of FileAnnotation. More...
 
std::string getFileAnnotationID (index_type fileAnnotationIndex) const
 Get the ID property of FileAnnotation. More...
 
std::string getFileAnnotationNamespace (index_type fileAnnotationIndex) const
 Get the Namespace property of FileAnnotation. More...
 
std::string getFilterFilterWheel (index_type instrumentIndex, index_type filterIndex) const
 Get the FilterWheel property of Filter. More...
 
std::string getFilterID (index_type instrumentIndex, index_type filterIndex) const
 Get the ID property of Filter. More...
 
std::string getFilterLotNumber (index_type instrumentIndex, index_type filterIndex) const
 Get the LotNumber property of Filter. More...
 
std::string getFilterManufacturer (index_type instrumentIndex, index_type filterIndex) const
 Get the Manufacturer property of Filter. More...
 
std::string getFilterModel (index_type instrumentIndex, index_type filterIndex) const
 Get the Model property of Filter. More...
 
std::string getFilterSerialNumber (index_type instrumentIndex, index_type filterIndex) const
 Get the SerialNumber property of Filter. More...
 
ome::xml::model::enums::FilterType getFilterType (index_type instrumentIndex, index_type filterIndex) const
 Get the Type property of Filter. More...
 
const std::string & getFilterSetDichroicRef (index_type instrumentIndex, index_type filterSetIndex) const
 Get the DichroicRef property of FilterSet. More...
 
const std::string & getFilterSetEmissionFilterRef (index_type instrumentIndex, index_type filterSetIndex, index_type emissionFilterRefIndex) const
 Get the EmissionFilterRef property of FilterSet. More...
 
const std::string & getFilterSetExcitationFilterRef (index_type instrumentIndex, index_type filterSetIndex, index_type excitationFilterRefIndex) const
 Get the ExcitationFilterRef property of FilterSet. More...
 
std::string getFilterSetID (index_type instrumentIndex, index_type filterSetIndex) const
 Get the ID property of FilterSet. More...
 
std::string getFilterSetLotNumber (index_type instrumentIndex, index_type filterSetIndex) const
 Get the LotNumber property of FilterSet. More...
 
std::string getFilterSetManufacturer (index_type instrumentIndex, index_type filterSetIndex) const
 Get the Manufacturer property of FilterSet. More...
 
std::string getFilterSetModel (index_type instrumentIndex, index_type filterSetIndex) const
 Get the Model property of FilterSet. More...
 
std::string getFilterSetSerialNumber (index_type instrumentIndex, index_type filterSetIndex) const
 Get the SerialNumber property of FilterSet. More...
 
ome::xml::model::primitives::Timestamp getImageAcquisitionDate (index_type imageIndex) const
 Get the AcquisitionDate property of Image. More...
 
const std::string & getImageAnnotationRef (index_type imageIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Image. More...
 
std::string getImageDescription (index_type imageIndex) const
 Get the Description property of Image. More...
 
const std::string & getImageExperimentRef (index_type imageIndex) const
 Get the ExperimentRef property of Image. More...
 
const std::string & getImageExperimenterGroupRef (index_type imageIndex) const
 Get the ExperimenterGroupRef property of Image. More...
 
const std::string & getImageExperimenterRef (index_type imageIndex) const
 Get the ExperimenterRef property of Image. More...
 
std::string getImageID (index_type imageIndex) const
 Get the ID property of Image. More...
 
const std::string & getImageInstrumentRef (index_type imageIndex) const
 Get the InstrumentRef property of Image. More...
 
const std::string & getImageMicrobeamManipulationRef (index_type imageIndex, index_type microbeamManipulationRefIndex) const
 Get the MicrobeamManipulationRef property of Image. More...
 
std::string getImageName (index_type imageIndex) const
 Get the Name property of Image. More...
 
const std::string & getImageROIRef (index_type imageIndex, index_type ROIRefIndex) const
 Get the ROIRef property of Image. More...
 
double getImagingEnvironmentAirPressure (index_type imageIndex) const
 Get the AirPressure property of ImagingEnvironment. More...
 
ome::xml::model::primitives::PercentFraction getImagingEnvironmentCO2Percent (index_type imageIndex) const
 Get the CO2Percent property of ImagingEnvironment. More...
 
ome::xml::model::primitives::PercentFraction getImagingEnvironmentHumidity (index_type imageIndex) const
 Get the Humidity property of ImagingEnvironment. More...
 
double getImagingEnvironmentTemperature (index_type imageIndex) const
 Get the Temperature property of ImagingEnvironment. More...
 
std::string getInstrumentID (index_type instrumentIndex) const
 Get the ID property of Instrument. More...
 
ome::xml::model::primitives::Color getLabelFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Label. More...
 
ome::xml::model::enums::FillRule getLabelFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Label. More...
 
ome::xml::model::enums::FontFamily getLabelFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Label. More...
 
ome::xml::model::primitives::NonNegativeInteger getLabelFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Label. More...
 
ome::xml::model::enums::FontStyle getLabelFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Label. More...
 
std::string getLabelID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Label. More...
 
ome::xml::model::enums::LineCap getLabelLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Label. More...
 
bool getLabelLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Label. More...
 
ome::xml::model::primitives::Color getLabelStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Label. More...
 
std::string getLabelStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Label. More...
 
double getLabelStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Label. More...
 
std::string getLabelText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Label. More...
 
ome::xml::model::primitives::NonNegativeInteger getLabelTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Label. More...
 
ome::xml::model::primitives::NonNegativeInteger getLabelTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Label. More...
 
ome::xml::model::primitives::NonNegativeInteger getLabelTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Label. More...
 
const ::ome::xml::model::AffineTransformgetLabelTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Label. More...
 
bool getLabelVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Label. More...
 
double getLabelX (index_type ROIIndex, index_type shapeIndex) const
 Get the X property of Label. More...
 
double getLabelY (index_type ROIIndex, index_type shapeIndex) const
 Get the Y property of Label. More...
 
std::string getLaserID (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the ID property of Laser. More...
 
std::string getLaserLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the LotNumber property of Laser. More...
 
std::string getLaserManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Manufacturer property of Laser. More...
 
std::string getLaserModel (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Model property of Laser. More...
 
double getLaserPower (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Power property of Laser. More...
 
std::string getLaserSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the SerialNumber property of Laser. More...
 
ome::xml::model::primitives::PositiveInteger getLaserFrequencyMultiplication (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the FrequencyMultiplication property of Laser. More...
 
ome::xml::model::enums::LaserMedium getLaserLaserMedium (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the LaserMedium property of Laser. More...
 
bool getLaserPockelCell (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the PockelCell property of Laser. More...
 
ome::xml::model::enums::Pulse getLaserPulse (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Pulse property of Laser. More...
 
const std::string & getLaserPump (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Pump property of Laser. More...
 
double getLaserRepetitionRate (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the RepetitionRate property of Laser. More...
 
bool getLaserTuneable (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Tuneable property of Laser. More...
 
ome::xml::model::enums::LaserType getLaserType (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Type property of Laser. More...
 
ome::xml::model::primitives::PositiveInteger getLaserWavelength (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Wavelength property of Laser. More...
 
std::string getLightEmittingDiodeID (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the ID property of LightEmittingDiode. More...
 
std::string getLightEmittingDiodeLotNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the LotNumber property of LightEmittingDiode. More...
 
std::string getLightEmittingDiodeManufacturer (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Manufacturer property of LightEmittingDiode. More...
 
std::string getLightEmittingDiodeModel (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Model property of LightEmittingDiode. More...
 
double getLightEmittingDiodePower (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the Power property of LightEmittingDiode. More...
 
std::string getLightEmittingDiodeSerialNumber (index_type instrumentIndex, index_type lightSourceIndex) const
 Get the SerialNumber property of LightEmittingDiode. More...
 
const std::string & getLightPathDichroicRef (index_type imageIndex, index_type channelIndex) const
 Get the DichroicRef property of LightPath. More...
 
const std::string & getLightPathEmissionFilterRef (index_type imageIndex, index_type channelIndex, index_type emissionFilterRefIndex) const
 Get the EmissionFilterRef property of LightPath. More...
 
const std::string & getLightPathExcitationFilterRef (index_type imageIndex, index_type channelIndex, index_type excitationFilterRefIndex) const
 Get the ExcitationFilterRef property of LightPath. More...
 
ome::xml::model::primitives::PercentFraction getChannelLightSourceSettingsAttenuation (index_type imageIndex, index_type channelIndex) const
 Get the Attenuation property of LightSourceSettings. More...
 
ome::xml::model::primitives::PercentFraction getMicrobeamManipulationLightSourceSettingsAttenuation (index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex) const
 Get the Attenuation property of LightSourceSettings. More...
 
std::string getChannelLightSourceSettingsID (index_type imageIndex, index_type channelIndex) const
 Get the ID property of LightSourceSettings. More...
 
std::string getMicrobeamManipulationLightSourceSettingsID (index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex) const
 Get the ID property of LightSourceSettings. More...
 
ome::xml::model::primitives::PositiveInteger getChannelLightSourceSettingsWavelength (index_type imageIndex, index_type channelIndex) const
 Get the Wavelength property of LightSourceSettings. More...
 
ome::xml::model::primitives::PositiveInteger getMicrobeamManipulationLightSourceSettingsWavelength (index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex) const
 Get the Wavelength property of LightSourceSettings. More...
 
ome::xml::model::primitives::Color getLineFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Line. More...
 
ome::xml::model::enums::FillRule getLineFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Line. More...
 
ome::xml::model::enums::FontFamily getLineFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Line. More...
 
ome::xml::model::primitives::NonNegativeInteger getLineFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Line. More...
 
ome::xml::model::enums::FontStyle getLineFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Line. More...
 
std::string getLineID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Line. More...
 
ome::xml::model::enums::LineCap getLineLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Line. More...
 
bool getLineLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Line. More...
 
ome::xml::model::primitives::Color getLineStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Line. More...
 
std::string getLineStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Line. More...
 
double getLineStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Line. More...
 
std::string getLineText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Line. More...
 
ome::xml::model::primitives::NonNegativeInteger getLineTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Line. More...
 
ome::xml::model::primitives::NonNegativeInteger getLineTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Line. More...
 
ome::xml::model::primitives::NonNegativeInteger getLineTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Line. More...
 
const ::ome::xml::model::AffineTransformgetLineTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Line. More...
 
bool getLineVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Line. More...
 
ome::xml::model::enums::Marker getLineMarkerEnd (index_type ROIIndex, index_type shapeIndex) const
 Get the MarkerEnd property of Line. More...
 
ome::xml::model::enums::Marker getLineMarkerStart (index_type ROIIndex, index_type shapeIndex) const
 Get the MarkerStart property of Line. More...
 
double getLineX1 (index_type ROIIndex, index_type shapeIndex) const
 Get the X1 property of Line. More...
 
double getLineX2 (index_type ROIIndex, index_type shapeIndex) const
 Get the X2 property of Line. More...
 
double getLineY1 (index_type ROIIndex, index_type shapeIndex) const
 Get the Y1 property of Line. More...
 
double getLineY2 (index_type ROIIndex, index_type shapeIndex) const
 Get the Y2 property of Line. More...
 
const std::string & getListAnnotationAnnotationRef (index_type listAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of ListAnnotation. More...
 
std::string getListAnnotationAnnotator (index_type listAnnotationIndex) const
 Get the Annotator property of ListAnnotation. More...
 
std::string getListAnnotationDescription (index_type listAnnotationIndex) const
 Get the Description property of ListAnnotation. More...
 
std::string getListAnnotationID (index_type listAnnotationIndex) const
 Get the ID property of ListAnnotation. More...
 
std::string getListAnnotationNamespace (index_type listAnnotationIndex) const
 Get the Namespace property of ListAnnotation. More...
 
const std::string & getLongAnnotationAnnotationRef (index_type longAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of LongAnnotation. More...
 
std::string getLongAnnotationAnnotator (index_type longAnnotationIndex) const
 Get the Annotator property of LongAnnotation. More...
 
std::string getLongAnnotationDescription (index_type longAnnotationIndex) const
 Get the Description property of LongAnnotation. More...
 
std::string getLongAnnotationID (index_type longAnnotationIndex) const
 Get the ID property of LongAnnotation. More...
 
std::string getLongAnnotationNamespace (index_type longAnnotationIndex) const
 Get the Namespace property of LongAnnotation. More...
 
int64_t getLongAnnotationValue (index_type longAnnotationIndex) const
 Get the Value property of LongAnnotation. More...
 
ome::xml::model::primitives::Color getMaskFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Mask. More...
 
ome::xml::model::enums::FillRule getMaskFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Mask. More...
 
ome::xml::model::enums::FontFamily getMaskFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Mask. More...
 
ome::xml::model::primitives::NonNegativeInteger getMaskFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Mask. More...
 
ome::xml::model::enums::FontStyle getMaskFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Mask. More...
 
std::string getMaskID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Mask. More...
 
ome::xml::model::enums::LineCap getMaskLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Mask. More...
 
bool getMaskLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Mask. More...
 
ome::xml::model::primitives::Color getMaskStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Mask. More...
 
std::string getMaskStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Mask. More...
 
double getMaskStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Mask. More...
 
std::string getMaskText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Mask. More...
 
ome::xml::model::primitives::NonNegativeInteger getMaskTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Mask. More...
 
ome::xml::model::primitives::NonNegativeInteger getMaskTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Mask. More...
 
ome::xml::model::primitives::NonNegativeInteger getMaskTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Mask. More...
 
const ::ome::xml::model::AffineTransformgetMaskTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Mask. More...
 
bool getMaskVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Mask. More...
 
double getMaskHeight (index_type ROIIndex, index_type shapeIndex) const
 Get the Height property of Mask. More...
 
double getMaskWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the Width property of Mask. More...
 
double getMaskX (index_type ROIIndex, index_type shapeIndex) const
 Get the X property of Mask. More...
 
double getMaskY (index_type ROIIndex, index_type shapeIndex) const
 Get the Y property of Mask. More...
 
std::string getMicrobeamManipulationDescription (index_type experimentIndex, index_type microbeamManipulationIndex) const
 Get the Description property of MicrobeamManipulation. More...
 
const std::string & getMicrobeamManipulationExperimenterRef (index_type experimentIndex, index_type microbeamManipulationIndex) const
 Get the ExperimenterRef property of MicrobeamManipulation. More...
 
std::string getMicrobeamManipulationID (index_type experimentIndex, index_type microbeamManipulationIndex) const
 Get the ID property of MicrobeamManipulation. More...
 
const std::string & getMicrobeamManipulationROIRef (index_type experimentIndex, index_type microbeamManipulationIndex, index_type ROIRefIndex) const
 Get the ROIRef property of MicrobeamManipulation. More...
 
ome::xml::model::enums::MicrobeamManipulationType getMicrobeamManipulationType (index_type experimentIndex, index_type microbeamManipulationIndex) const
 Get the Type property of MicrobeamManipulation. More...
 
std::string getMicroscopeLotNumber (index_type instrumentIndex) const
 Get the LotNumber property of Microscope. More...
 
std::string getMicroscopeManufacturer (index_type instrumentIndex) const
 Get the Manufacturer property of Microscope. More...
 
std::string getMicroscopeModel (index_type instrumentIndex) const
 Get the Model property of Microscope. More...
 
std::string getMicroscopeSerialNumber (index_type instrumentIndex) const
 Get the SerialNumber property of Microscope. More...
 
ome::xml::model::enums::MicroscopeType getMicroscopeType (index_type instrumentIndex) const
 Get the Type property of Microscope. More...
 
double getObjectiveCalibratedMagnification (index_type instrumentIndex, index_type objectiveIndex) const
 Get the CalibratedMagnification property of Objective. More...
 
ome::xml::model::enums::Correction getObjectiveCorrection (index_type instrumentIndex, index_type objectiveIndex) const
 Get the Correction property of Objective. More...
 
std::string getObjectiveID (index_type instrumentIndex, index_type objectiveIndex) const
 Get the ID property of Objective. More...
 
ome::xml::model::enums::Immersion getObjectiveImmersion (index_type instrumentIndex, index_type objectiveIndex) const
 Get the Immersion property of Objective. More...
 
bool getObjectiveIris (index_type instrumentIndex, index_type objectiveIndex) const
 Get the Iris property of Objective. More...
 
double getObjectiveLensNA (index_type instrumentIndex, index_type objectiveIndex) const
 Get the LensNA property of Objective. More...
 
std::string getObjectiveLotNumber (index_type instrumentIndex, index_type objectiveIndex) const
 Get the LotNumber property of Objective. More...
 
std::string getObjectiveManufacturer (index_type instrumentIndex, index_type objectiveIndex) const
 Get the Manufacturer property of Objective. More...
 
std::string getObjectiveModel (index_type instrumentIndex, index_type objectiveIndex) const
 Get the Model property of Objective. More...
 
double getObjectiveNominalMagnification (index_type instrumentIndex, index_type objectiveIndex) const
 Get the NominalMagnification property of Objective. More...
 
std::string getObjectiveSerialNumber (index_type instrumentIndex, index_type objectiveIndex) const
 Get the SerialNumber property of Objective. More...
 
double getObjectiveWorkingDistance (index_type instrumentIndex, index_type objectiveIndex) const
 Get the WorkingDistance property of Objective. More...
 
double getObjectiveSettingsCorrectionCollar (index_type imageIndex) const
 Get the CorrectionCollar property of ObjectiveSettings. More...
 
std::string getObjectiveSettingsID (index_type imageIndex) const
 Get the ID property of ObjectiveSettings. More...
 
ome::xml::model::enums::Medium getObjectiveSettingsMedium (index_type imageIndex) const
 Get the Medium property of ObjectiveSettings. More...
 
double getObjectiveSettingsRefractiveIndex (index_type imageIndex) const
 Get the RefractiveIndex property of ObjectiveSettings. More...
 
const std::string & getPixelsAnnotationRef (index_type imageIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Pixels. More...
 
bool getPixelsBigEndian (index_type imageIndex) const
 Get the BigEndian property of Pixels. More...
 
ome::xml::model::enums::DimensionOrder getPixelsDimensionOrder (index_type imageIndex) const
 Get the DimensionOrder property of Pixels. More...
 
std::string getPixelsID (index_type imageIndex) const
 Get the ID property of Pixels. More...
 
bool getPixelsInterleaved (index_type imageIndex) const
 Get the Interleaved property of Pixels. More...
 
ome::xml::model::primitives::PositiveFloat getPixelsPhysicalSizeX (index_type imageIndex) const
 Get the PhysicalSizeX property of Pixels. More...
 
ome::xml::model::primitives::PositiveFloat getPixelsPhysicalSizeY (index_type imageIndex) const
 Get the PhysicalSizeY property of Pixels. More...
 
ome::xml::model::primitives::PositiveFloat getPixelsPhysicalSizeZ (index_type imageIndex) const
 Get the PhysicalSizeZ property of Pixels. More...
 
ome::xml::model::primitives::PositiveInteger getPixelsSignificantBits (index_type imageIndex) const
 Get the SignificantBits property of Pixels. More...
 
ome::xml::model::primitives::PositiveInteger getPixelsSizeC (index_type imageIndex) const
 Get the SizeC property of Pixels. More...
 
ome::xml::model::primitives::PositiveInteger getPixelsSizeT (index_type imageIndex) const
 Get the SizeT property of Pixels. More...
 
ome::xml::model::primitives::PositiveInteger getPixelsSizeX (index_type imageIndex) const
 Get the SizeX property of Pixels. More...
 
ome::xml::model::primitives::PositiveInteger getPixelsSizeY (index_type imageIndex) const
 Get the SizeY property of Pixels. More...
 
ome::xml::model::primitives::PositiveInteger getPixelsSizeZ (index_type imageIndex) const
 Get the SizeZ property of Pixels. More...
 
double getPixelsTimeIncrement (index_type imageIndex) const
 Get the TimeIncrement property of Pixels. More...
 
ome::xml::model::enums::PixelType getPixelsType (index_type imageIndex) const
 Get the Type property of Pixels. More...
 
const std::string & getPlaneAnnotationRef (index_type imageIndex, index_type planeIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Plane. More...
 
double getPlaneDeltaT (index_type imageIndex, index_type planeIndex) const
 Get the DeltaT property of Plane. More...
 
double getPlaneExposureTime (index_type imageIndex, index_type planeIndex) const
 Get the ExposureTime property of Plane. More...
 
std::string getPlaneHashSHA1 (index_type imageIndex, index_type planeIndex) const
 Get the HashSHA1 property of Plane. More...
 
double getPlanePositionX (index_type imageIndex, index_type planeIndex) const
 Get the PositionX property of Plane. More...
 
double getPlanePositionY (index_type imageIndex, index_type planeIndex) const
 Get the PositionY property of Plane. More...
 
double getPlanePositionZ (index_type imageIndex, index_type planeIndex) const
 Get the PositionZ property of Plane. More...
 
ome::xml::model::primitives::NonNegativeInteger getPlaneTheC (index_type imageIndex, index_type planeIndex) const
 Get the TheC property of Plane. More...
 
ome::xml::model::primitives::NonNegativeInteger getPlaneTheT (index_type imageIndex, index_type planeIndex) const
 Get the TheT property of Plane. More...
 
ome::xml::model::primitives::NonNegativeInteger getPlaneTheZ (index_type imageIndex, index_type planeIndex) const
 Get the TheZ property of Plane. More...
 
const std::string & getPlateAnnotationRef (index_type plateIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Plate. More...
 
ome::xml::model::enums::NamingConvention getPlateColumnNamingConvention (index_type plateIndex) const
 Get the ColumnNamingConvention property of Plate. More...
 
ome::xml::model::primitives::PositiveInteger getPlateColumns (index_type plateIndex) const
 Get the Columns property of Plate. More...
 
std::string getPlateDescription (index_type plateIndex) const
 Get the Description property of Plate. More...
 
std::string getPlateExternalIdentifier (index_type plateIndex) const
 Get the ExternalIdentifier property of Plate. More...
 
ome::xml::model::primitives::NonNegativeInteger getPlateFieldIndex (index_type plateIndex) const
 Get the FieldIndex property of Plate. More...
 
std::string getPlateID (index_type plateIndex) const
 Get the ID property of Plate. More...
 
std::string getPlateName (index_type plateIndex) const
 Get the Name property of Plate. More...
 
ome::xml::model::enums::NamingConvention getPlateRowNamingConvention (index_type plateIndex) const
 Get the RowNamingConvention property of Plate. More...
 
ome::xml::model::primitives::PositiveInteger getPlateRows (index_type plateIndex) const
 Get the Rows property of Plate. More...
 
std::string getPlateStatus (index_type plateIndex) const
 Get the Status property of Plate. More...
 
double getPlateWellOriginX (index_type plateIndex) const
 Get the WellOriginX property of Plate. More...
 
double getPlateWellOriginY (index_type plateIndex) const
 Get the WellOriginY property of Plate. More...
 
const std::string & getPlateAcquisitionAnnotationRef (index_type plateIndex, index_type plateAcquisitionIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of PlateAcquisition. More...
 
std::string getPlateAcquisitionDescription (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the Description property of PlateAcquisition. More...
 
ome::xml::model::primitives::Timestamp getPlateAcquisitionEndTime (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the EndTime property of PlateAcquisition. More...
 
std::string getPlateAcquisitionID (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the ID property of PlateAcquisition. More...
 
ome::xml::model::primitives::PositiveInteger getPlateAcquisitionMaximumFieldCount (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the MaximumFieldCount property of PlateAcquisition. More...
 
std::string getPlateAcquisitionName (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the Name property of PlateAcquisition. More...
 
ome::xml::model::primitives::Timestamp getPlateAcquisitionStartTime (index_type plateIndex, index_type plateAcquisitionIndex) const
 Get the StartTime property of PlateAcquisition. More...
 
const std::string & getPlateAcquisitionWellSampleRef (index_type plateIndex, index_type plateAcquisitionIndex, index_type wellSampleRefIndex) const
 Get the WellSampleRef property of PlateAcquisition. More...
 
ome::xml::model::primitives::Color getPointFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Point. More...
 
ome::xml::model::enums::FillRule getPointFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Point. More...
 
ome::xml::model::enums::FontFamily getPointFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Point. More...
 
ome::xml::model::primitives::NonNegativeInteger getPointFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Point. More...
 
ome::xml::model::enums::FontStyle getPointFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Point. More...
 
std::string getPointID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Point. More...
 
ome::xml::model::enums::LineCap getPointLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Point. More...
 
bool getPointLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Point. More...
 
ome::xml::model::primitives::Color getPointStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Point. More...
 
std::string getPointStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Point. More...
 
double getPointStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Point. More...
 
std::string getPointText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Point. More...
 
ome::xml::model::primitives::NonNegativeInteger getPointTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Point. More...
 
ome::xml::model::primitives::NonNegativeInteger getPointTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Point. More...
 
ome::xml::model::primitives::NonNegativeInteger getPointTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Point. More...
 
const ::ome::xml::model::AffineTransformgetPointTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Point. More...
 
bool getPointVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Point. More...
 
double getPointX (index_type ROIIndex, index_type shapeIndex) const
 Get the X property of Point. More...
 
double getPointY (index_type ROIIndex, index_type shapeIndex) const
 Get the Y property of Point. More...
 
ome::xml::model::primitives::Color getPolygonFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Polygon. More...
 
ome::xml::model::enums::FillRule getPolygonFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Polygon. More...
 
ome::xml::model::enums::FontFamily getPolygonFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Polygon. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolygonFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Polygon. More...
 
ome::xml::model::enums::FontStyle getPolygonFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Polygon. More...
 
std::string getPolygonID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Polygon. More...
 
ome::xml::model::enums::LineCap getPolygonLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Polygon. More...
 
bool getPolygonLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Polygon. More...
 
ome::xml::model::primitives::Color getPolygonStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Polygon. More...
 
std::string getPolygonStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Polygon. More...
 
double getPolygonStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Polygon. More...
 
std::string getPolygonText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Polygon. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolygonTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Polygon. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolygonTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Polygon. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolygonTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Polygon. More...
 
const ::ome::xml::model::AffineTransformgetPolygonTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Polygon. More...
 
bool getPolygonVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Polygon. More...
 
std::string getPolygonPoints (index_type ROIIndex, index_type shapeIndex) const
 Get the Points property of Polygon. More...
 
ome::xml::model::primitives::Color getPolylineFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Polyline. More...
 
ome::xml::model::enums::FillRule getPolylineFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Polyline. More...
 
ome::xml::model::enums::FontFamily getPolylineFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Polyline. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolylineFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Polyline. More...
 
ome::xml::model::enums::FontStyle getPolylineFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Polyline. More...
 
std::string getPolylineID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Polyline. More...
 
ome::xml::model::enums::LineCap getPolylineLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Polyline. More...
 
bool getPolylineLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Polyline. More...
 
ome::xml::model::primitives::Color getPolylineStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Polyline. More...
 
std::string getPolylineStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Polyline. More...
 
double getPolylineStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Polyline. More...
 
std::string getPolylineText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Polyline. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolylineTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Polyline. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolylineTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Polyline. More...
 
ome::xml::model::primitives::NonNegativeInteger getPolylineTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Polyline. More...
 
const ::ome::xml::model::AffineTransformgetPolylineTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Polyline. More...
 
bool getPolylineVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Polyline. More...
 
ome::xml::model::enums::Marker getPolylineMarkerEnd (index_type ROIIndex, index_type shapeIndex) const
 Get the MarkerEnd property of Polyline. More...
 
ome::xml::model::enums::Marker getPolylineMarkerStart (index_type ROIIndex, index_type shapeIndex) const
 Get the MarkerStart property of Polyline. More...
 
std::string getPolylinePoints (index_type ROIIndex, index_type shapeIndex) const
 Get the Points property of Polyline. More...
 
const std::string & getProjectAnnotationRef (index_type projectIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Project. More...
 
const std::string & getProjectDatasetRef (index_type projectIndex, index_type datasetRefIndex) const
 Get the DatasetRef property of Project. More...
 
std::string getProjectDescription (index_type projectIndex) const
 Get the Description property of Project. More...
 
const std::string & getProjectExperimenterGroupRef (index_type projectIndex) const
 Get the ExperimenterGroupRef property of Project. More...
 
const std::string & getProjectExperimenterRef (index_type projectIndex) const
 Get the ExperimenterRef property of Project. More...
 
std::string getProjectID (index_type projectIndex) const
 Get the ID property of Project. More...
 
std::string getProjectName (index_type projectIndex) const
 Get the Name property of Project. More...
 
const std::string & getROIAnnotationRef (index_type ROIIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of ROI. More...
 
std::string getROIDescription (index_type ROIIndex) const
 Get the Description property of ROI. More...
 
std::string getROIID (index_type ROIIndex) const
 Get the ID property of ROI. More...
 
std::string getROIName (index_type ROIIndex) const
 Get the Name property of ROI. More...
 
std::string getROINamespace (index_type ROIIndex) const
 Get the Namespace property of ROI. More...
 
const std::string & getReagentAnnotationRef (index_type screenIndex, index_type reagentIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Reagent. More...
 
std::string getReagentDescription (index_type screenIndex, index_type reagentIndex) const
 Get the Description property of Reagent. More...
 
std::string getReagentID (index_type screenIndex, index_type reagentIndex) const
 Get the ID property of Reagent. More...
 
std::string getReagentName (index_type screenIndex, index_type reagentIndex) const
 Get the Name property of Reagent. More...
 
std::string getReagentReagentIdentifier (index_type screenIndex, index_type reagentIndex) const
 Get the ReagentIdentifier property of Reagent. More...
 
ome::xml::model::primitives::Color getRectangleFillColor (index_type ROIIndex, index_type shapeIndex) const
 Get the FillColor property of Rectangle. More...
 
ome::xml::model::enums::FillRule getRectangleFillRule (index_type ROIIndex, index_type shapeIndex) const
 Get the FillRule property of Rectangle. More...
 
ome::xml::model::enums::FontFamily getRectangleFontFamily (index_type ROIIndex, index_type shapeIndex) const
 Get the FontFamily property of Rectangle. More...
 
ome::xml::model::primitives::NonNegativeInteger getRectangleFontSize (index_type ROIIndex, index_type shapeIndex) const
 Get the FontSize property of Rectangle. More...
 
ome::xml::model::enums::FontStyle getRectangleFontStyle (index_type ROIIndex, index_type shapeIndex) const
 Get the FontStyle property of Rectangle. More...
 
std::string getRectangleID (index_type ROIIndex, index_type shapeIndex) const
 Get the ID property of Rectangle. More...
 
ome::xml::model::enums::LineCap getRectangleLineCap (index_type ROIIndex, index_type shapeIndex) const
 Get the LineCap property of Rectangle. More...
 
bool getRectangleLocked (index_type ROIIndex, index_type shapeIndex) const
 Get the Locked property of Rectangle. More...
 
ome::xml::model::primitives::Color getRectangleStrokeColor (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeColor property of Rectangle. More...
 
std::string getRectangleStrokeDashArray (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeDashArray property of Rectangle. More...
 
double getRectangleStrokeWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the StrokeWidth property of Rectangle. More...
 
std::string getRectangleText (index_type ROIIndex, index_type shapeIndex) const
 Get the Text property of Rectangle. More...
 
ome::xml::model::primitives::NonNegativeInteger getRectangleTheC (index_type ROIIndex, index_type shapeIndex) const
 Get the TheC property of Rectangle. More...
 
ome::xml::model::primitives::NonNegativeInteger getRectangleTheT (index_type ROIIndex, index_type shapeIndex) const
 Get the TheT property of Rectangle. More...
 
ome::xml::model::primitives::NonNegativeInteger getRectangleTheZ (index_type ROIIndex, index_type shapeIndex) const
 Get the TheZ property of Rectangle. More...
 
const ::ome::xml::model::AffineTransformgetRectangleTransform (index_type ROIIndex, index_type shapeIndex) const
 Get the Transform property of Rectangle. More...
 
bool getRectangleVisible (index_type ROIIndex, index_type shapeIndex) const
 Get the Visible property of Rectangle. More...
 
double getRectangleHeight (index_type ROIIndex, index_type shapeIndex) const
 Get the Height property of Rectangle. More...
 
double getRectangleWidth (index_type ROIIndex, index_type shapeIndex) const
 Get the Width property of Rectangle. More...
 
double getRectangleX (index_type ROIIndex, index_type shapeIndex) const
 Get the X property of Rectangle. More...
 
double getRectangleY (index_type ROIIndex, index_type shapeIndex) const
 Get the Y property of Rectangle. More...
 
std::string getRightsRightsHeld () const
 Get the RightsHeld property of Rights. More...
 
std::string getRightsRightsHolder () const
 Get the RightsHolder property of Rights. More...
 
const std::string & getScreenAnnotationRef (index_type screenIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Screen. More...
 
std::string getScreenDescription (index_type screenIndex) const
 Get the Description property of Screen. More...
 
std::string getScreenID (index_type screenIndex) const
 Get the ID property of Screen. More...
 
std::string getScreenName (index_type screenIndex) const
 Get the Name property of Screen. More...
 
const std::string & getScreenPlateRef (index_type screenIndex, index_type plateRefIndex) const
 Get the PlateRef property of Screen. More...
 
std::string getScreenProtocolDescription (index_type screenIndex) const
 Get the ProtocolDescription property of Screen. More...
 
std::string getScreenProtocolIdentifier (index_type screenIndex) const
 Get the ProtocolIdentifier property of Screen. More...
 
std::string getScreenReagentSetDescription (index_type screenIndex) const
 Get the ReagentSetDescription property of Screen. More...
 
std::string getScreenReagentSetIdentifier (index_type screenIndex) const
 Get the ReagentSetIdentifier property of Screen. More...
 
std::string getScreenType (index_type screenIndex) const
 Get the Type property of Screen. More...
 
std::string getStageLabelName (index_type imageIndex) const
 Get the Name property of StageLabel. More...
 
double getStageLabelX (index_type imageIndex) const
 Get the X property of StageLabel. More...
 
double getStageLabelY (index_type imageIndex) const
 Get the Y property of StageLabel. More...
 
double getStageLabelZ (index_type imageIndex) const
 Get the Z property of StageLabel. More...
 
const std::string & getTagAnnotationAnnotationRef (index_type tagAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of TagAnnotation. More...
 
std::string getTagAnnotationAnnotator (index_type tagAnnotationIndex) const
 Get the Annotator property of TagAnnotation. More...
 
std::string getTagAnnotationDescription (index_type tagAnnotationIndex) const
 Get the Description property of TagAnnotation. More...
 
std::string getTagAnnotationID (index_type tagAnnotationIndex) const
 Get the ID property of TagAnnotation. More...
 
std::string getTagAnnotationNamespace (index_type tagAnnotationIndex) const
 Get the Namespace property of TagAnnotation. More...
 
std::string getTagAnnotationValue (index_type tagAnnotationIndex) const
 Get the Value property of TagAnnotation. More...
 
const std::string & getTermAnnotationAnnotationRef (index_type termAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of TermAnnotation. More...
 
std::string getTermAnnotationAnnotator (index_type termAnnotationIndex) const
 Get the Annotator property of TermAnnotation. More...
 
std::string getTermAnnotationDescription (index_type termAnnotationIndex) const
 Get the Description property of TermAnnotation. More...
 
std::string getTermAnnotationID (index_type termAnnotationIndex) const
 Get the ID property of TermAnnotation. More...
 
std::string getTermAnnotationNamespace (index_type termAnnotationIndex) const
 Get the Namespace property of TermAnnotation. More...
 
std::string getTermAnnotationValue (index_type termAnnotationIndex) const
 Get the Value property of TermAnnotation. More...
 
ome::xml::model::primitives::NonNegativeInteger getTiffDataFirstC (index_type imageIndex, index_type tiffDataIndex) const
 Get the FirstC property of TiffData. More...
 
ome::xml::model::primitives::NonNegativeInteger getTiffDataFirstT (index_type imageIndex, index_type tiffDataIndex) const
 Get the FirstT property of TiffData. More...
 
ome::xml::model::primitives::NonNegativeInteger getTiffDataFirstZ (index_type imageIndex, index_type tiffDataIndex) const
 Get the FirstZ property of TiffData. More...
 
ome::xml::model::primitives::NonNegativeInteger getTiffDataIFD (index_type imageIndex, index_type tiffDataIndex) const
 Get the IFD property of TiffData. More...
 
ome::xml::model::primitives::NonNegativeInteger getTiffDataPlaneCount (index_type imageIndex, index_type tiffDataIndex) const
 Get the PlaneCount property of TiffData. More...
 
const std::string & getTimestampAnnotationAnnotationRef (index_type timestampAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of TimestampAnnotation. More...
 
std::string getTimestampAnnotationAnnotator (index_type timestampAnnotationIndex) const
 Get the Annotator property of TimestampAnnotation. More...
 
std::string getTimestampAnnotationDescription (index_type timestampAnnotationIndex) const
 Get the Description property of TimestampAnnotation. More...
 
std::string getTimestampAnnotationID (index_type timestampAnnotationIndex) const
 Get the ID property of TimestampAnnotation. More...
 
std::string getTimestampAnnotationNamespace (index_type timestampAnnotationIndex) const
 Get the Namespace property of TimestampAnnotation. More...
 
ome::xml::model::primitives::Timestamp getTimestampAnnotationValue (index_type timestampAnnotationIndex) const
 Get the Value property of TimestampAnnotation. More...
 
ome::xml::model::primitives::PositiveInteger getTransmittanceRangeCutIn (index_type instrumentIndex, index_type filterIndex) const
 Get the CutIn property of TransmittanceRange. More...
 
ome::xml::model::primitives::NonNegativeInteger getTransmittanceRangeCutInTolerance (index_type instrumentIndex, index_type filterIndex) const
 Get the CutInTolerance property of TransmittanceRange. More...
 
ome::xml::model::primitives::PositiveInteger getTransmittanceRangeCutOut (index_type instrumentIndex, index_type filterIndex) const
 Get the CutOut property of TransmittanceRange. More...
 
ome::xml::model::primitives::NonNegativeInteger getTransmittanceRangeCutOutTolerance (index_type instrumentIndex, index_type filterIndex) const
 Get the CutOutTolerance property of TransmittanceRange. More...
 
ome::xml::model::primitives::PercentFraction getTransmittanceRangeTransmittance (index_type instrumentIndex, index_type filterIndex) const
 Get the Transmittance property of TransmittanceRange. More...
 
std::string getUUIDFileName (index_type imageIndex, index_type tiffDataIndex) const
 Get the FileName property of UUID. More...
 
const std::string & getWellAnnotationRef (index_type plateIndex, index_type wellIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of Well. More...
 
ome::xml::model::primitives::Color getWellColor (index_type plateIndex, index_type wellIndex) const
 Get the Color property of Well. More...
 
ome::xml::model::primitives::NonNegativeInteger getWellColumn (index_type plateIndex, index_type wellIndex) const
 Get the Column property of Well. More...
 
std::string getWellExternalDescription (index_type plateIndex, index_type wellIndex) const
 Get the ExternalDescription property of Well. More...
 
std::string getWellExternalIdentifier (index_type plateIndex, index_type wellIndex) const
 Get the ExternalIdentifier property of Well. More...
 
std::string getWellID (index_type plateIndex, index_type wellIndex) const
 Get the ID property of Well. More...
 
const std::string & getWellReagentRef (index_type plateIndex, index_type wellIndex) const
 Get the ReagentRef property of Well. More...
 
ome::xml::model::primitives::NonNegativeInteger getWellRow (index_type plateIndex, index_type wellIndex) const
 Get the Row property of Well. More...
 
std::string getWellType (index_type plateIndex, index_type wellIndex) const
 Get the Type property of Well. More...
 
const std::string & getWellSampleAnnotationRef (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of WellSample. More...
 
std::string getWellSampleID (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const
 Get the ID property of WellSample. More...
 
const std::string & getWellSampleImageRef (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const
 Get the ImageRef property of WellSample. More...
 
ome::xml::model::primitives::NonNegativeInteger getWellSampleIndex (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const
 Get the Index property of WellSample. More...
 
double getWellSamplePositionX (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const
 Get the PositionX property of WellSample. More...
 
double getWellSamplePositionY (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const
 Get the PositionY property of WellSample. More...
 
ome::xml::model::primitives::Timestamp getWellSampleTimepoint (index_type plateIndex, index_type wellIndex, index_type wellSampleIndex) const
 Get the Timepoint property of WellSample. More...
 
const std::string & getXMLAnnotationAnnotationRef (index_type XMLAnnotationIndex, index_type annotationRefIndex) const
 Get the AnnotationRef property of XMLAnnotation. More...
 
std::string getXMLAnnotationAnnotator (index_type XMLAnnotationIndex) const
 Get the Annotator property of XMLAnnotation. More...
 
std::string getXMLAnnotationDescription (index_type XMLAnnotationIndex) const
 Get the Description property of XMLAnnotation. More...
 
std::string getXMLAnnotationID (index_type XMLAnnotationIndex) const
 Get the ID property of XMLAnnotation. More...
 
std::string getXMLAnnotationNamespace (index_type XMLAnnotationIndex) const
 Get the Namespace property of XMLAnnotation. More...
 
std::string getXMLAnnotationValue (index_type XMLAnnotationIndex) const
 Get the Value property of XMLAnnotation. More...
 
void setPixelsBinDataBigEndian (bool bigEndian, index_type imageIndex, index_type binDataIndex)
 Set the BigEndian property of Pixels. More...
 
void setUUID (const std::string &uuid)
 Set the UUID associated with this collection of metadata. More...
 
void setArcID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)
 Set the ID property of Arc. More...
 
void setArcLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the LotNumber property of Arc. More...
 
void setArcManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Manufacturer property of Arc. More...
 
void setArcModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Model property of Arc. More...
 
void setArcPower (double power, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Power property of Arc. More...
 
void setArcSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the SerialNumber property of Arc. More...
 
void setArcType (ome::xml::model::enums::ArcType type, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Type property of Arc. More...
 
void setBinaryFileFileName (std::string fileName, index_type fileAnnotationIndex)
 Set the FileName property of BinaryFile. More...
 
void setBinaryFileMIMEType (std::string mimeType, index_type fileAnnotationIndex)
 Set the MIMEType property of BinaryFile. More...
 
void setBinaryFileSize (ome::xml::model::primitives::NonNegativeLong size, index_type fileAnnotationIndex)
 Set the Size property of BinaryFile. More...
 
void setBinaryOnlyMetadataFile (std::string metadataFile)
 Set the MetadataFile property of BinaryOnly. More...
 
void setBinaryOnlyUUID (std::string uuid)
 Set the UUID property of BinaryOnly. More...
 
void setBooleanAnnotationAnnotationRef (const std::string &annotation, index_type booleanAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of BooleanAnnotation. More...
 
void setBooleanAnnotationAnnotator (std::string annotator, index_type booleanAnnotationIndex)
 Set the Annotator property of BooleanAnnotation. More...
 
void setBooleanAnnotationDescription (std::string description, index_type booleanAnnotationIndex)
 Set the Description property of BooleanAnnotation. More...
 
void setBooleanAnnotationID (std::string id, index_type booleanAnnotationIndex)
 Set the ID property of BooleanAnnotation. More...
 
void setBooleanAnnotationNamespace (std::string namespace_, index_type booleanAnnotationIndex)
 Set the Namespace property of BooleanAnnotation. More...
 
void setBooleanAnnotationValue (bool value, index_type booleanAnnotationIndex)
 Set the Value property of BooleanAnnotation. More...
 
void setChannelAcquisitionMode (ome::xml::model::enums::AcquisitionMode acquisitionMode, index_type imageIndex, index_type channelIndex)
 Set the AcquisitionMode property of Channel. More...
 
void setChannelAnnotationRef (const std::string &annotation, index_type imageIndex, index_type channelIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Channel. More...
 
void setChannelColor (ome::xml::model::primitives::Color color, index_type imageIndex, index_type channelIndex)
 Set the Color property of Channel. More...
 
void setChannelContrastMethod (ome::xml::model::enums::ContrastMethod contrastMethod, index_type imageIndex, index_type channelIndex)
 Set the ContrastMethod property of Channel. More...
 
void setChannelEmissionWavelength (ome::xml::model::primitives::PositiveInteger emissionWavelength, index_type imageIndex, index_type channelIndex)
 Set the EmissionWavelength property of Channel. More...
 
void setChannelExcitationWavelength (ome::xml::model::primitives::PositiveInteger excitationWavelength, index_type imageIndex, index_type channelIndex)
 Set the ExcitationWavelength property of Channel. More...
 
void setChannelFilterSetRef (const std::string &filterSet, index_type imageIndex, index_type channelIndex)
 Set the FilterSetRef property of Channel. More...
 
void setChannelFluor (std::string fluor, index_type imageIndex, index_type channelIndex)
 Set the Fluor property of Channel. More...
 
void setChannelID (std::string id, index_type imageIndex, index_type channelIndex)
 Set the ID property of Channel. More...
 
void setChannelIlluminationType (ome::xml::model::enums::IlluminationType illuminationType, index_type imageIndex, index_type channelIndex)
 Set the IlluminationType property of Channel. More...
 
void setChannelNDFilter (double ndFilter, index_type imageIndex, index_type channelIndex)
 Set the NDFilter property of Channel. More...
 
void setChannelName (std::string name, index_type imageIndex, index_type channelIndex)
 Set the Name property of Channel. More...
 
void setChannelPinholeSize (double pinholeSize, index_type imageIndex, index_type channelIndex)
 Set the PinholeSize property of Channel. More...
 
void setChannelPockelCellSetting (int32_t pockelCellSetting, index_type imageIndex, index_type channelIndex)
 Set the PockelCellSetting property of Channel. More...
 
void setChannelSamplesPerPixel (ome::xml::model::primitives::PositiveInteger samplesPerPixel, index_type imageIndex, index_type channelIndex)
 Set the SamplesPerPixel property of Channel. More...
 
void setCommentAnnotationAnnotationRef (const std::string &annotation, index_type commentAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of CommentAnnotation. More...
 
void setCommentAnnotationAnnotator (std::string annotator, index_type commentAnnotationIndex)
 Set the Annotator property of CommentAnnotation. More...
 
void setCommentAnnotationDescription (std::string description, index_type commentAnnotationIndex)
 Set the Description property of CommentAnnotation. More...
 
void setCommentAnnotationID (std::string id, index_type commentAnnotationIndex)
 Set the ID property of CommentAnnotation. More...
 
void setCommentAnnotationNamespace (std::string namespace_, index_type commentAnnotationIndex)
 Set the Namespace property of CommentAnnotation. More...
 
void setCommentAnnotationValue (std::string value, index_type commentAnnotationIndex)
 Set the Value property of CommentAnnotation. More...
 
void setDatasetAnnotationRef (const std::string &annotation, index_type datasetIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Dataset. More...
 
void setDatasetDescription (std::string description, index_type datasetIndex)
 Set the Description property of Dataset. More...
 
void setDatasetExperimenterGroupRef (const std::string &experimenterGroup, index_type datasetIndex)
 Set the ExperimenterGroupRef property of Dataset. More...
 
void setDatasetExperimenterRef (const std::string &experimenter, index_type datasetIndex)
 Set the ExperimenterRef property of Dataset. More...
 
void setDatasetID (std::string id, index_type datasetIndex)
 Set the ID property of Dataset. More...
 
void setDatasetImageRef (const std::string &image, index_type datasetIndex, index_type imageRefIndex)
 Set the ImageRef property of Dataset. More...
 
void setDatasetName (std::string name, index_type datasetIndex)
 Set the Name property of Dataset. More...
 
void setDetectorAmplificationGain (double amplificationGain, index_type instrumentIndex, index_type detectorIndex)
 Set the AmplificationGain property of Detector. More...
 
void setDetectorGain (double gain, index_type instrumentIndex, index_type detectorIndex)
 Set the Gain property of Detector. More...
 
void setDetectorID (std::string id, index_type instrumentIndex, index_type detectorIndex)
 Set the ID property of Detector. More...
 
void setDetectorLotNumber (std::string lotNumber, index_type instrumentIndex, index_type detectorIndex)
 Set the LotNumber property of Detector. More...
 
void setDetectorManufacturer (std::string manufacturer, index_type instrumentIndex, index_type detectorIndex)
 Set the Manufacturer property of Detector. More...
 
void setDetectorModel (std::string model, index_type instrumentIndex, index_type detectorIndex)
 Set the Model property of Detector. More...
 
void setDetectorOffset (double offset, index_type instrumentIndex, index_type detectorIndex)
 Set the Offset property of Detector. More...
 
void setDetectorSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type detectorIndex)
 Set the SerialNumber property of Detector. More...
 
void setDetectorType (ome::xml::model::enums::DetectorType type, index_type instrumentIndex, index_type detectorIndex)
 Set the Type property of Detector. More...
 
void setDetectorVoltage (double voltage, index_type instrumentIndex, index_type detectorIndex)
 Set the Voltage property of Detector. More...
 
void setDetectorZoom (double zoom, index_type instrumentIndex, index_type detectorIndex)
 Set the Zoom property of Detector. More...
 
void setDetectorSettingsBinning (ome::xml::model::enums::Binning binning, index_type imageIndex, index_type channelIndex)
 Set the Binning property of DetectorSettings. More...
 
void setDetectorSettingsGain (double gain, index_type imageIndex, index_type channelIndex)
 Set the Gain property of DetectorSettings. More...
 
void setDetectorSettingsID (std::string id, index_type imageIndex, index_type channelIndex)
 Set the ID property of DetectorSettings. More...
 
void setDetectorSettingsIntegration (ome::xml::model::primitives::PositiveInteger integration, index_type imageIndex, index_type channelIndex)
 Set the Integration property of DetectorSettings. More...
 
void setDetectorSettingsOffset (double offset, index_type imageIndex, index_type channelIndex)
 Set the Offset property of DetectorSettings. More...
 
void setDetectorSettingsReadOutRate (double readOutRate, index_type imageIndex, index_type channelIndex)
 Set the ReadOutRate property of DetectorSettings. More...
 
void setDetectorSettingsVoltage (double voltage, index_type imageIndex, index_type channelIndex)
 Set the Voltage property of DetectorSettings. More...
 
void setDetectorSettingsZoom (double zoom, index_type imageIndex, index_type channelIndex)
 Set the Zoom property of DetectorSettings. More...
 
void setDichroicID (std::string id, index_type instrumentIndex, index_type dichroicIndex)
 Set the ID property of Dichroic. More...
 
void setDichroicLotNumber (std::string lotNumber, index_type instrumentIndex, index_type dichroicIndex)
 Set the LotNumber property of Dichroic. More...
 
void setDichroicManufacturer (std::string manufacturer, index_type instrumentIndex, index_type dichroicIndex)
 Set the Manufacturer property of Dichroic. More...
 
void setDichroicModel (std::string model, index_type instrumentIndex, index_type dichroicIndex)
 Set the Model property of Dichroic. More...
 
void setDichroicSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type dichroicIndex)
 Set the SerialNumber property of Dichroic. More...
 
void setDoubleAnnotationAnnotationRef (const std::string &annotation, index_type doubleAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of DoubleAnnotation. More...
 
void setDoubleAnnotationAnnotator (std::string annotator, index_type doubleAnnotationIndex)
 Set the Annotator property of DoubleAnnotation. More...
 
void setDoubleAnnotationDescription (std::string description, index_type doubleAnnotationIndex)
 Set the Description property of DoubleAnnotation. More...
 
void setDoubleAnnotationID (std::string id, index_type doubleAnnotationIndex)
 Set the ID property of DoubleAnnotation. More...
 
void setDoubleAnnotationNamespace (std::string namespace_, index_type doubleAnnotationIndex)
 Set the Namespace property of DoubleAnnotation. More...
 
void setDoubleAnnotationValue (double value, index_type doubleAnnotationIndex)
 Set the Value property of DoubleAnnotation. More...
 
void setEllipseFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Ellipse. More...
 
void setEllipseFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Ellipse. More...
 
void setEllipseFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Ellipse. More...
 
void setEllipseFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Ellipse. More...
 
void setEllipseFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Ellipse. More...
 
void setEllipseID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Ellipse. More...
 
void setEllipseLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Ellipse. More...
 
void setEllipseLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Ellipse. More...
 
void setEllipseStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Ellipse. More...
 
void setEllipseStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Ellipse. More...
 
void setEllipseStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Ellipse. More...
 
void setEllipseText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Ellipse. More...
 
void setEllipseTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Ellipse. More...
 
void setEllipseTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Ellipse. More...
 
void setEllipseTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Ellipse. More...
 
void setEllipseTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Ellipse. More...
 
void setEllipseVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Ellipse. More...
 
void setEllipseRadiusX (double radiusX, index_type ROIIndex, index_type shapeIndex)
 Set the RadiusX property of Ellipse. More...
 
void setEllipseRadiusY (double radiusY, index_type ROIIndex, index_type shapeIndex)
 Set the RadiusY property of Ellipse. More...
 
void setEllipseX (double x, index_type ROIIndex, index_type shapeIndex)
 Set the X property of Ellipse. More...
 
void setEllipseY (double y, index_type ROIIndex, index_type shapeIndex)
 Set the Y property of Ellipse. More...
 
void setExperimentDescription (std::string description, index_type experimentIndex)
 Set the Description property of Experiment. More...
 
void setExperimentExperimenterRef (const std::string &experimenter, index_type experimentIndex)
 Set the ExperimenterRef property of Experiment. More...
 
void setExperimentID (std::string id, index_type experimentIndex)
 Set the ID property of Experiment. More...
 
void setExperimentType (ome::xml::model::enums::ExperimentType type, index_type experimentIndex)
 Set the Type property of Experiment. More...
 
void setExperimenterAnnotationRef (const std::string &annotation, index_type experimenterIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Experimenter. More...
 
void setExperimenterEmail (std::string email, index_type experimenterIndex)
 Set the Email property of Experimenter. More...
 
void setExperimenterFirstName (std::string firstName, index_type experimenterIndex)
 Set the FirstName property of Experimenter. More...
 
void setExperimenterID (std::string id, index_type experimenterIndex)
 Set the ID property of Experimenter. More...
 
void setExperimenterInstitution (std::string institution, index_type experimenterIndex)
 Set the Institution property of Experimenter. More...
 
void setExperimenterLastName (std::string lastName, index_type experimenterIndex)
 Set the LastName property of Experimenter. More...
 
void setExperimenterMiddleName (std::string middleName, index_type experimenterIndex)
 Set the MiddleName property of Experimenter. More...
 
void setExperimenterUserName (std::string userName, index_type experimenterIndex)
 Set the UserName property of Experimenter. More...
 
void setExperimenterGroupAnnotationRef (const std::string &annotation, index_type experimenterGroupIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of ExperimenterGroup. More...
 
void setExperimenterGroupDescription (std::string description, index_type experimenterGroupIndex)
 Set the Description property of ExperimenterGroup. More...
 
void setExperimenterGroupExperimenterRef (const std::string &experimenter, index_type experimenterGroupIndex, index_type experimenterRefIndex)
 Set the ExperimenterRef property of ExperimenterGroup. More...
 
void setExperimenterGroupID (std::string id, index_type experimenterGroupIndex)
 Set the ID property of ExperimenterGroup. More...
 
void setExperimenterGroupLeader (const std::string &leader, index_type experimenterGroupIndex, index_type leaderIndex)
 Set the Leader property of ExperimenterGroup. More...
 
void setExperimenterGroupName (std::string name, index_type experimenterGroupIndex)
 Set the Name property of ExperimenterGroup. More...
 
void setFilamentID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)
 Set the ID property of Filament. More...
 
void setFilamentLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the LotNumber property of Filament. More...
 
void setFilamentManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Manufacturer property of Filament. More...
 
void setFilamentModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Model property of Filament. More...
 
void setFilamentPower (double power, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Power property of Filament. More...
 
void setFilamentSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the SerialNumber property of Filament. More...
 
void setFilamentType (ome::xml::model::enums::FilamentType type, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Type property of Filament. More...
 
void setFileAnnotationAnnotationRef (const std::string &annotation, index_type fileAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of FileAnnotation. More...
 
void setFileAnnotationAnnotator (std::string annotator, index_type fileAnnotationIndex)
 Set the Annotator property of FileAnnotation. More...
 
void setFileAnnotationDescription (std::string description, index_type fileAnnotationIndex)
 Set the Description property of FileAnnotation. More...
 
void setFileAnnotationID (std::string id, index_type fileAnnotationIndex)
 Set the ID property of FileAnnotation. More...
 
void setFileAnnotationNamespace (std::string namespace_, index_type fileAnnotationIndex)
 Set the Namespace property of FileAnnotation. More...
 
void setFilterFilterWheel (std::string filterWheel, index_type instrumentIndex, index_type filterIndex)
 Set the FilterWheel property of Filter. More...
 
void setFilterID (std::string id, index_type instrumentIndex, index_type filterIndex)
 Set the ID property of Filter. More...
 
void setFilterLotNumber (std::string lotNumber, index_type instrumentIndex, index_type filterIndex)
 Set the LotNumber property of Filter. More...
 
void setFilterManufacturer (std::string manufacturer, index_type instrumentIndex, index_type filterIndex)
 Set the Manufacturer property of Filter. More...
 
void setFilterModel (std::string model, index_type instrumentIndex, index_type filterIndex)
 Set the Model property of Filter. More...
 
void setFilterSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type filterIndex)
 Set the SerialNumber property of Filter. More...
 
void setFilterType (ome::xml::model::enums::FilterType type, index_type instrumentIndex, index_type filterIndex)
 Set the Type property of Filter. More...
 
void setFilterSetDichroicRef (const std::string &dichroic, index_type instrumentIndex, index_type filterSetIndex)
 Set the DichroicRef property of FilterSet. More...
 
void setFilterSetEmissionFilterRef (const std::string &emissionFilter, index_type instrumentIndex, index_type filterSetIndex, index_type emissionFilterRefIndex)
 Set the EmissionFilterRef property of FilterSet. More...
 
void setFilterSetExcitationFilterRef (const std::string &excitationFilter, index_type instrumentIndex, index_type filterSetIndex, index_type excitationFilterRefIndex)
 Set the ExcitationFilterRef property of FilterSet. More...
 
void setFilterSetID (std::string id, index_type instrumentIndex, index_type filterSetIndex)
 Set the ID property of FilterSet. More...
 
void setFilterSetLotNumber (std::string lotNumber, index_type instrumentIndex, index_type filterSetIndex)
 Set the LotNumber property of FilterSet. More...
 
void setFilterSetManufacturer (std::string manufacturer, index_type instrumentIndex, index_type filterSetIndex)
 Set the Manufacturer property of FilterSet. More...
 
void setFilterSetModel (std::string model, index_type instrumentIndex, index_type filterSetIndex)
 Set the Model property of FilterSet. More...
 
void setFilterSetSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type filterSetIndex)
 Set the SerialNumber property of FilterSet. More...
 
void setImageAcquisitionDate (ome::xml::model::primitives::Timestamp acquisitionDate, index_type imageIndex)
 Set the AcquisitionDate property of Image. More...
 
void setImageAnnotationRef (const std::string &annotation, index_type imageIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Image. More...
 
void setImageDescription (std::string description, index_type imageIndex)
 Set the Description property of Image. More...
 
void setImageExperimentRef (const std::string &experiment, index_type imageIndex)
 Set the ExperimentRef property of Image. More...
 
void setImageExperimenterGroupRef (const std::string &experimenterGroup, index_type imageIndex)
 Set the ExperimenterGroupRef property of Image. More...
 
void setImageExperimenterRef (const std::string &experimenter, index_type imageIndex)
 Set the ExperimenterRef property of Image. More...
 
void setImageID (std::string id, index_type imageIndex)
 Set the ID property of Image. More...
 
void setImageInstrumentRef (const std::string &instrument, index_type imageIndex)
 Set the InstrumentRef property of Image. More...
 
void setImageMicrobeamManipulationRef (const std::string &microbeamManipulation, index_type imageIndex, index_type microbeamManipulationRefIndex)
 Set the MicrobeamManipulationRef property of Image. More...
 
void setImageName (std::string name, index_type imageIndex)
 Set the Name property of Image. More...
 
void setImageROIRef (const std::string &roi, index_type imageIndex, index_type ROIRefIndex)
 Set the ROIRef property of Image. More...
 
void setImagingEnvironmentAirPressure (double airPressure, index_type imageIndex)
 Set the AirPressure property of ImagingEnvironment. More...
 
void setImagingEnvironmentCO2Percent (ome::xml::model::primitives::PercentFraction co2Percent, index_type imageIndex)
 Set the CO2Percent property of ImagingEnvironment. More...
 
void setImagingEnvironmentHumidity (ome::xml::model::primitives::PercentFraction humidity, index_type imageIndex)
 Set the Humidity property of ImagingEnvironment. More...
 
void setImagingEnvironmentTemperature (double temperature, index_type imageIndex)
 Set the Temperature property of ImagingEnvironment. More...
 
void setInstrumentID (std::string id, index_type instrumentIndex)
 Set the ID property of Instrument. More...
 
void setLabelFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Label. More...
 
void setLabelFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Label. More...
 
void setLabelFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Label. More...
 
void setLabelFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Label. More...
 
void setLabelFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Label. More...
 
void setLabelID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Label. More...
 
void setLabelLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Label. More...
 
void setLabelLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Label. More...
 
void setLabelStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Label. More...
 
void setLabelStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Label. More...
 
void setLabelStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Label. More...
 
void setLabelText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Label. More...
 
void setLabelTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Label. More...
 
void setLabelTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Label. More...
 
void setLabelTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Label. More...
 
void setLabelTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Label. More...
 
void setLabelVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Label. More...
 
void setLabelX (double x, index_type ROIIndex, index_type shapeIndex)
 Set the X property of Label. More...
 
void setLabelY (double y, index_type ROIIndex, index_type shapeIndex)
 Set the Y property of Label. More...
 
void setLaserID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)
 Set the ID property of Laser. More...
 
void setLaserLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the LotNumber property of Laser. More...
 
void setLaserManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Manufacturer property of Laser. More...
 
void setLaserModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Model property of Laser. More...
 
void setLaserPower (double power, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Power property of Laser. More...
 
void setLaserSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the SerialNumber property of Laser. More...
 
void setLaserFrequencyMultiplication (ome::xml::model::primitives::PositiveInteger frequencyMultiplication, index_type instrumentIndex, index_type lightSourceIndex)
 Set the FrequencyMultiplication property of Laser. More...
 
void setLaserLaserMedium (ome::xml::model::enums::LaserMedium laserMedium, index_type instrumentIndex, index_type lightSourceIndex)
 Set the LaserMedium property of Laser. More...
 
void setLaserPockelCell (bool pockelCell, index_type instrumentIndex, index_type lightSourceIndex)
 Set the PockelCell property of Laser. More...
 
void setLaserPulse (ome::xml::model::enums::Pulse pulse, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Pulse property of Laser. More...
 
void setLaserPump (const std::string &pump, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Pump property of Laser. More...
 
void setLaserRepetitionRate (double repetitionRate, index_type instrumentIndex, index_type lightSourceIndex)
 Set the RepetitionRate property of Laser. More...
 
void setLaserTuneable (bool tuneable, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Tuneable property of Laser. More...
 
void setLaserType (ome::xml::model::enums::LaserType type, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Type property of Laser. More...
 
void setLaserWavelength (ome::xml::model::primitives::PositiveInteger wavelength, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Wavelength property of Laser. More...
 
void setLightEmittingDiodeID (std::string id, index_type instrumentIndex, index_type lightSourceIndex)
 Set the ID property of LightEmittingDiode. More...
 
void setLightEmittingDiodeLotNumber (std::string lotNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the LotNumber property of LightEmittingDiode. More...
 
void setLightEmittingDiodeManufacturer (std::string manufacturer, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Manufacturer property of LightEmittingDiode. More...
 
void setLightEmittingDiodeModel (std::string model, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Model property of LightEmittingDiode. More...
 
void setLightEmittingDiodePower (double power, index_type instrumentIndex, index_type lightSourceIndex)
 Set the Power property of LightEmittingDiode. More...
 
void setLightEmittingDiodeSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type lightSourceIndex)
 Set the SerialNumber property of LightEmittingDiode. More...
 
void setLightPathDichroicRef (const std::string &dichroic, index_type imageIndex, index_type channelIndex)
 Set the DichroicRef property of LightPath. More...
 
void setLightPathEmissionFilterRef (const std::string &emissionFilter, index_type imageIndex, index_type channelIndex, index_type emissionFilterRefIndex)
 Set the EmissionFilterRef property of LightPath. More...
 
void setLightPathExcitationFilterRef (const std::string &excitationFilter, index_type imageIndex, index_type channelIndex, index_type excitationFilterRefIndex)
 Set the ExcitationFilterRef property of LightPath. More...
 
void setChannelLightSourceSettingsAttenuation (ome::xml::model::primitives::PercentFraction attenuation, index_type imageIndex, index_type channelIndex)
 Set the Attenuation property of LightSourceSettings. More...
 
void setMicrobeamManipulationLightSourceSettingsAttenuation (ome::xml::model::primitives::PercentFraction attenuation, index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex)
 Set the Attenuation property of LightSourceSettings. More...
 
void setChannelLightSourceSettingsID (std::string id, index_type imageIndex, index_type channelIndex)
 Set the ID property of LightSourceSettings. More...
 
void setMicrobeamManipulationLightSourceSettingsID (std::string id, index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex)
 Set the ID property of LightSourceSettings. More...
 
void setChannelLightSourceSettingsWavelength (ome::xml::model::primitives::PositiveInteger wavelength, index_type imageIndex, index_type channelIndex)
 Set the Wavelength property of LightSourceSettings. More...
 
void setMicrobeamManipulationLightSourceSettingsWavelength (ome::xml::model::primitives::PositiveInteger wavelength, index_type experimentIndex, index_type microbeamManipulationIndex, index_type lightSourceSettingsIndex)
 Set the Wavelength property of LightSourceSettings. More...
 
void setLineFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Line. More...
 
void setLineFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Line. More...
 
void setLineFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Line. More...
 
void setLineFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Line. More...
 
void setLineFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Line. More...
 
void setLineID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Line. More...
 
void setLineLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Line. More...
 
void setLineLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Line. More...
 
void setLineStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Line. More...
 
void setLineStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Line. More...
 
void setLineStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Line. More...
 
void setLineText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Line. More...
 
void setLineTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Line. More...
 
void setLineTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Line. More...
 
void setLineTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Line. More...
 
void setLineTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Line. More...
 
void setLineVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Line. More...
 
void setLineMarkerEnd (ome::xml::model::enums::Marker markerEnd, index_type ROIIndex, index_type shapeIndex)
 Set the MarkerEnd property of Line. More...
 
void setLineMarkerStart (ome::xml::model::enums::Marker markerStart, index_type ROIIndex, index_type shapeIndex)
 Set the MarkerStart property of Line. More...
 
void setLineX1 (double x1, index_type ROIIndex, index_type shapeIndex)
 Set the X1 property of Line. More...
 
void setLineX2 (double x2, index_type ROIIndex, index_type shapeIndex)
 Set the X2 property of Line. More...
 
void setLineY1 (double y1, index_type ROIIndex, index_type shapeIndex)
 Set the Y1 property of Line. More...
 
void setLineY2 (double y2, index_type ROIIndex, index_type shapeIndex)
 Set the Y2 property of Line. More...
 
void setListAnnotationAnnotationRef (const std::string &annotation, index_type listAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of ListAnnotation. More...
 
void setListAnnotationAnnotator (std::string annotator, index_type listAnnotationIndex)
 Set the Annotator property of ListAnnotation. More...
 
void setListAnnotationDescription (std::string description, index_type listAnnotationIndex)
 Set the Description property of ListAnnotation. More...
 
void setListAnnotationID (std::string id, index_type listAnnotationIndex)
 Set the ID property of ListAnnotation. More...
 
void setListAnnotationNamespace (std::string namespace_, index_type listAnnotationIndex)
 Set the Namespace property of ListAnnotation. More...
 
void setLongAnnotationAnnotationRef (const std::string &annotation, index_type longAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of LongAnnotation. More...
 
void setLongAnnotationAnnotator (std::string annotator, index_type longAnnotationIndex)
 Set the Annotator property of LongAnnotation. More...
 
void setLongAnnotationDescription (std::string description, index_type longAnnotationIndex)
 Set the Description property of LongAnnotation. More...
 
void setLongAnnotationID (std::string id, index_type longAnnotationIndex)
 Set the ID property of LongAnnotation. More...
 
void setLongAnnotationNamespace (std::string namespace_, index_type longAnnotationIndex)
 Set the Namespace property of LongAnnotation. More...
 
void setLongAnnotationValue (int64_t value, index_type longAnnotationIndex)
 Set the Value property of LongAnnotation. More...
 
void setMaskFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Mask. More...
 
void setMaskFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Mask. More...
 
void setMaskFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Mask. More...
 
void setMaskFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Mask. More...
 
void setMaskFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Mask. More...
 
void setMaskID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Mask. More...
 
void setMaskLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Mask. More...
 
void setMaskLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Mask. More...
 
void setMaskStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Mask. More...
 
void setMaskStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Mask. More...
 
void setMaskStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Mask. More...
 
void setMaskText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Mask. More...
 
void setMaskTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Mask. More...
 
void setMaskTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Mask. More...
 
void setMaskTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Mask. More...
 
void setMaskTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Mask. More...
 
void setMaskVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Mask. More...
 
void setMaskHeight (double height, index_type ROIIndex, index_type shapeIndex)
 Set the Height property of Mask. More...
 
void setMaskWidth (double width, index_type ROIIndex, index_type shapeIndex)
 Set the Width property of Mask. More...
 
void setMaskX (double x, index_type ROIIndex, index_type shapeIndex)
 Set the X property of Mask. More...
 
void setMaskY (double y, index_type ROIIndex, index_type shapeIndex)
 Set the Y property of Mask. More...
 
void setMicrobeamManipulationDescription (std::string description, index_type experimentIndex, index_type microbeamManipulationIndex)
 Set the Description property of MicrobeamManipulation. More...
 
void setMicrobeamManipulationExperimenterRef (const std::string &experimenter, index_type experimentIndex, index_type microbeamManipulationIndex)
 Set the ExperimenterRef property of MicrobeamManipulation. More...
 
void setMicrobeamManipulationID (std::string id, index_type experimentIndex, index_type microbeamManipulationIndex)
 Set the ID property of MicrobeamManipulation. More...
 
void setMicrobeamManipulationROIRef (const std::string &roi, index_type experimentIndex, index_type microbeamManipulationIndex, index_type ROIRefIndex)
 Set the ROIRef property of MicrobeamManipulation. More...
 
void setMicrobeamManipulationType (ome::xml::model::enums::MicrobeamManipulationType type, index_type experimentIndex, index_type microbeamManipulationIndex)
 Set the Type property of MicrobeamManipulation. More...
 
void setMicroscopeLotNumber (std::string lotNumber, index_type instrumentIndex)
 Set the LotNumber property of Microscope. More...
 
void setMicroscopeManufacturer (std::string manufacturer, index_type instrumentIndex)
 Set the Manufacturer property of Microscope. More...
 
void setMicroscopeModel (std::string model, index_type instrumentIndex)
 Set the Model property of Microscope. More...
 
void setMicroscopeSerialNumber (std::string serialNumber, index_type instrumentIndex)
 Set the SerialNumber property of Microscope. More...
 
void setMicroscopeType (ome::xml::model::enums::MicroscopeType type, index_type instrumentIndex)
 Set the Type property of Microscope. More...
 
void setObjectiveCalibratedMagnification (double calibratedMagnification, index_type instrumentIndex, index_type objectiveIndex)
 Set the CalibratedMagnification property of Objective. More...
 
void setObjectiveCorrection (ome::xml::model::enums::Correction correction, index_type instrumentIndex, index_type objectiveIndex)
 Set the Correction property of Objective. More...
 
void setObjectiveID (std::string id, index_type instrumentIndex, index_type objectiveIndex)
 Set the ID property of Objective. More...
 
void setObjectiveImmersion (ome::xml::model::enums::Immersion immersion, index_type instrumentIndex, index_type objectiveIndex)
 Set the Immersion property of Objective. More...
 
void setObjectiveIris (bool iris, index_type instrumentIndex, index_type objectiveIndex)
 Set the Iris property of Objective. More...
 
void setObjectiveLensNA (double lensNA, index_type instrumentIndex, index_type objectiveIndex)
 Set the LensNA property of Objective. More...
 
void setObjectiveLotNumber (std::string lotNumber, index_type instrumentIndex, index_type objectiveIndex)
 Set the LotNumber property of Objective. More...
 
void setObjectiveManufacturer (std::string manufacturer, index_type instrumentIndex, index_type objectiveIndex)
 Set the Manufacturer property of Objective. More...
 
void setObjectiveModel (std::string model, index_type instrumentIndex, index_type objectiveIndex)
 Set the Model property of Objective. More...
 
void setObjectiveNominalMagnification (double nominalMagnification, index_type instrumentIndex, index_type objectiveIndex)
 Set the NominalMagnification property of Objective. More...
 
void setObjectiveSerialNumber (std::string serialNumber, index_type instrumentIndex, index_type objectiveIndex)
 Set the SerialNumber property of Objective. More...
 
void setObjectiveWorkingDistance (double workingDistance, index_type instrumentIndex, index_type objectiveIndex)
 Set the WorkingDistance property of Objective. More...
 
void setObjectiveSettingsCorrectionCollar (double correctionCollar, index_type imageIndex)
 Set the CorrectionCollar property of ObjectiveSettings. More...
 
void setObjectiveSettingsID (std::string id, index_type imageIndex)
 Set the ID property of ObjectiveSettings. More...
 
void setObjectiveSettingsMedium (ome::xml::model::enums::Medium medium, index_type imageIndex)
 Set the Medium property of ObjectiveSettings. More...
 
void setObjectiveSettingsRefractiveIndex (double refractiveIndex, index_type imageIndex)
 Set the RefractiveIndex property of ObjectiveSettings. More...
 
void setPixelsAnnotationRef (const std::string &annotation, index_type imageIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Pixels. More...
 
void setPixelsBigEndian (bool bigEndian, index_type imageIndex)
 Set the BigEndian property of Pixels. More...
 
void setPixelsDimensionOrder (ome::xml::model::enums::DimensionOrder dimensionOrder, index_type imageIndex)
 Set the DimensionOrder property of Pixels. More...
 
void setPixelsID (std::string id, index_type imageIndex)
 Set the ID property of Pixels. More...
 
void setPixelsInterleaved (bool interleaved, index_type imageIndex)
 Set the Interleaved property of Pixels. More...
 
void setPixelsPhysicalSizeX (ome::xml::model::primitives::PositiveFloat physicalSizeX, index_type imageIndex)
 Set the PhysicalSizeX property of Pixels. More...
 
void setPixelsPhysicalSizeY (ome::xml::model::primitives::PositiveFloat physicalSizeY, index_type imageIndex)
 Set the PhysicalSizeY property of Pixels. More...
 
void setPixelsPhysicalSizeZ (ome::xml::model::primitives::PositiveFloat physicalSizeZ, index_type imageIndex)
 Set the PhysicalSizeZ property of Pixels. More...
 
void setPixelsSignificantBits (ome::xml::model::primitives::PositiveInteger significantBits, index_type imageIndex)
 Set the SignificantBits property of Pixels. More...
 
void setPixelsSizeC (ome::xml::model::primitives::PositiveInteger sizeC, index_type imageIndex)
 Set the SizeC property of Pixels. More...
 
void setPixelsSizeT (ome::xml::model::primitives::PositiveInteger sizeT, index_type imageIndex)
 Set the SizeT property of Pixels. More...
 
void setPixelsSizeX (ome::xml::model::primitives::PositiveInteger sizeX, index_type imageIndex)
 Set the SizeX property of Pixels. More...
 
void setPixelsSizeY (ome::xml::model::primitives::PositiveInteger sizeY, index_type imageIndex)
 Set the SizeY property of Pixels. More...
 
void setPixelsSizeZ (ome::xml::model::primitives::PositiveInteger sizeZ, index_type imageIndex)
 Set the SizeZ property of Pixels. More...
 
void setPixelsTimeIncrement (double timeIncrement, index_type imageIndex)
 Set the TimeIncrement property of Pixels. More...
 
void setPixelsType (ome::xml::model::enums::PixelType type, index_type imageIndex)
 Set the Type property of Pixels. More...
 
void setPlaneAnnotationRef (const std::string &annotation, index_type imageIndex, index_type planeIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Plane. More...
 
void setPlaneDeltaT (double deltaT, index_type imageIndex, index_type planeIndex)
 Set the DeltaT property of Plane. More...
 
void setPlaneExposureTime (double exposureTime, index_type imageIndex, index_type planeIndex)
 Set the ExposureTime property of Plane. More...
 
void setPlaneHashSHA1 (std::string hashSHA1, index_type imageIndex, index_type planeIndex)
 Set the HashSHA1 property of Plane. More...
 
void setPlanePositionX (double positionX, index_type imageIndex, index_type planeIndex)
 Set the PositionX property of Plane. More...
 
void setPlanePositionY (double positionY, index_type imageIndex, index_type planeIndex)
 Set the PositionY property of Plane. More...
 
void setPlanePositionZ (double positionZ, index_type imageIndex, index_type planeIndex)
 Set the PositionZ property of Plane. More...
 
void setPlaneTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type imageIndex, index_type planeIndex)
 Set the TheC property of Plane. More...
 
void setPlaneTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type imageIndex, index_type planeIndex)
 Set the TheT property of Plane. More...
 
void setPlaneTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type imageIndex, index_type planeIndex)
 Set the TheZ property of Plane. More...
 
void setPlateAnnotationRef (const std::string &annotation, index_type plateIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Plate. More...
 
void setPlateColumnNamingConvention (ome::xml::model::enums::NamingConvention columnNamingConvention, index_type plateIndex)
 Set the ColumnNamingConvention property of Plate. More...
 
void setPlateColumns (ome::xml::model::primitives::PositiveInteger columns, index_type plateIndex)
 Set the Columns property of Plate. More...
 
void setPlateDescription (std::string description, index_type plateIndex)
 Set the Description property of Plate. More...
 
void setPlateExternalIdentifier (std::string externalIdentifier, index_type plateIndex)
 Set the ExternalIdentifier property of Plate. More...
 
void setPlateFieldIndex (ome::xml::model::primitives::NonNegativeInteger fieldIndex, index_type plateIndex)
 Set the FieldIndex property of Plate. More...
 
void setPlateID (std::string id, index_type plateIndex)
 Set the ID property of Plate. More...
 
void setPlateName (std::string name, index_type plateIndex)
 Set the Name property of Plate. More...
 
void setPlateRowNamingConvention (ome::xml::model::enums::NamingConvention rowNamingConvention, index_type plateIndex)
 Set the RowNamingConvention property of Plate. More...
 
void setPlateRows (ome::xml::model::primitives::PositiveInteger rows, index_type plateIndex)
 Set the Rows property of Plate. More...
 
void setPlateStatus (std::string status, index_type plateIndex)
 Set the Status property of Plate. More...
 
void setPlateWellOriginX (double wellOriginX, index_type plateIndex)
 Set the WellOriginX property of Plate. More...
 
void setPlateWellOriginY (double wellOriginY, index_type plateIndex)
 Set the WellOriginY property of Plate. More...
 
void setPlateAcquisitionAnnotationRef (const std::string &annotation, index_type plateIndex, index_type plateAcquisitionIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of PlateAcquisition. More...
 
void setPlateAcquisitionDescription (std::string description, index_type plateIndex, index_type plateAcquisitionIndex)
 Set the Description property of PlateAcquisition. More...
 
void setPlateAcquisitionEndTime (ome::xml::model::primitives::Timestamp endTime, index_type plateIndex, index_type plateAcquisitionIndex)
 Set the EndTime property of PlateAcquisition. More...
 
void setPlateAcquisitionID (std::string id, index_type plateIndex, index_type plateAcquisitionIndex)
 Set the ID property of PlateAcquisition. More...
 
void setPlateAcquisitionMaximumFieldCount (ome::xml::model::primitives::PositiveInteger maximumFieldCount, index_type plateIndex, index_type plateAcquisitionIndex)
 Set the MaximumFieldCount property of PlateAcquisition. More...
 
void setPlateAcquisitionName (std::string name, index_type plateIndex, index_type plateAcquisitionIndex)
 Set the Name property of PlateAcquisition. More...
 
void setPlateAcquisitionStartTime (ome::xml::model::primitives::Timestamp startTime, index_type plateIndex, index_type plateAcquisitionIndex)
 Set the StartTime property of PlateAcquisition. More...
 
void setPlateAcquisitionWellSampleRef (const std::string &wellSample, index_type plateIndex, index_type plateAcquisitionIndex, index_type wellSampleRefIndex)
 Set the WellSampleRef property of PlateAcquisition. More...
 
void setPointFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Point. More...
 
void setPointFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Point. More...
 
void setPointFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Point. More...
 
void setPointFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Point. More...
 
void setPointFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Point. More...
 
void setPointID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Point. More...
 
void setPointLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Point. More...
 
void setPointLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Point. More...
 
void setPointStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Point. More...
 
void setPointStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Point. More...
 
void setPointStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Point. More...
 
void setPointText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Point. More...
 
void setPointTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Point. More...
 
void setPointTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Point. More...
 
void setPointTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Point. More...
 
void setPointTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Point. More...
 
void setPointVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Point. More...
 
void setPointX (double x, index_type ROIIndex, index_type shapeIndex)
 Set the X property of Point. More...
 
void setPointY (double y, index_type ROIIndex, index_type shapeIndex)
 Set the Y property of Point. More...
 
void setPolygonFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Polygon. More...
 
void setPolygonFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Polygon. More...
 
void setPolygonFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Polygon. More...
 
void setPolygonFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Polygon. More...
 
void setPolygonFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Polygon. More...
 
void setPolygonID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Polygon. More...
 
void setPolygonLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Polygon. More...
 
void setPolygonLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Polygon. More...
 
void setPolygonStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Polygon. More...
 
void setPolygonStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Polygon. More...
 
void setPolygonStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Polygon. More...
 
void setPolygonText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Polygon. More...
 
void setPolygonTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Polygon. More...
 
void setPolygonTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Polygon. More...
 
void setPolygonTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Polygon. More...
 
void setPolygonTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Polygon. More...
 
void setPolygonVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Polygon. More...
 
void setPolygonPoints (std::string points, index_type ROIIndex, index_type shapeIndex)
 Set the Points property of Polygon. More...
 
void setPolylineFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Polyline. More...
 
void setPolylineFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Polyline. More...
 
void setPolylineFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Polyline. More...
 
void setPolylineFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Polyline. More...
 
void setPolylineFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Polyline. More...
 
void setPolylineID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Polyline. More...
 
void setPolylineLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Polyline. More...
 
void setPolylineLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Polyline. More...
 
void setPolylineStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Polyline. More...
 
void setPolylineStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Polyline. More...
 
void setPolylineStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Polyline. More...
 
void setPolylineText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Polyline. More...
 
void setPolylineTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Polyline. More...
 
void setPolylineTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Polyline. More...
 
void setPolylineTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Polyline. More...
 
void setPolylineTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Polyline. More...
 
void setPolylineVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Polyline. More...
 
void setPolylineMarkerEnd (ome::xml::model::enums::Marker markerEnd, index_type ROIIndex, index_type shapeIndex)
 Set the MarkerEnd property of Polyline. More...
 
void setPolylineMarkerStart (ome::xml::model::enums::Marker markerStart, index_type ROIIndex, index_type shapeIndex)
 Set the MarkerStart property of Polyline. More...
 
void setPolylinePoints (std::string points, index_type ROIIndex, index_type shapeIndex)
 Set the Points property of Polyline. More...
 
void setProjectAnnotationRef (const std::string &annotation, index_type projectIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Project. More...
 
void setProjectDatasetRef (const std::string &dataset, index_type projectIndex, index_type datasetRefIndex)
 Set the DatasetRef property of Project. More...
 
void setProjectDescription (std::string description, index_type projectIndex)
 Set the Description property of Project. More...
 
void setProjectExperimenterGroupRef (const std::string &experimenterGroup, index_type projectIndex)
 Set the ExperimenterGroupRef property of Project. More...
 
void setProjectExperimenterRef (const std::string &experimenter, index_type projectIndex)
 Set the ExperimenterRef property of Project. More...
 
void setProjectID (std::string id, index_type projectIndex)
 Set the ID property of Project. More...
 
void setProjectName (std::string name, index_type projectIndex)
 Set the Name property of Project. More...
 
void setROIAnnotationRef (const std::string &annotation, index_type ROIIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of ROI. More...
 
void setROIDescription (std::string description, index_type ROIIndex)
 Set the Description property of ROI. More...
 
void setROIID (std::string id, index_type ROIIndex)
 Set the ID property of ROI. More...
 
void setROIName (std::string name, index_type ROIIndex)
 Set the Name property of ROI. More...
 
void setROINamespace (std::string namespace_, index_type ROIIndex)
 Set the Namespace property of ROI. More...
 
void setReagentAnnotationRef (const std::string &annotation, index_type screenIndex, index_type reagentIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Reagent. More...
 
void setReagentDescription (std::string description, index_type screenIndex, index_type reagentIndex)
 Set the Description property of Reagent. More...
 
void setReagentID (std::string id, index_type screenIndex, index_type reagentIndex)
 Set the ID property of Reagent. More...
 
void setReagentName (std::string name, index_type screenIndex, index_type reagentIndex)
 Set the Name property of Reagent. More...
 
void setReagentReagentIdentifier (std::string reagentIdentifier, index_type screenIndex, index_type reagentIndex)
 Set the ReagentIdentifier property of Reagent. More...
 
void setRectangleFillColor (ome::xml::model::primitives::Color fillColor, index_type ROIIndex, index_type shapeIndex)
 Set the FillColor property of Rectangle. More...
 
void setRectangleFillRule (ome::xml::model::enums::FillRule fillRule, index_type ROIIndex, index_type shapeIndex)
 Set the FillRule property of Rectangle. More...
 
void setRectangleFontFamily (ome::xml::model::enums::FontFamily fontFamily, index_type ROIIndex, index_type shapeIndex)
 Set the FontFamily property of Rectangle. More...
 
void setRectangleFontSize (ome::xml::model::primitives::NonNegativeInteger fontSize, index_type ROIIndex, index_type shapeIndex)
 Set the FontSize property of Rectangle. More...
 
void setRectangleFontStyle (ome::xml::model::enums::FontStyle fontStyle, index_type ROIIndex, index_type shapeIndex)
 Set the FontStyle property of Rectangle. More...
 
void setRectangleID (std::string id, index_type ROIIndex, index_type shapeIndex)
 Set the ID property of Rectangle. More...
 
void setRectangleLineCap (ome::xml::model::enums::LineCap lineCap, index_type ROIIndex, index_type shapeIndex)
 Set the LineCap property of Rectangle. More...
 
void setRectangleLocked (bool locked, index_type ROIIndex, index_type shapeIndex)
 Set the Locked property of Rectangle. More...
 
void setRectangleStrokeColor (ome::xml::model::primitives::Color strokeColor, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeColor property of Rectangle. More...
 
void setRectangleStrokeDashArray (std::string strokeDashArray, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeDashArray property of Rectangle. More...
 
void setRectangleStrokeWidth (double strokeWidth, index_type ROIIndex, index_type shapeIndex)
 Set the StrokeWidth property of Rectangle. More...
 
void setRectangleText (std::string text, index_type ROIIndex, index_type shapeIndex)
 Set the Text property of Rectangle. More...
 
void setRectangleTheC (ome::xml::model::primitives::NonNegativeInteger theC, index_type ROIIndex, index_type shapeIndex)
 Set the TheC property of Rectangle. More...
 
void setRectangleTheT (ome::xml::model::primitives::NonNegativeInteger theT, index_type ROIIndex, index_type shapeIndex)
 Set the TheT property of Rectangle. More...
 
void setRectangleTheZ (ome::xml::model::primitives::NonNegativeInteger theZ, index_type ROIIndex, index_type shapeIndex)
 Set the TheZ property of Rectangle. More...
 
void setRectangleTransform (const ::ome::xml::model::AffineTransform &transform, index_type ROIIndex, index_type shapeIndex)
 Set the Transform property of Rectangle. More...
 
void setRectangleVisible (bool visible, index_type ROIIndex, index_type shapeIndex)
 Set the Visible property of Rectangle. More...
 
void setRectangleHeight (double height, index_type ROIIndex, index_type shapeIndex)
 Set the Height property of Rectangle. More...
 
void setRectangleWidth (double width, index_type ROIIndex, index_type shapeIndex)
 Set the Width property of Rectangle. More...
 
void setRectangleX (double x, index_type ROIIndex, index_type shapeIndex)
 Set the X property of Rectangle. More...
 
void setRectangleY (double y, index_type ROIIndex, index_type shapeIndex)
 Set the Y property of Rectangle. More...
 
void setRightsRightsHeld (std::string rightsHeld)
 Set the RightsHeld property of Rights. More...
 
void setRightsRightsHolder (std::string rightsHolder)
 Set the RightsHolder property of Rights. More...
 
void setScreenAnnotationRef (const std::string &annotation, index_type screenIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Screen. More...
 
void setScreenDescription (std::string description, index_type screenIndex)
 Set the Description property of Screen. More...
 
void setScreenID (std::string id, index_type screenIndex)
 Set the ID property of Screen. More...
 
void setScreenName (std::string name, index_type screenIndex)
 Set the Name property of Screen. More...
 
void setScreenPlateRef (const std::string &plate, index_type screenIndex, index_type plateRefIndex)
 Set the PlateRef property of Screen. More...
 
void setScreenProtocolDescription (std::string protocolDescription, index_type screenIndex)
 Set the ProtocolDescription property of Screen. More...
 
void setScreenProtocolIdentifier (std::string protocolIdentifier, index_type screenIndex)
 Set the ProtocolIdentifier property of Screen. More...
 
void setScreenReagentSetDescription (std::string reagentSetDescription, index_type screenIndex)
 Set the ReagentSetDescription property of Screen. More...
 
void setScreenReagentSetIdentifier (std::string reagentSetIdentifier, index_type screenIndex)
 Set the ReagentSetIdentifier property of Screen. More...
 
void setScreenType (std::string type, index_type screenIndex)
 Set the Type property of Screen. More...
 
void setStageLabelName (std::string name, index_type imageIndex)
 Set the Name property of StageLabel. More...
 
void setStageLabelX (double x, index_type imageIndex)
 Set the X property of StageLabel. More...
 
void setStageLabelY (double y, index_type imageIndex)
 Set the Y property of StageLabel. More...
 
void setStageLabelZ (double z, index_type imageIndex)
 Set the Z property of StageLabel. More...
 
void setTagAnnotationAnnotationRef (const std::string &annotation, index_type tagAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of TagAnnotation. More...
 
void setTagAnnotationAnnotator (std::string annotator, index_type tagAnnotationIndex)
 Set the Annotator property of TagAnnotation. More...
 
void setTagAnnotationDescription (std::string description, index_type tagAnnotationIndex)
 Set the Description property of TagAnnotation. More...
 
void setTagAnnotationID (std::string id, index_type tagAnnotationIndex)
 Set the ID property of TagAnnotation. More...
 
void setTagAnnotationNamespace (std::string namespace_, index_type tagAnnotationIndex)
 Set the Namespace property of TagAnnotation. More...
 
void setTagAnnotationValue (std::string value, index_type tagAnnotationIndex)
 Set the Value property of TagAnnotation. More...
 
void setTermAnnotationAnnotationRef (const std::string &annotation, index_type termAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of TermAnnotation. More...
 
void setTermAnnotationAnnotator (std::string annotator, index_type termAnnotationIndex)
 Set the Annotator property of TermAnnotation. More...
 
void setTermAnnotationDescription (std::string description, index_type termAnnotationIndex)
 Set the Description property of TermAnnotation. More...
 
void setTermAnnotationID (std::string id, index_type termAnnotationIndex)
 Set the ID property of TermAnnotation. More...
 
void setTermAnnotationNamespace (std::string namespace_, index_type termAnnotationIndex)
 Set the Namespace property of TermAnnotation. More...
 
void setTermAnnotationValue (std::string value, index_type termAnnotationIndex)
 Set the Value property of TermAnnotation. More...
 
void setTiffDataFirstC (ome::xml::model::primitives::NonNegativeInteger firstC, index_type imageIndex, index_type tiffDataIndex)
 Set the FirstC property of TiffData. More...
 
void setTiffDataFirstT (ome::xml::model::primitives::NonNegativeInteger firstT, index_type imageIndex, index_type tiffDataIndex)
 Set the FirstT property of TiffData. More...
 
void setTiffDataFirstZ (ome::xml::model::primitives::NonNegativeInteger firstZ, index_type imageIndex, index_type tiffDataIndex)
 Set the FirstZ property of TiffData. More...
 
void setTiffDataIFD (ome::xml::model::primitives::NonNegativeInteger ifd, index_type imageIndex, index_type tiffDataIndex)
 Set the IFD property of TiffData. More...
 
void setTiffDataPlaneCount (ome::xml::model::primitives::NonNegativeInteger planeCount, index_type imageIndex, index_type tiffDataIndex)
 Set the PlaneCount property of TiffData. More...
 
void setTimestampAnnotationAnnotationRef (const std::string &annotation, index_type timestampAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of TimestampAnnotation. More...
 
void setTimestampAnnotationAnnotator (std::string annotator, index_type timestampAnnotationIndex)
 Set the Annotator property of TimestampAnnotation. More...
 
void setTimestampAnnotationDescription (std::string description, index_type timestampAnnotationIndex)
 Set the Description property of TimestampAnnotation. More...
 
void setTimestampAnnotationID (std::string id, index_type timestampAnnotationIndex)
 Set the ID property of TimestampAnnotation. More...
 
void setTimestampAnnotationNamespace (std::string namespace_, index_type timestampAnnotationIndex)
 Set the Namespace property of TimestampAnnotation. More...
 
void setTimestampAnnotationValue (ome::xml::model::primitives::Timestamp value, index_type timestampAnnotationIndex)
 Set the Value property of TimestampAnnotation. More...
 
void setTransmittanceRangeCutIn (ome::xml::model::primitives::PositiveInteger cutIn, index_type instrumentIndex, index_type filterIndex)
 Set the CutIn property of TransmittanceRange. More...
 
void setTransmittanceRangeCutInTolerance (ome::xml::model::primitives::NonNegativeInteger cutInTolerance, index_type instrumentIndex, index_type filterIndex)
 Set the CutInTolerance property of TransmittanceRange. More...
 
void setTransmittanceRangeCutOut (ome::xml::model::primitives::PositiveInteger cutOut, index_type instrumentIndex, index_type filterIndex)
 Set the CutOut property of TransmittanceRange. More...
 
void setTransmittanceRangeCutOutTolerance (ome::xml::model::primitives::NonNegativeInteger cutOutTolerance, index_type instrumentIndex, index_type filterIndex)
 Set the CutOutTolerance property of TransmittanceRange. More...
 
void setTransmittanceRangeTransmittance (ome::xml::model::primitives::PercentFraction transmittance, index_type instrumentIndex, index_type filterIndex)
 Set the Transmittance property of TransmittanceRange. More...
 
void setUUIDFileName (std::string fileName, index_type imageIndex, index_type tiffDataIndex)
 Set the FileName property of UUID. More...
 
void setWellAnnotationRef (const std::string &annotation, index_type plateIndex, index_type wellIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of Well. More...
 
void setWellColor (ome::xml::model::primitives::Color color, index_type plateIndex, index_type wellIndex)
 Set the Color property of Well. More...
 
void setWellColumn (ome::xml::model::primitives::NonNegativeInteger column, index_type plateIndex, index_type wellIndex)
 Set the Column property of Well. More...
 
void setWellExternalDescription (std::string externalDescription, index_type plateIndex, index_type wellIndex)
 Set the ExternalDescription property of Well. More...
 
void setWellExternalIdentifier (std::string externalIdentifier, index_type plateIndex, index_type wellIndex)
 Set the ExternalIdentifier property of Well. More...
 
void setWellID (std::string id, index_type plateIndex, index_type wellIndex)
 Set the ID property of Well. More...
 
void setWellReagentRef (const std::string &reagent, index_type plateIndex, index_type wellIndex)
 Set the ReagentRef property of Well. More...
 
void setWellRow (ome::xml::model::primitives::NonNegativeInteger row, index_type plateIndex, index_type wellIndex)
 Set the Row property of Well. More...
 
void setWellType (std::string type, index_type plateIndex, index_type wellIndex)
 Set the Type property of Well. More...
 
void setWellSampleAnnotationRef (const std::string &annotation, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of WellSample. More...
 
void setWellSampleID (std::string id, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)
 Set the ID property of WellSample. More...
 
void setWellSampleImageRef (const std::string &image, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)
 Set the ImageRef property of WellSample. More...
 
void setWellSampleIndex (ome::xml::model::primitives::NonNegativeInteger index, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)
 Set the Index property of WellSample. More...
 
void setWellSamplePositionX (double positionX, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)
 Set the PositionX property of WellSample. More...
 
void setWellSamplePositionY (double positionY, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)
 Set the PositionY property of WellSample. More...
 
void setWellSampleTimepoint (ome::xml::model::primitives::Timestamp timepoint, index_type plateIndex, index_type wellIndex, index_type wellSampleIndex)
 Set the Timepoint property of WellSample. More...
 
void setXMLAnnotationAnnotationRef (const std::string &annotation, index_type XMLAnnotationIndex, index_type annotationRefIndex)
 Set the AnnotationRef property of XMLAnnotation. More...
 
void setXMLAnnotationAnnotator (std::string annotator, index_type XMLAnnotationIndex)
 Set the Annotator property of XMLAnnotation. More...
 
void setXMLAnnotationDescription (std::string description, index_type XMLAnnotationIndex)
 Set the Description property of XMLAnnotation. More...
 
void setXMLAnnotationID (std::string id, index_type XMLAnnotationIndex)
 Set the ID property of XMLAnnotation. More...
 
void setXMLAnnotationNamespace (std::string namespace_, index_type XMLAnnotationIndex)
 Set the Namespace property of XMLAnnotation. More...
 
void setXMLAnnotationValue (std::string value, index_type XMLAnnotationIndex)
 Set the Value property of XMLAnnotation. More...
 
- Public Member Functions inherited from ome::xml::meta::MetadataRetrieve
virtual ~MetadataRetrieve ()
 Destructor.
 
- Public Member Functions inherited from ome::xml::meta::MetadataStore
virtual ~MetadataStore ()
 Destructor.
 

Private Attributes

delegate_list_type delegates
 The active metadata store delegates. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ome::xml::meta::MetadataRetrieve
 MetadataRetrieve ()
 Constructor.
 
- Protected Member Functions inherited from ome::xml::meta::MetadataStore
 MetadataStore ()
 Constructor.
 

Detailed Description

Aggregating metadata store.

An implementation of MetadataStore and MetadataRetreive which delegates the storage and retrieval to one or more sub-stores.

Constructor & Destructor Documentation

ome::xml::meta::AggregateMetadata::AggregateMetadata ( delegate_list_type delegates)

Constructor.

Parameters
delegatesa list containing MetadataRetrieve and/or MetadataStore instances.

Member Function Documentation

void ome::xml::meta::AggregateMetadata::createRoot ( )
virtual

Create root node.

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

Implements ome::xml::meta::MetadataStore.

References ome::xml::meta::MetadataStore::createRoot(), and delegates.

std::string ome::xml::meta::AggregateMetadata::getArcID ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the ID property of Arc.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getArcID().

std::string ome::xml::meta::AggregateMetadata::getArcLotNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the LotNumber property of Arc.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getArcLotNumber().

std::string ome::xml::meta::AggregateMetadata::getArcManufacturer ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Manufacturer property of Arc.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getArcManufacturer().

std::string ome::xml::meta::AggregateMetadata::getArcModel ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Model property of Arc.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getArcModel().

double ome::xml::meta::AggregateMetadata::getArcPower ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Power property of Arc.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Power property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getArcPower().

std::string ome::xml::meta::AggregateMetadata::getArcSerialNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the SerialNumber property of Arc.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getArcSerialNumber().

ome::xml::model::enums::ArcType ome::xml::meta::AggregateMetadata::getArcType ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Type property of Arc.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getArcType().

std::string ome::xml::meta::AggregateMetadata::getBinaryFileFileName ( index_type  fileAnnotationIndex) const
virtual

Get the FileName property of BinaryFile.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the FileName property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBinaryFileFileName().

std::string ome::xml::meta::AggregateMetadata::getBinaryFileMIMEType ( index_type  fileAnnotationIndex) const
virtual

Get the MIMEType property of BinaryFile.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the MIMEType property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBinaryFileMIMEType().

ome::xml::model::primitives::NonNegativeLong ome::xml::meta::AggregateMetadata::getBinaryFileSize ( index_type  fileAnnotationIndex) const
virtual

Get the Size property of BinaryFile.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the Size property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBinaryFileSize().

std::string ome::xml::meta::AggregateMetadata::getBinaryOnlyMetadataFile ( ) const
virtual

Get the MetadataFile property of BinaryOnly.

Returns
the MetadataFile property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBinaryOnlyMetadataFile().

std::string ome::xml::meta::AggregateMetadata::getBinaryOnlyUUID ( ) const
virtual

Get the UUID property of BinaryOnly.

Returns
the UUID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBinaryOnlyUUID().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getBooleanAnnotationAnnotationCount ( index_type  booleanAnnotationIndex) const
virtual

Get the number of links to a BooleanAnnotation.

This method returns the number of references to the specified BooleanAnnotation held by all model objects.

Parameters
booleanAnnotationIndexthe BooleanAnnotation index.
Returns
the number of BooleanAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getBooleanAnnotationAnnotationRef ( index_type  booleanAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of BooleanAnnotation.

Parameters
booleanAnnotationIndexthe BooleanAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getBooleanAnnotationAnnotator ( index_type  booleanAnnotationIndex) const
virtual

Get the Annotator property of BooleanAnnotation.

Parameters
booleanAnnotationIndexthe BooleanAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getBooleanAnnotationCount ( ) const
virtual

Get the number of BooleanAnnotation elements.

Returns
the number of BooleanAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getBooleanAnnotationDescription ( index_type  booleanAnnotationIndex) const
virtual

Get the Description property of BooleanAnnotation.

Parameters
booleanAnnotationIndexthe BooleanAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getBooleanAnnotationID ( index_type  booleanAnnotationIndex) const
virtual

Get the ID property of BooleanAnnotation.

Parameters
booleanAnnotationIndexthe BooleanAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getBooleanAnnotationNamespace ( index_type  booleanAnnotationIndex) const
virtual

Get the Namespace property of BooleanAnnotation.

Parameters
booleanAnnotationIndexthe BooleanAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationNamespace().

bool ome::xml::meta::AggregateMetadata::getBooleanAnnotationValue ( index_type  booleanAnnotationIndex) const
virtual

Get the Value property of BooleanAnnotation.

Parameters
booleanAnnotationIndexthe BooleanAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getBooleanAnnotationValue().

ome::xml::model::enums::AcquisitionMode ome::xml::meta::AggregateMetadata::getChannelAcquisitionMode ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the AcquisitionMode property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the AcquisitionMode property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelAcquisitionMode().

const std::string & ome::xml::meta::AggregateMetadata::getChannelAnnotationRef ( index_type  imageIndex,
index_type  channelIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getChannelAnnotationRefCount ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the number of AnnotationRef elements in Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelAnnotationRefCount().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getChannelColor ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Color property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Color property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelColor().

ome::xml::model::enums::ContrastMethod ome::xml::meta::AggregateMetadata::getChannelContrastMethod ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the ContrastMethod property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the ContrastMethod property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelContrastMethod().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getChannelCount ( index_type  imageIndex) const
virtual

Get the number of Channel elements.

Parameters
imageIndexthe Image index.
Returns
the number of Channel elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelCount().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getChannelEmissionWavelength ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the EmissionWavelength property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the EmissionWavelength property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelEmissionWavelength().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getChannelExcitationWavelength ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the ExcitationWavelength property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the ExcitationWavelength property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelExcitationWavelength().

const std::string & ome::xml::meta::AggregateMetadata::getChannelFilterSetRef ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the FilterSetRef property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the FilterSetRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelFilterSetRef().

std::string ome::xml::meta::AggregateMetadata::getChannelFluor ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Fluor property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Fluor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelFluor().

std::string ome::xml::meta::AggregateMetadata::getChannelID ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the ID property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelID().

ome::xml::model::enums::IlluminationType ome::xml::meta::AggregateMetadata::getChannelIlluminationType ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the IlluminationType property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the IlluminationType property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelIlluminationType().

ome::xml::model::primitives::PercentFraction ome::xml::meta::AggregateMetadata::getChannelLightSourceSettingsAttenuation ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Attenuation property of LightSourceSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Attenuation property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelLightSourceSettingsAttenuation().

std::string ome::xml::meta::AggregateMetadata::getChannelLightSourceSettingsID ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the ID property of LightSourceSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelLightSourceSettingsID().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getChannelLightSourceSettingsWavelength ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Wavelength property of LightSourceSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Wavelength property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelLightSourceSettingsWavelength().

std::string ome::xml::meta::AggregateMetadata::getChannelName ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Name property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelName().

double ome::xml::meta::AggregateMetadata::getChannelNDFilter ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the NDFilter property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the NDFilter property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelNDFilter().

double ome::xml::meta::AggregateMetadata::getChannelPinholeSize ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the PinholeSize property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the PinholeSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelPinholeSize().

int32_t ome::xml::meta::AggregateMetadata::getChannelPockelCellSetting ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the PockelCellSetting property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the PockelCellSetting property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelPockelCellSetting().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getChannelSamplesPerPixel ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the SamplesPerPixel property of Channel.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the SamplesPerPixel property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getChannelSamplesPerPixel().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getCommentAnnotationAnnotationCount ( index_type  commentAnnotationIndex) const
virtual

Get the number of links to a CommentAnnotation.

This method returns the number of references to the specified CommentAnnotation held by all model objects.

Parameters
commentAnnotationIndexthe CommentAnnotation index.
Returns
the number of CommentAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getCommentAnnotationAnnotationRef ( index_type  commentAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of CommentAnnotation.

Parameters
commentAnnotationIndexthe CommentAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getCommentAnnotationAnnotator ( index_type  commentAnnotationIndex) const
virtual

Get the Annotator property of CommentAnnotation.

Parameters
commentAnnotationIndexthe CommentAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getCommentAnnotationCount ( ) const
virtual

Get the number of CommentAnnotation elements.

Returns
the number of CommentAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getCommentAnnotationDescription ( index_type  commentAnnotationIndex) const
virtual

Get the Description property of CommentAnnotation.

Parameters
commentAnnotationIndexthe CommentAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getCommentAnnotationID ( index_type  commentAnnotationIndex) const
virtual

Get the ID property of CommentAnnotation.

Parameters
commentAnnotationIndexthe CommentAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getCommentAnnotationNamespace ( index_type  commentAnnotationIndex) const
virtual

Get the Namespace property of CommentAnnotation.

Parameters
commentAnnotationIndexthe CommentAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationNamespace().

std::string ome::xml::meta::AggregateMetadata::getCommentAnnotationValue ( index_type  commentAnnotationIndex) const
virtual

Get the Value property of CommentAnnotation.

Parameters
commentAnnotationIndexthe CommentAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getCommentAnnotationValue().

const std::string & ome::xml::meta::AggregateMetadata::getDatasetAnnotationRef ( index_type  datasetIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Dataset.

Parameters
datasetIndexthe Dataset index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDatasetAnnotationRefCount ( index_type  datasetIndex) const
virtual

Get the number of AnnotationRef elements in Dataset.

Parameters
datasetIndexthe Dataset index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDatasetCount ( ) const
virtual

Get the number of Dataset elements.

Returns
the number of Dataset elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetCount().

std::string ome::xml::meta::AggregateMetadata::getDatasetDescription ( index_type  datasetIndex) const
virtual

Get the Description property of Dataset.

Parameters
datasetIndexthe Dataset index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetDescription().

const std::string & ome::xml::meta::AggregateMetadata::getDatasetExperimenterGroupRef ( index_type  datasetIndex) const
virtual

Get the ExperimenterGroupRef property of Dataset.

Parameters
datasetIndexthe Dataset index.
Returns
the ExperimenterGroupRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetExperimenterGroupRef().

const std::string & ome::xml::meta::AggregateMetadata::getDatasetExperimenterRef ( index_type  datasetIndex) const
virtual

Get the ExperimenterRef property of Dataset.

Parameters
datasetIndexthe Dataset index.
Returns
the ExperimenterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetExperimenterRef().

std::string ome::xml::meta::AggregateMetadata::getDatasetID ( index_type  datasetIndex) const
virtual

Get the ID property of Dataset.

Parameters
datasetIndexthe Dataset index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetID().

const std::string & ome::xml::meta::AggregateMetadata::getDatasetImageRef ( index_type  datasetIndex,
index_type  imageRefIndex 
) const
virtual

Get the ImageRef property of Dataset.

Parameters
datasetIndexthe Dataset index.
imageRefIndexImageRef index (unused).
Returns
the ImageRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetImageRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDatasetImageRefCount ( index_type  datasetIndex) const
virtual

Get the number of ImageRef elements in Dataset.

Parameters
datasetIndexthe Dataset index.
Returns
the number of ImageRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetImageRefCount().

std::string ome::xml::meta::AggregateMetadata::getDatasetName ( index_type  datasetIndex) const
virtual

Get the Name property of Dataset.

Parameters
datasetIndexthe Dataset index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetName().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDatasetRefCount ( index_type  projectIndex) const
virtual

Get the number of DatasetRef elements.

Parameters
projectIndexthe Project index.
Returns
the number of DatasetRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDatasetRefCount().

double ome::xml::meta::AggregateMetadata::getDetectorAmplificationGain ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the AmplificationGain property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the AmplificationGain property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorAmplificationGain().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDetectorCount ( index_type  instrumentIndex) const
virtual

Get the number of Detector elements.

Parameters
instrumentIndexthe Instrument index.
Returns
the number of Detector elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorCount().

double ome::xml::meta::AggregateMetadata::getDetectorGain ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the Gain property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the Gain property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorGain().

std::string ome::xml::meta::AggregateMetadata::getDetectorID ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the ID property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorID().

std::string ome::xml::meta::AggregateMetadata::getDetectorLotNumber ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the LotNumber property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorLotNumber().

std::string ome::xml::meta::AggregateMetadata::getDetectorManufacturer ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the Manufacturer property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorManufacturer().

std::string ome::xml::meta::AggregateMetadata::getDetectorModel ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the Model property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorModel().

double ome::xml::meta::AggregateMetadata::getDetectorOffset ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the Offset property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the Offset property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorOffset().

std::string ome::xml::meta::AggregateMetadata::getDetectorSerialNumber ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the SerialNumber property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSerialNumber().

ome::xml::model::enums::Binning ome::xml::meta::AggregateMetadata::getDetectorSettingsBinning ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Binning property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Binning property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsBinning().

double ome::xml::meta::AggregateMetadata::getDetectorSettingsGain ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Gain property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Gain property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsGain().

std::string ome::xml::meta::AggregateMetadata::getDetectorSettingsID ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the ID property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsID().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getDetectorSettingsIntegration ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Integration property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Integration property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsIntegration().

double ome::xml::meta::AggregateMetadata::getDetectorSettingsOffset ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Offset property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Offset property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsOffset().

double ome::xml::meta::AggregateMetadata::getDetectorSettingsReadOutRate ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the ReadOutRate property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the ReadOutRate property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsReadOutRate().

double ome::xml::meta::AggregateMetadata::getDetectorSettingsVoltage ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Voltage property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Voltage property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsVoltage().

double ome::xml::meta::AggregateMetadata::getDetectorSettingsZoom ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the Zoom property of DetectorSettings.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the Zoom property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorSettingsZoom().

ome::xml::model::enums::DetectorType ome::xml::meta::AggregateMetadata::getDetectorType ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the Type property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorType().

double ome::xml::meta::AggregateMetadata::getDetectorVoltage ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the Voltage property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the Voltage property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorVoltage().

double ome::xml::meta::AggregateMetadata::getDetectorZoom ( index_type  instrumentIndex,
index_type  detectorIndex 
) const
virtual

Get the Zoom property of Detector.

Parameters
instrumentIndexthe Instrument index.
detectorIndexthe Detector index.
Returns
the Zoom property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDetectorZoom().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDichroicCount ( index_type  instrumentIndex) const
virtual

Get the number of Dichroic elements.

Parameters
instrumentIndexthe Instrument index.
Returns
the number of Dichroic elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDichroicCount().

std::string ome::xml::meta::AggregateMetadata::getDichroicID ( index_type  instrumentIndex,
index_type  dichroicIndex 
) const
virtual

Get the ID property of Dichroic.

Parameters
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDichroicID().

std::string ome::xml::meta::AggregateMetadata::getDichroicLotNumber ( index_type  instrumentIndex,
index_type  dichroicIndex 
) const
virtual

Get the LotNumber property of Dichroic.

Parameters
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDichroicLotNumber().

std::string ome::xml::meta::AggregateMetadata::getDichroicManufacturer ( index_type  instrumentIndex,
index_type  dichroicIndex 
) const
virtual

Get the Manufacturer property of Dichroic.

Parameters
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDichroicManufacturer().

std::string ome::xml::meta::AggregateMetadata::getDichroicModel ( index_type  instrumentIndex,
index_type  dichroicIndex 
) const
virtual

Get the Model property of Dichroic.

Parameters
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDichroicModel().

std::string ome::xml::meta::AggregateMetadata::getDichroicSerialNumber ( index_type  instrumentIndex,
index_type  dichroicIndex 
) const
virtual

Get the SerialNumber property of Dichroic.

Parameters
instrumentIndexthe Instrument index.
dichroicIndexthe Dichroic index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDichroicSerialNumber().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDoubleAnnotationAnnotationCount ( index_type  doubleAnnotationIndex) const
virtual

Get the number of links to a DoubleAnnotation.

This method returns the number of references to the specified DoubleAnnotation held by all model objects.

Parameters
doubleAnnotationIndexthe DoubleAnnotation index.
Returns
the number of DoubleAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getDoubleAnnotationAnnotationRef ( index_type  doubleAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of DoubleAnnotation.

Parameters
doubleAnnotationIndexthe DoubleAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getDoubleAnnotationAnnotator ( index_type  doubleAnnotationIndex) const
virtual

Get the Annotator property of DoubleAnnotation.

Parameters
doubleAnnotationIndexthe DoubleAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getDoubleAnnotationCount ( ) const
virtual

Get the number of DoubleAnnotation elements.

Returns
the number of DoubleAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getDoubleAnnotationDescription ( index_type  doubleAnnotationIndex) const
virtual

Get the Description property of DoubleAnnotation.

Parameters
doubleAnnotationIndexthe DoubleAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getDoubleAnnotationID ( index_type  doubleAnnotationIndex) const
virtual

Get the ID property of DoubleAnnotation.

Parameters
doubleAnnotationIndexthe DoubleAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getDoubleAnnotationNamespace ( index_type  doubleAnnotationIndex) const
virtual

Get the Namespace property of DoubleAnnotation.

Parameters
doubleAnnotationIndexthe DoubleAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationNamespace().

double ome::xml::meta::AggregateMetadata::getDoubleAnnotationValue ( index_type  doubleAnnotationIndex) const
virtual

Get the Value property of DoubleAnnotation.

Parameters
doubleAnnotationIndexthe DoubleAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getDoubleAnnotationValue().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getEllipseFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getEllipseFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getEllipseFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getEllipseFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getEllipseFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseFontStyle().

std::string ome::xml::meta::AggregateMetadata::getEllipseID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getEllipseLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseLineCap().

bool ome::xml::meta::AggregateMetadata::getEllipseLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseLocked().

double ome::xml::meta::AggregateMetadata::getEllipseRadiusX ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the RadiusX property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the RadiusX property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseRadiusX().

double ome::xml::meta::AggregateMetadata::getEllipseRadiusY ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the RadiusY property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the RadiusY property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseRadiusY().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getEllipseStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getEllipseStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getEllipseStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getEllipseText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getEllipseTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getEllipseTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getEllipseTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getEllipseTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseTransform().

bool ome::xml::meta::AggregateMetadata::getEllipseVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseVisible().

double ome::xml::meta::AggregateMetadata::getEllipseX ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the X property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the X property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseX().

double ome::xml::meta::AggregateMetadata::getEllipseY ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Y property of Ellipse.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Y property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getEllipseY().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getExperimentCount ( ) const
virtual

Get the number of Experiment elements.

Returns
the number of Experiment elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimentCount().

std::string ome::xml::meta::AggregateMetadata::getExperimentDescription ( index_type  experimentIndex) const
virtual

Get the Description property of Experiment.

Parameters
experimentIndexthe Experiment index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimentDescription().

const std::string & ome::xml::meta::AggregateMetadata::getExperimenterAnnotationRef ( index_type  experimenterIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getExperimenterAnnotationRefCount ( index_type  experimenterIndex) const
virtual

Get the number of AnnotationRef elements in Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getExperimenterCount ( ) const
virtual

Get the number of Experimenter elements.

Returns
the number of Experimenter elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterCount().

std::string ome::xml::meta::AggregateMetadata::getExperimenterEmail ( index_type  experimenterIndex) const
virtual

Get the Email property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the Email property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterEmail().

std::string ome::xml::meta::AggregateMetadata::getExperimenterFirstName ( index_type  experimenterIndex) const
virtual

Get the FirstName property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the FirstName property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterFirstName().

const std::string & ome::xml::meta::AggregateMetadata::getExperimenterGroupAnnotationRef ( index_type  experimenterGroupIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getExperimenterGroupAnnotationRefCount ( index_type  experimenterGroupIndex) const
virtual

Get the number of AnnotationRef elements in ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getExperimenterGroupCount ( ) const
virtual

Get the number of ExperimenterGroup elements.

Returns
the number of ExperimenterGroup elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupCount().

std::string ome::xml::meta::AggregateMetadata::getExperimenterGroupDescription ( index_type  experimenterGroupIndex) const
virtual

Get the Description property of ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupDescription().

const std::string & ome::xml::meta::AggregateMetadata::getExperimenterGroupExperimenterRef ( index_type  experimenterGroupIndex,
index_type  experimenterRefIndex 
) const
virtual

Get the ExperimenterRef property of ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
experimenterRefIndexExperimenterRef index (unused).
Returns
the ExperimenterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupExperimenterRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getExperimenterGroupExperimenterRefCount ( index_type  experimenterGroupIndex) const
virtual

Get the number of ExperimenterRef elements in ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
Returns
the number of ExperimenterRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupExperimenterRefCount().

std::string ome::xml::meta::AggregateMetadata::getExperimenterGroupID ( index_type  experimenterGroupIndex) const
virtual

Get the ID property of ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupID().

const std::string & ome::xml::meta::AggregateMetadata::getExperimenterGroupLeader ( index_type  experimenterGroupIndex,
index_type  leaderIndex 
) const
virtual

Get the Leader property of ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
leaderIndexLeader index (unused).
Returns
the Leader property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupLeader().

std::string ome::xml::meta::AggregateMetadata::getExperimenterGroupName ( index_type  experimenterGroupIndex) const
virtual

Get the Name property of ExperimenterGroup.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterGroupName().

std::string ome::xml::meta::AggregateMetadata::getExperimenterID ( index_type  experimenterIndex) const
virtual

Get the ID property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterID().

std::string ome::xml::meta::AggregateMetadata::getExperimenterInstitution ( index_type  experimenterIndex) const
virtual

Get the Institution property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the Institution property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterInstitution().

std::string ome::xml::meta::AggregateMetadata::getExperimenterLastName ( index_type  experimenterIndex) const
virtual

Get the LastName property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the LastName property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterLastName().

std::string ome::xml::meta::AggregateMetadata::getExperimenterMiddleName ( index_type  experimenterIndex) const
virtual

Get the MiddleName property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the MiddleName property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterMiddleName().

std::string ome::xml::meta::AggregateMetadata::getExperimenterUserName ( index_type  experimenterIndex) const
virtual

Get the UserName property of Experimenter.

Parameters
experimenterIndexthe Experimenter index.
Returns
the UserName property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimenterUserName().

const std::string & ome::xml::meta::AggregateMetadata::getExperimentExperimenterRef ( index_type  experimentIndex) const
virtual

Get the ExperimenterRef property of Experiment.

Parameters
experimentIndexthe Experiment index.
Returns
the ExperimenterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimentExperimenterRef().

std::string ome::xml::meta::AggregateMetadata::getExperimentID ( index_type  experimentIndex) const
virtual

Get the ID property of Experiment.

Parameters
experimentIndexthe Experiment index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimentID().

ome::xml::model::enums::ExperimentType ome::xml::meta::AggregateMetadata::getExperimentType ( index_type  experimentIndex) const
virtual

Get the Type property of Experiment.

Parameters
experimentIndexthe Experiment index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getExperimentType().

std::string ome::xml::meta::AggregateMetadata::getFilamentID ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the ID property of Filament.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilamentID().

std::string ome::xml::meta::AggregateMetadata::getFilamentLotNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the LotNumber property of Filament.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilamentLotNumber().

std::string ome::xml::meta::AggregateMetadata::getFilamentManufacturer ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Manufacturer property of Filament.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilamentManufacturer().

std::string ome::xml::meta::AggregateMetadata::getFilamentModel ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Model property of Filament.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilamentModel().

double ome::xml::meta::AggregateMetadata::getFilamentPower ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Power property of Filament.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Power property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilamentPower().

std::string ome::xml::meta::AggregateMetadata::getFilamentSerialNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the SerialNumber property of Filament.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilamentSerialNumber().

ome::xml::model::enums::FilamentType ome::xml::meta::AggregateMetadata::getFilamentType ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Type property of Filament.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilamentType().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getFileAnnotationAnnotationCount ( index_type  fileAnnotationIndex) const
virtual

Get the number of links to a FileAnnotation.

This method returns the number of references to the specified FileAnnotation held by all model objects.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the number of FileAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFileAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getFileAnnotationAnnotationRef ( index_type  fileAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of FileAnnotation.

Parameters
fileAnnotationIndexthe FileAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFileAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getFileAnnotationAnnotator ( index_type  fileAnnotationIndex) const
virtual

Get the Annotator property of FileAnnotation.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFileAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getFileAnnotationCount ( ) const
virtual

Get the number of FileAnnotation elements.

Returns
the number of FileAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFileAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getFileAnnotationDescription ( index_type  fileAnnotationIndex) const
virtual

Get the Description property of FileAnnotation.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFileAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getFileAnnotationID ( index_type  fileAnnotationIndex) const
virtual

Get the ID property of FileAnnotation.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFileAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getFileAnnotationNamespace ( index_type  fileAnnotationIndex) const
virtual

Get the Namespace property of FileAnnotation.

Parameters
fileAnnotationIndexthe FileAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFileAnnotationNamespace().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getFilterCount ( index_type  instrumentIndex) const
virtual

Get the number of Filter elements.

Parameters
instrumentIndexthe Instrument index.
Returns
the number of Filter elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterCount().

std::string ome::xml::meta::AggregateMetadata::getFilterFilterWheel ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the FilterWheel property of Filter.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the FilterWheel property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterFilterWheel().

std::string ome::xml::meta::AggregateMetadata::getFilterID ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the ID property of Filter.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterID().

std::string ome::xml::meta::AggregateMetadata::getFilterLotNumber ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the LotNumber property of Filter.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterLotNumber().

std::string ome::xml::meta::AggregateMetadata::getFilterManufacturer ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the Manufacturer property of Filter.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterManufacturer().

std::string ome::xml::meta::AggregateMetadata::getFilterModel ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the Model property of Filter.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterModel().

std::string ome::xml::meta::AggregateMetadata::getFilterSerialNumber ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the SerialNumber property of Filter.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSerialNumber().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getFilterSetCount ( index_type  instrumentIndex) const
virtual

Get the number of FilterSet elements.

Parameters
instrumentIndexthe Instrument index.
Returns
the number of FilterSet elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetCount().

const std::string & ome::xml::meta::AggregateMetadata::getFilterSetDichroicRef ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the DichroicRef property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the DichroicRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetDichroicRef().

const std::string & ome::xml::meta::AggregateMetadata::getFilterSetEmissionFilterRef ( index_type  instrumentIndex,
index_type  filterSetIndex,
index_type  emissionFilterRefIndex 
) const
virtual

Get the EmissionFilterRef property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
emissionFilterRefIndexEmissionFilterRef index (unused).
Returns
the EmissionFilterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetEmissionFilterRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getFilterSetEmissionFilterRefCount ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the number of EmissionFilterRef elements in FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the number of EmissionFilterRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetEmissionFilterRefCount().

const std::string & ome::xml::meta::AggregateMetadata::getFilterSetExcitationFilterRef ( index_type  instrumentIndex,
index_type  filterSetIndex,
index_type  excitationFilterRefIndex 
) const
virtual

Get the ExcitationFilterRef property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
excitationFilterRefIndexExcitationFilterRef index (unused).
Returns
the ExcitationFilterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetExcitationFilterRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getFilterSetExcitationFilterRefCount ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the number of ExcitationFilterRef elements in FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the number of ExcitationFilterRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetExcitationFilterRefCount().

std::string ome::xml::meta::AggregateMetadata::getFilterSetID ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the ID property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetID().

std::string ome::xml::meta::AggregateMetadata::getFilterSetLotNumber ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the LotNumber property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetLotNumber().

std::string ome::xml::meta::AggregateMetadata::getFilterSetManufacturer ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the Manufacturer property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetManufacturer().

std::string ome::xml::meta::AggregateMetadata::getFilterSetModel ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the Model property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetModel().

std::string ome::xml::meta::AggregateMetadata::getFilterSetSerialNumber ( index_type  instrumentIndex,
index_type  filterSetIndex 
) const
virtual

Get the SerialNumber property of FilterSet.

Parameters
instrumentIndexthe Instrument index.
filterSetIndexthe FilterSet index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterSetSerialNumber().

ome::xml::model::enums::FilterType ome::xml::meta::AggregateMetadata::getFilterType ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the Type property of Filter.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getFilterType().

ome::xml::model::primitives::Timestamp ome::xml::meta::AggregateMetadata::getImageAcquisitionDate ( index_type  imageIndex) const
virtual

Get the AcquisitionDate property of Image.

Parameters
imageIndexthe Image index.
Returns
the AcquisitionDate property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageAcquisitionDate().

const std::string & ome::xml::meta::AggregateMetadata::getImageAnnotationRef ( index_type  imageIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Image.

Parameters
imageIndexthe Image index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getImageAnnotationRefCount ( index_type  imageIndex) const
virtual

Get the number of AnnotationRef elements in Image.

Parameters
imageIndexthe Image index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getImageCount ( ) const
virtual

Get the number of Image elements.

Returns
the number of Image elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageCount().

std::string ome::xml::meta::AggregateMetadata::getImageDescription ( index_type  imageIndex) const
virtual

Get the Description property of Image.

Parameters
imageIndexthe Image index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageDescription().

const std::string & ome::xml::meta::AggregateMetadata::getImageExperimenterGroupRef ( index_type  imageIndex) const
virtual

Get the ExperimenterGroupRef property of Image.

Parameters
imageIndexthe Image index.
Returns
the ExperimenterGroupRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageExperimenterGroupRef().

const std::string & ome::xml::meta::AggregateMetadata::getImageExperimenterRef ( index_type  imageIndex) const
virtual

Get the ExperimenterRef property of Image.

Parameters
imageIndexthe Image index.
Returns
the ExperimenterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageExperimenterRef().

const std::string & ome::xml::meta::AggregateMetadata::getImageExperimentRef ( index_type  imageIndex) const
virtual

Get the ExperimentRef property of Image.

Parameters
imageIndexthe Image index.
Returns
the ExperimentRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageExperimentRef().

std::string ome::xml::meta::AggregateMetadata::getImageID ( index_type  imageIndex) const
virtual

Get the ID property of Image.

Parameters
imageIndexthe Image index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageID().

const std::string & ome::xml::meta::AggregateMetadata::getImageInstrumentRef ( index_type  imageIndex) const
virtual

Get the InstrumentRef property of Image.

Parameters
imageIndexthe Image index.
Returns
the InstrumentRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageInstrumentRef().

const std::string & ome::xml::meta::AggregateMetadata::getImageMicrobeamManipulationRef ( index_type  imageIndex,
index_type  microbeamManipulationRefIndex 
) const
virtual

Get the MicrobeamManipulationRef property of Image.

Parameters
imageIndexthe Image index.
microbeamManipulationRefIndexMicrobeamManipulationRef index (unused).
Returns
the MicrobeamManipulationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageMicrobeamManipulationRef().

std::string ome::xml::meta::AggregateMetadata::getImageName ( index_type  imageIndex) const
virtual

Get the Name property of Image.

Parameters
imageIndexthe Image index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageName().

const std::string & ome::xml::meta::AggregateMetadata::getImageROIRef ( index_type  imageIndex,
index_type  ROIRefIndex 
) const
virtual

Get the ROIRef property of Image.

Parameters
imageIndexthe Image index.
ROIRefIndexROIRef index (unused).
Returns
the ROIRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageROIRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getImageROIRefCount ( index_type  imageIndex) const
virtual

Get the number of ROIRef elements in Image.

Parameters
imageIndexthe Image index.
Returns
the number of ROIRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImageROIRefCount().

double ome::xml::meta::AggregateMetadata::getImagingEnvironmentAirPressure ( index_type  imageIndex) const
virtual

Get the AirPressure property of ImagingEnvironment.

Parameters
imageIndexthe Image index.
Returns
the AirPressure property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImagingEnvironmentAirPressure().

ome::xml::model::primitives::PercentFraction ome::xml::meta::AggregateMetadata::getImagingEnvironmentCO2Percent ( index_type  imageIndex) const
virtual

Get the CO2Percent property of ImagingEnvironment.

Parameters
imageIndexthe Image index.
Returns
the CO2Percent property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImagingEnvironmentCO2Percent().

ome::xml::model::primitives::PercentFraction ome::xml::meta::AggregateMetadata::getImagingEnvironmentHumidity ( index_type  imageIndex) const
virtual

Get the Humidity property of ImagingEnvironment.

Parameters
imageIndexthe Image index.
Returns
the Humidity property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImagingEnvironmentHumidity().

double ome::xml::meta::AggregateMetadata::getImagingEnvironmentTemperature ( index_type  imageIndex) const
virtual

Get the Temperature property of ImagingEnvironment.

Parameters
imageIndexthe Image index.
Returns
the Temperature property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getImagingEnvironmentTemperature().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getInstrumentCount ( ) const
virtual

Get the number of Instrument elements.

Returns
the number of Instrument elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getInstrumentCount().

std::string ome::xml::meta::AggregateMetadata::getInstrumentID ( index_type  instrumentIndex) const
virtual

Get the ID property of Instrument.

Parameters
instrumentIndexthe Instrument index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getInstrumentID().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getLabelFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getLabelFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getLabelFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLabelFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getLabelFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelFontStyle().

std::string ome::xml::meta::AggregateMetadata::getLabelID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getLabelLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelLineCap().

bool ome::xml::meta::AggregateMetadata::getLabelLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelLocked().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getLabelStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getLabelStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getLabelStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getLabelText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLabelTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLabelTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLabelTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getLabelTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelTransform().

bool ome::xml::meta::AggregateMetadata::getLabelVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelVisible().

double ome::xml::meta::AggregateMetadata::getLabelX ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the X property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the X property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelX().

double ome::xml::meta::AggregateMetadata::getLabelY ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Y property of Label.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Y property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLabelY().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getLaserFrequencyMultiplication ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the FrequencyMultiplication property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the FrequencyMultiplication property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserFrequencyMultiplication().

std::string ome::xml::meta::AggregateMetadata::getLaserID ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the ID property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserID().

ome::xml::model::enums::LaserMedium ome::xml::meta::AggregateMetadata::getLaserLaserMedium ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the LaserMedium property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the LaserMedium property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserLaserMedium().

std::string ome::xml::meta::AggregateMetadata::getLaserLotNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the LotNumber property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserLotNumber().

std::string ome::xml::meta::AggregateMetadata::getLaserManufacturer ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Manufacturer property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserManufacturer().

std::string ome::xml::meta::AggregateMetadata::getLaserModel ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Model property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserModel().

bool ome::xml::meta::AggregateMetadata::getLaserPockelCell ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the PockelCell property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the PockelCell property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserPockelCell().

double ome::xml::meta::AggregateMetadata::getLaserPower ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Power property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Power property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserPower().

ome::xml::model::enums::Pulse ome::xml::meta::AggregateMetadata::getLaserPulse ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Pulse property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Pulse property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserPulse().

const std::string & ome::xml::meta::AggregateMetadata::getLaserPump ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Pump property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Pump property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserPump().

double ome::xml::meta::AggregateMetadata::getLaserRepetitionRate ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the RepetitionRate property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the RepetitionRate property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserRepetitionRate().

std::string ome::xml::meta::AggregateMetadata::getLaserSerialNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the SerialNumber property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserSerialNumber().

bool ome::xml::meta::AggregateMetadata::getLaserTuneable ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Tuneable property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Tuneable property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserTuneable().

ome::xml::model::enums::LaserType ome::xml::meta::AggregateMetadata::getLaserType ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Type property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserType().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getLaserWavelength ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Wavelength property of Laser.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Wavelength property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLaserWavelength().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getLeaderCount ( index_type  experimenterGroupIndex) const
virtual

Get the number of Leader elements.

Parameters
experimenterGroupIndexthe ExperimenterGroup index.
Returns
the number of Leader elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLeaderCount().

std::string ome::xml::meta::AggregateMetadata::getLightEmittingDiodeID ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the ID property of LightEmittingDiode.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightEmittingDiodeID().

std::string ome::xml::meta::AggregateMetadata::getLightEmittingDiodeLotNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the LotNumber property of LightEmittingDiode.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightEmittingDiodeLotNumber().

std::string ome::xml::meta::AggregateMetadata::getLightEmittingDiodeManufacturer ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Manufacturer property of LightEmittingDiode.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightEmittingDiodeManufacturer().

std::string ome::xml::meta::AggregateMetadata::getLightEmittingDiodeModel ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Model property of LightEmittingDiode.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightEmittingDiodeModel().

double ome::xml::meta::AggregateMetadata::getLightEmittingDiodePower ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the Power property of LightEmittingDiode.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the Power property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightEmittingDiodePower().

std::string ome::xml::meta::AggregateMetadata::getLightEmittingDiodeSerialNumber ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the SerialNumber property of LightEmittingDiode.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightEmittingDiodeSerialNumber().

const std::string & ome::xml::meta::AggregateMetadata::getLightPathDichroicRef ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the DichroicRef property of LightPath.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the DichroicRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightPathDichroicRef().

const std::string & ome::xml::meta::AggregateMetadata::getLightPathEmissionFilterRef ( index_type  imageIndex,
index_type  channelIndex,
index_type  emissionFilterRefIndex 
) const
virtual

Get the EmissionFilterRef property of LightPath.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
emissionFilterRefIndexEmissionFilterRef index (unused).
Returns
the EmissionFilterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightPathEmissionFilterRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getLightPathEmissionFilterRefCount ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the number of EmissionFilterRef elements in LightPath.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the number of EmissionFilterRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightPathEmissionFilterRefCount().

const std::string & ome::xml::meta::AggregateMetadata::getLightPathExcitationFilterRef ( index_type  imageIndex,
index_type  channelIndex,
index_type  excitationFilterRefIndex 
) const
virtual

Get the ExcitationFilterRef property of LightPath.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
excitationFilterRefIndexExcitationFilterRef index (unused).
Returns
the ExcitationFilterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightPathExcitationFilterRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getLightPathExcitationFilterRefCount ( index_type  imageIndex,
index_type  channelIndex 
) const
virtual

Get the number of ExcitationFilterRef elements in LightPath.

Parameters
imageIndexthe Image index.
channelIndexthe Channel index.
Returns
the number of ExcitationFilterRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightPathExcitationFilterRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getLightSourceCount ( index_type  instrumentIndex) const
virtual

Get the number of LightSource elements.

Parameters
instrumentIndexthe Instrument index.
Returns
the number of LightSource elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightSourceCount().

const std::string & ome::xml::meta::AggregateMetadata::getLightSourceType ( index_type  instrumentIndex,
index_type  lightSourceIndex 
) const
virtual

Get the type of a LightSource.

Parameters
instrumentIndexthe Instrument index.
lightSourceIndexthe LightSource index.
Returns
the LightSource type.
Todo:
Can this be a const reference?

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLightSourceType().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getLineFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getLineFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getLineFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLineFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getLineFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineFontStyle().

std::string ome::xml::meta::AggregateMetadata::getLineID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getLineLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineLineCap().

bool ome::xml::meta::AggregateMetadata::getLineLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineLocked().

ome::xml::model::enums::Marker ome::xml::meta::AggregateMetadata::getLineMarkerEnd ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the MarkerEnd property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the MarkerEnd property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineMarkerEnd().

ome::xml::model::enums::Marker ome::xml::meta::AggregateMetadata::getLineMarkerStart ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the MarkerStart property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the MarkerStart property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineMarkerStart().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getLineStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getLineStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getLineStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getLineText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLineTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLineTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getLineTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getLineTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineTransform().

bool ome::xml::meta::AggregateMetadata::getLineVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineVisible().

double ome::xml::meta::AggregateMetadata::getLineX1 ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the X1 property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the X1 property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineX1().

double ome::xml::meta::AggregateMetadata::getLineX2 ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the X2 property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the X2 property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineX2().

double ome::xml::meta::AggregateMetadata::getLineY1 ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Y1 property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Y1 property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineY1().

double ome::xml::meta::AggregateMetadata::getLineY2 ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Y2 property of Line.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Y2 property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLineY2().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getListAnnotationAnnotationCount ( index_type  listAnnotationIndex) const
virtual

Get the number of links to a ListAnnotation.

This method returns the number of references to the specified ListAnnotation held by all model objects.

Parameters
listAnnotationIndexthe ListAnnotation index.
Returns
the number of ListAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getListAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getListAnnotationAnnotationRef ( index_type  listAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of ListAnnotation.

Parameters
listAnnotationIndexthe ListAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getListAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getListAnnotationAnnotator ( index_type  listAnnotationIndex) const
virtual

Get the Annotator property of ListAnnotation.

Parameters
listAnnotationIndexthe ListAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getListAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getListAnnotationCount ( ) const
virtual

Get the number of ListAnnotation elements.

Returns
the number of ListAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getListAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getListAnnotationDescription ( index_type  listAnnotationIndex) const
virtual

Get the Description property of ListAnnotation.

Parameters
listAnnotationIndexthe ListAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getListAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getListAnnotationID ( index_type  listAnnotationIndex) const
virtual

Get the ID property of ListAnnotation.

Parameters
listAnnotationIndexthe ListAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getListAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getListAnnotationNamespace ( index_type  listAnnotationIndex) const
virtual

Get the Namespace property of ListAnnotation.

Parameters
listAnnotationIndexthe ListAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getListAnnotationNamespace().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getLongAnnotationAnnotationCount ( index_type  longAnnotationIndex) const
virtual

Get the number of links to a LongAnnotation.

This method returns the number of references to the specified LongAnnotation held by all model objects.

Parameters
longAnnotationIndexthe LongAnnotation index.
Returns
the number of LongAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getLongAnnotationAnnotationRef ( index_type  longAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of LongAnnotation.

Parameters
longAnnotationIndexthe LongAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getLongAnnotationAnnotator ( index_type  longAnnotationIndex) const
virtual

Get the Annotator property of LongAnnotation.

Parameters
longAnnotationIndexthe LongAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getLongAnnotationCount ( ) const
virtual

Get the number of LongAnnotation elements.

Returns
the number of LongAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getLongAnnotationDescription ( index_type  longAnnotationIndex) const
virtual

Get the Description property of LongAnnotation.

Parameters
longAnnotationIndexthe LongAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getLongAnnotationID ( index_type  longAnnotationIndex) const
virtual

Get the ID property of LongAnnotation.

Parameters
longAnnotationIndexthe LongAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getLongAnnotationNamespace ( index_type  longAnnotationIndex) const
virtual

Get the Namespace property of LongAnnotation.

Parameters
longAnnotationIndexthe LongAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationNamespace().

int64_t ome::xml::meta::AggregateMetadata::getLongAnnotationValue ( index_type  longAnnotationIndex) const
virtual

Get the Value property of LongAnnotation.

Parameters
longAnnotationIndexthe LongAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getLongAnnotationValue().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getMaskFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getMaskFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getMaskFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getMaskFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getMaskFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskFontStyle().

double ome::xml::meta::AggregateMetadata::getMaskHeight ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Height property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Height property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskHeight().

std::string ome::xml::meta::AggregateMetadata::getMaskID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getMaskLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskLineCap().

bool ome::xml::meta::AggregateMetadata::getMaskLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskLocked().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getMaskStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getMaskStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getMaskStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getMaskText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getMaskTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getMaskTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getMaskTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getMaskTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskTransform().

bool ome::xml::meta::AggregateMetadata::getMaskVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskVisible().

double ome::xml::meta::AggregateMetadata::getMaskWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Width property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Width property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskWidth().

double ome::xml::meta::AggregateMetadata::getMaskX ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the X property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the X property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskX().

double ome::xml::meta::AggregateMetadata::getMaskY ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Y property of Mask.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Y property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMaskY().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getMicrobeamManipulationCount ( index_type  experimentIndex) const
virtual

Get the number of MicrobeamManipulation elements.

Parameters
experimentIndexthe Experiment index.
Returns
the number of MicrobeamManipulation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationCount().

std::string ome::xml::meta::AggregateMetadata::getMicrobeamManipulationDescription ( index_type  experimentIndex,
index_type  microbeamManipulationIndex 
) const
virtual

Get the Description property of MicrobeamManipulation.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationDescription().

const std::string & ome::xml::meta::AggregateMetadata::getMicrobeamManipulationExperimenterRef ( index_type  experimentIndex,
index_type  microbeamManipulationIndex 
) const
virtual

Get the ExperimenterRef property of MicrobeamManipulation.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
Returns
the ExperimenterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationExperimenterRef().

std::string ome::xml::meta::AggregateMetadata::getMicrobeamManipulationID ( index_type  experimentIndex,
index_type  microbeamManipulationIndex 
) const
virtual

Get the ID property of MicrobeamManipulation.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationID().

ome::xml::model::primitives::PercentFraction ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsAttenuation ( index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
) const
virtual

Get the Attenuation property of LightSourceSettings.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.
Returns
the Attenuation property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationLightSourceSettingsAttenuation().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsCount ( index_type  experimentIndex,
index_type  microbeamManipulationIndex 
) const
virtual

Get the number of LightSourceSettings elements in MicrobeamManipulation.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
Returns
the number of LightSourceSettings elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationLightSourceSettingsCount().

std::string ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsID ( index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
) const
virtual

Get the ID property of LightSourceSettings.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationLightSourceSettingsID().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getMicrobeamManipulationLightSourceSettingsWavelength ( index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
) const
virtual

Get the Wavelength property of LightSourceSettings.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.
Returns
the Wavelength property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationLightSourceSettingsWavelength().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getMicrobeamManipulationRefCount ( index_type  imageIndex) const
virtual

Get the number of MicrobeamManipulationRef elements.

Parameters
imageIndexthe Image index.
Returns
the number of MicrobeamManipulationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationRefCount().

const std::string & ome::xml::meta::AggregateMetadata::getMicrobeamManipulationROIRef ( index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  ROIRefIndex 
) const
virtual

Get the ROIRef property of MicrobeamManipulation.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
ROIRefIndexROIRef index (unused).
Returns
the ROIRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationROIRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getMicrobeamManipulationROIRefCount ( index_type  experimentIndex,
index_type  microbeamManipulationIndex 
) const
virtual

Get the number of ROIRef elements in MicrobeamManipulation.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
Returns
the number of ROIRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationROIRefCount().

ome::xml::model::enums::MicrobeamManipulationType ome::xml::meta::AggregateMetadata::getMicrobeamManipulationType ( index_type  experimentIndex,
index_type  microbeamManipulationIndex 
) const
virtual

Get the Type property of MicrobeamManipulation.

Parameters
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicrobeamManipulationType().

std::string ome::xml::meta::AggregateMetadata::getMicroscopeLotNumber ( index_type  instrumentIndex) const
virtual

Get the LotNumber property of Microscope.

Parameters
instrumentIndexthe Instrument index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicroscopeLotNumber().

std::string ome::xml::meta::AggregateMetadata::getMicroscopeManufacturer ( index_type  instrumentIndex) const
virtual

Get the Manufacturer property of Microscope.

Parameters
instrumentIndexthe Instrument index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicroscopeManufacturer().

std::string ome::xml::meta::AggregateMetadata::getMicroscopeModel ( index_type  instrumentIndex) const
virtual

Get the Model property of Microscope.

Parameters
instrumentIndexthe Instrument index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicroscopeModel().

std::string ome::xml::meta::AggregateMetadata::getMicroscopeSerialNumber ( index_type  instrumentIndex) const
virtual

Get the SerialNumber property of Microscope.

Parameters
instrumentIndexthe Instrument index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicroscopeSerialNumber().

ome::xml::model::enums::MicroscopeType ome::xml::meta::AggregateMetadata::getMicroscopeType ( index_type  instrumentIndex) const
virtual

Get the Type property of Microscope.

Parameters
instrumentIndexthe Instrument index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getMicroscopeType().

double ome::xml::meta::AggregateMetadata::getObjectiveCalibratedMagnification ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the CalibratedMagnification property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the CalibratedMagnification property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveCalibratedMagnification().

ome::xml::model::enums::Correction ome::xml::meta::AggregateMetadata::getObjectiveCorrection ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the Correction property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the Correction property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveCorrection().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getObjectiveCount ( index_type  instrumentIndex) const
virtual

Get the number of Objective elements.

Parameters
instrumentIndexthe Instrument index.
Returns
the number of Objective elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveCount().

std::string ome::xml::meta::AggregateMetadata::getObjectiveID ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the ID property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveID().

ome::xml::model::enums::Immersion ome::xml::meta::AggregateMetadata::getObjectiveImmersion ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the Immersion property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the Immersion property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveImmersion().

bool ome::xml::meta::AggregateMetadata::getObjectiveIris ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the Iris property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the Iris property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveIris().

double ome::xml::meta::AggregateMetadata::getObjectiveLensNA ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the LensNA property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the LensNA property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveLensNA().

std::string ome::xml::meta::AggregateMetadata::getObjectiveLotNumber ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the LotNumber property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the LotNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveLotNumber().

std::string ome::xml::meta::AggregateMetadata::getObjectiveManufacturer ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the Manufacturer property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the Manufacturer property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveManufacturer().

std::string ome::xml::meta::AggregateMetadata::getObjectiveModel ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the Model property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the Model property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveModel().

double ome::xml::meta::AggregateMetadata::getObjectiveNominalMagnification ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the NominalMagnification property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the NominalMagnification property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveNominalMagnification().

std::string ome::xml::meta::AggregateMetadata::getObjectiveSerialNumber ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the SerialNumber property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the SerialNumber property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveSerialNumber().

double ome::xml::meta::AggregateMetadata::getObjectiveSettingsCorrectionCollar ( index_type  imageIndex) const
virtual

Get the CorrectionCollar property of ObjectiveSettings.

Parameters
imageIndexthe Image index.
Returns
the CorrectionCollar property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveSettingsCorrectionCollar().

std::string ome::xml::meta::AggregateMetadata::getObjectiveSettingsID ( index_type  imageIndex) const
virtual

Get the ID property of ObjectiveSettings.

Parameters
imageIndexthe Image index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveSettingsID().

ome::xml::model::enums::Medium ome::xml::meta::AggregateMetadata::getObjectiveSettingsMedium ( index_type  imageIndex) const
virtual

Get the Medium property of ObjectiveSettings.

Parameters
imageIndexthe Image index.
Returns
the Medium property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveSettingsMedium().

double ome::xml::meta::AggregateMetadata::getObjectiveSettingsRefractiveIndex ( index_type  imageIndex) const
virtual

Get the RefractiveIndex property of ObjectiveSettings.

Parameters
imageIndexthe Image index.
Returns
the RefractiveIndex property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveSettingsRefractiveIndex().

double ome::xml::meta::AggregateMetadata::getObjectiveWorkingDistance ( index_type  instrumentIndex,
index_type  objectiveIndex 
) const
virtual

Get the WorkingDistance property of Objective.

Parameters
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.
Returns
the WorkingDistance property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getObjectiveWorkingDistance().

const std::string & ome::xml::meta::AggregateMetadata::getPixelsAnnotationRef ( index_type  imageIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Pixels.

Parameters
imageIndexthe Image index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPixelsAnnotationRefCount ( index_type  imageIndex) const
virtual

Get the number of AnnotationRef elements in Pixels.

Parameters
imageIndexthe Image index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsAnnotationRefCount().

bool ome::xml::meta::AggregateMetadata::getPixelsBigEndian ( index_type  imageIndex) const
virtual

Get the BigEndian property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the BigEndian property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsBigEndian().

bool ome::xml::meta::AggregateMetadata::getPixelsBinDataBigEndian ( index_type  imageIndex,
index_type  binDataIndex 
) const
virtual

Get the BigEndian property of Pixels.

Parameters
imageIndexthe Image index.
binDataIndexBinData index (unused).
Returns
true if big endian, or false if little endian.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsBinDataBigEndian().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPixelsBinDataCount ( index_type  imageIndex) const
virtual

Get the number of BinData elements in Pixels.

Parameters
imageIndexthe Image index.
Returns
the number of BinData elements.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsBinDataCount().

ome::xml::model::enums::DimensionOrder ome::xml::meta::AggregateMetadata::getPixelsDimensionOrder ( index_type  imageIndex) const
virtual

Get the DimensionOrder property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the DimensionOrder property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsDimensionOrder().

std::string ome::xml::meta::AggregateMetadata::getPixelsID ( index_type  imageIndex) const
virtual

Get the ID property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsID().

bool ome::xml::meta::AggregateMetadata::getPixelsInterleaved ( index_type  imageIndex) const
virtual

Get the Interleaved property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the Interleaved property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsInterleaved().

ome::xml::model::primitives::PositiveFloat ome::xml::meta::AggregateMetadata::getPixelsPhysicalSizeX ( index_type  imageIndex) const
virtual

Get the PhysicalSizeX property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the PhysicalSizeX property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsPhysicalSizeX().

ome::xml::model::primitives::PositiveFloat ome::xml::meta::AggregateMetadata::getPixelsPhysicalSizeY ( index_type  imageIndex) const
virtual

Get the PhysicalSizeY property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the PhysicalSizeY property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsPhysicalSizeY().

ome::xml::model::primitives::PositiveFloat ome::xml::meta::AggregateMetadata::getPixelsPhysicalSizeZ ( index_type  imageIndex) const
virtual

Get the PhysicalSizeZ property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the PhysicalSizeZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsPhysicalSizeZ().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPixelsSignificantBits ( index_type  imageIndex) const
virtual

Get the SignificantBits property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the SignificantBits property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsSignificantBits().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPixelsSizeC ( index_type  imageIndex) const
virtual

Get the SizeC property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the SizeC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsSizeC().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPixelsSizeT ( index_type  imageIndex) const
virtual

Get the SizeT property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the SizeT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsSizeT().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPixelsSizeX ( index_type  imageIndex) const
virtual

Get the SizeX property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the SizeX property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsSizeX().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPixelsSizeY ( index_type  imageIndex) const
virtual

Get the SizeY property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the SizeY property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsSizeY().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPixelsSizeZ ( index_type  imageIndex) const
virtual

Get the SizeZ property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the SizeZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsSizeZ().

double ome::xml::meta::AggregateMetadata::getPixelsTimeIncrement ( index_type  imageIndex) const
virtual

Get the TimeIncrement property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the TimeIncrement property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsTimeIncrement().

ome::xml::model::enums::PixelType ome::xml::meta::AggregateMetadata::getPixelsType ( index_type  imageIndex) const
virtual

Get the Type property of Pixels.

Parameters
imageIndexthe Image index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPixelsType().

const std::string & ome::xml::meta::AggregateMetadata::getPlaneAnnotationRef ( index_type  imageIndex,
index_type  planeIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPlaneAnnotationRefCount ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the number of AnnotationRef elements in Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPlaneCount ( index_type  imageIndex) const
virtual

Get the number of Plane elements.

Parameters
imageIndexthe Image index.
Returns
the number of Plane elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneCount().

double ome::xml::meta::AggregateMetadata::getPlaneDeltaT ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the DeltaT property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the DeltaT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneDeltaT().

double ome::xml::meta::AggregateMetadata::getPlaneExposureTime ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the ExposureTime property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the ExposureTime property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneExposureTime().

std::string ome::xml::meta::AggregateMetadata::getPlaneHashSHA1 ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the HashSHA1 property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the HashSHA1 property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneHashSHA1().

double ome::xml::meta::AggregateMetadata::getPlanePositionX ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the PositionX property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the PositionX property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlanePositionX().

double ome::xml::meta::AggregateMetadata::getPlanePositionY ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the PositionY property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the PositionY property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlanePositionY().

double ome::xml::meta::AggregateMetadata::getPlanePositionZ ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the PositionZ property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the PositionZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlanePositionZ().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPlaneTheC ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the TheC property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPlaneTheT ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the TheT property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPlaneTheZ ( index_type  imageIndex,
index_type  planeIndex 
) const
virtual

Get the TheZ property of Plane.

Parameters
imageIndexthe Image index.
planeIndexthe Plane index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlaneTheZ().

const std::string & ome::xml::meta::AggregateMetadata::getPlateAcquisitionAnnotationRef ( index_type  plateIndex,
index_type  plateAcquisitionIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPlateAcquisitionAnnotationRefCount ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the number of AnnotationRef elements in PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPlateAcquisitionCount ( index_type  plateIndex) const
virtual

Get the number of PlateAcquisition elements.

Parameters
plateIndexthe Plate index.
Returns
the number of PlateAcquisition elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionCount().

std::string ome::xml::meta::AggregateMetadata::getPlateAcquisitionDescription ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the Description property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionDescription().

ome::xml::model::primitives::Timestamp ome::xml::meta::AggregateMetadata::getPlateAcquisitionEndTime ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the EndTime property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the EndTime property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionEndTime().

std::string ome::xml::meta::AggregateMetadata::getPlateAcquisitionID ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the ID property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionID().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPlateAcquisitionMaximumFieldCount ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the MaximumFieldCount property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the MaximumFieldCount property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionMaximumFieldCount().

std::string ome::xml::meta::AggregateMetadata::getPlateAcquisitionName ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the Name property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionName().

ome::xml::model::primitives::Timestamp ome::xml::meta::AggregateMetadata::getPlateAcquisitionStartTime ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the StartTime property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the StartTime property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionStartTime().

const std::string & ome::xml::meta::AggregateMetadata::getPlateAcquisitionWellSampleRef ( index_type  plateIndex,
index_type  plateAcquisitionIndex,
index_type  wellSampleRefIndex 
) const
virtual

Get the WellSampleRef property of PlateAcquisition.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
wellSampleRefIndexWellSampleRef index (unused).
Returns
the WellSampleRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAcquisitionWellSampleRef().

const std::string & ome::xml::meta::AggregateMetadata::getPlateAnnotationRef ( index_type  plateIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Plate.

Parameters
plateIndexthe Plate index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPlateAnnotationRefCount ( index_type  plateIndex) const
virtual

Get the number of AnnotationRef elements in Plate.

Parameters
plateIndexthe Plate index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateAnnotationRefCount().

ome::xml::model::enums::NamingConvention ome::xml::meta::AggregateMetadata::getPlateColumnNamingConvention ( index_type  plateIndex) const
virtual

Get the ColumnNamingConvention property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the ColumnNamingConvention property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateColumnNamingConvention().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPlateColumns ( index_type  plateIndex) const
virtual

Get the Columns property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the Columns property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateColumns().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPlateCount ( ) const
virtual

Get the number of Plate elements.

Returns
the number of Plate elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateCount().

std::string ome::xml::meta::AggregateMetadata::getPlateDescription ( index_type  plateIndex) const
virtual

Get the Description property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateDescription().

std::string ome::xml::meta::AggregateMetadata::getPlateExternalIdentifier ( index_type  plateIndex) const
virtual

Get the ExternalIdentifier property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the ExternalIdentifier property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateExternalIdentifier().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPlateFieldIndex ( index_type  plateIndex) const
virtual

Get the FieldIndex property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the FieldIndex property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateFieldIndex().

std::string ome::xml::meta::AggregateMetadata::getPlateID ( index_type  plateIndex) const
virtual

Get the ID property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateID().

std::string ome::xml::meta::AggregateMetadata::getPlateName ( index_type  plateIndex) const
virtual

Get the Name property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateName().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getPlateRefCount ( index_type  screenIndex) const
virtual

Get the number of PlateRef elements.

Parameters
screenIndexthe Screen index.
Returns
the number of PlateRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateRefCount().

ome::xml::model::enums::NamingConvention ome::xml::meta::AggregateMetadata::getPlateRowNamingConvention ( index_type  plateIndex) const
virtual

Get the RowNamingConvention property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the RowNamingConvention property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateRowNamingConvention().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getPlateRows ( index_type  plateIndex) const
virtual

Get the Rows property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the Rows property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateRows().

std::string ome::xml::meta::AggregateMetadata::getPlateStatus ( index_type  plateIndex) const
virtual

Get the Status property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the Status property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateStatus().

double ome::xml::meta::AggregateMetadata::getPlateWellOriginX ( index_type  plateIndex) const
virtual

Get the WellOriginX property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the WellOriginX property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateWellOriginX().

double ome::xml::meta::AggregateMetadata::getPlateWellOriginY ( index_type  plateIndex) const
virtual

Get the WellOriginY property of Plate.

Parameters
plateIndexthe Plate index.
Returns
the WellOriginY property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPlateWellOriginY().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getPointFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getPointFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getPointFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPointFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getPointFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointFontStyle().

std::string ome::xml::meta::AggregateMetadata::getPointID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getPointLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointLineCap().

bool ome::xml::meta::AggregateMetadata::getPointLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointLocked().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getPointStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getPointStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getPointStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getPointText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPointTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPointTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPointTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getPointTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointTransform().

bool ome::xml::meta::AggregateMetadata::getPointVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointVisible().

double ome::xml::meta::AggregateMetadata::getPointX ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the X property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the X property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointX().

double ome::xml::meta::AggregateMetadata::getPointY ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Y property of Point.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Y property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPointY().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getPolygonFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getPolygonFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getPolygonFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolygonFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getPolygonFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonFontStyle().

std::string ome::xml::meta::AggregateMetadata::getPolygonID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getPolygonLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonLineCap().

bool ome::xml::meta::AggregateMetadata::getPolygonLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonLocked().

std::string ome::xml::meta::AggregateMetadata::getPolygonPoints ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Points property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Points property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonPoints().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getPolygonStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getPolygonStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getPolygonStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getPolygonText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolygonTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolygonTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolygonTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getPolygonTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonTransform().

bool ome::xml::meta::AggregateMetadata::getPolygonVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Polygon.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolygonVisible().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getPolylineFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getPolylineFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getPolylineFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolylineFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getPolylineFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineFontStyle().

std::string ome::xml::meta::AggregateMetadata::getPolylineID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getPolylineLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineLineCap().

bool ome::xml::meta::AggregateMetadata::getPolylineLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineLocked().

ome::xml::model::enums::Marker ome::xml::meta::AggregateMetadata::getPolylineMarkerEnd ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the MarkerEnd property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the MarkerEnd property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineMarkerEnd().

ome::xml::model::enums::Marker ome::xml::meta::AggregateMetadata::getPolylineMarkerStart ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the MarkerStart property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the MarkerStart property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineMarkerStart().

std::string ome::xml::meta::AggregateMetadata::getPolylinePoints ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Points property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Points property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylinePoints().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getPolylineStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getPolylineStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getPolylineStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getPolylineText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolylineTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolylineTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getPolylineTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getPolylineTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineTransform().

bool ome::xml::meta::AggregateMetadata::getPolylineVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Polyline.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getPolylineVisible().

const std::string & ome::xml::meta::AggregateMetadata::getProjectAnnotationRef ( index_type  projectIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Project.

Parameters
projectIndexthe Project index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getProjectAnnotationRefCount ( index_type  projectIndex) const
virtual

Get the number of AnnotationRef elements in Project.

Parameters
projectIndexthe Project index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getProjectCount ( ) const
virtual

Get the number of Project elements.

Returns
the number of Project elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectCount().

const std::string & ome::xml::meta::AggregateMetadata::getProjectDatasetRef ( index_type  projectIndex,
index_type  datasetRefIndex 
) const
virtual

Get the DatasetRef property of Project.

Parameters
projectIndexthe Project index.
datasetRefIndexDatasetRef index (unused).
Returns
the DatasetRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectDatasetRef().

std::string ome::xml::meta::AggregateMetadata::getProjectDescription ( index_type  projectIndex) const
virtual

Get the Description property of Project.

Parameters
projectIndexthe Project index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectDescription().

const std::string & ome::xml::meta::AggregateMetadata::getProjectExperimenterGroupRef ( index_type  projectIndex) const
virtual

Get the ExperimenterGroupRef property of Project.

Parameters
projectIndexthe Project index.
Returns
the ExperimenterGroupRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectExperimenterGroupRef().

const std::string & ome::xml::meta::AggregateMetadata::getProjectExperimenterRef ( index_type  projectIndex) const
virtual

Get the ExperimenterRef property of Project.

Parameters
projectIndexthe Project index.
Returns
the ExperimenterRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectExperimenterRef().

std::string ome::xml::meta::AggregateMetadata::getProjectID ( index_type  projectIndex) const
virtual

Get the ID property of Project.

Parameters
projectIndexthe Project index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectID().

std::string ome::xml::meta::AggregateMetadata::getProjectName ( index_type  projectIndex) const
virtual

Get the Name property of Project.

Parameters
projectIndexthe Project index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getProjectName().

const std::string & ome::xml::meta::AggregateMetadata::getReagentAnnotationRef ( index_type  screenIndex,
index_type  reagentIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Reagent.

Parameters
screenIndexthe Screen index.
reagentIndexthe Reagent index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getReagentAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getReagentAnnotationRefCount ( index_type  screenIndex,
index_type  reagentIndex 
) const
virtual

Get the number of AnnotationRef elements in Reagent.

Parameters
screenIndexthe Screen index.
reagentIndexthe Reagent index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getReagentAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getReagentCount ( index_type  screenIndex) const
virtual

Get the number of Reagent elements.

Parameters
screenIndexthe Screen index.
Returns
the number of Reagent elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getReagentCount().

std::string ome::xml::meta::AggregateMetadata::getReagentDescription ( index_type  screenIndex,
index_type  reagentIndex 
) const
virtual

Get the Description property of Reagent.

Parameters
screenIndexthe Screen index.
reagentIndexthe Reagent index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getReagentDescription().

std::string ome::xml::meta::AggregateMetadata::getReagentID ( index_type  screenIndex,
index_type  reagentIndex 
) const
virtual

Get the ID property of Reagent.

Parameters
screenIndexthe Screen index.
reagentIndexthe Reagent index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getReagentID().

std::string ome::xml::meta::AggregateMetadata::getReagentName ( index_type  screenIndex,
index_type  reagentIndex 
) const
virtual

Get the Name property of Reagent.

Parameters
screenIndexthe Screen index.
reagentIndexthe Reagent index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getReagentName().

std::string ome::xml::meta::AggregateMetadata::getReagentReagentIdentifier ( index_type  screenIndex,
index_type  reagentIndex 
) const
virtual

Get the ReagentIdentifier property of Reagent.

Parameters
screenIndexthe Screen index.
reagentIndexthe Reagent index.
Returns
the ReagentIdentifier property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getReagentReagentIdentifier().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getRectangleFillColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillColor property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleFillColor().

ome::xml::model::enums::FillRule ome::xml::meta::AggregateMetadata::getRectangleFillRule ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FillRule property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FillRule property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleFillRule().

ome::xml::model::enums::FontFamily ome::xml::meta::AggregateMetadata::getRectangleFontFamily ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontFamily property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontFamily property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleFontFamily().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getRectangleFontSize ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontSize property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontSize property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleFontSize().

ome::xml::model::enums::FontStyle ome::xml::meta::AggregateMetadata::getRectangleFontStyle ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the FontStyle property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the FontStyle property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleFontStyle().

double ome::xml::meta::AggregateMetadata::getRectangleHeight ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Height property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Height property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleHeight().

std::string ome::xml::meta::AggregateMetadata::getRectangleID ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the ID property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleID().

ome::xml::model::enums::LineCap ome::xml::meta::AggregateMetadata::getRectangleLineCap ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the LineCap property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the LineCap property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleLineCap().

bool ome::xml::meta::AggregateMetadata::getRectangleLocked ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Locked property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Locked property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleLocked().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getRectangleStrokeColor ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeColor property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeColor property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleStrokeColor().

std::string ome::xml::meta::AggregateMetadata::getRectangleStrokeDashArray ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeDashArray property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeDashArray property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleStrokeDashArray().

double ome::xml::meta::AggregateMetadata::getRectangleStrokeWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the StrokeWidth property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the StrokeWidth property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleStrokeWidth().

std::string ome::xml::meta::AggregateMetadata::getRectangleText ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Text property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Text property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleText().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getRectangleTheC ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheC property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleTheC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getRectangleTheT ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheT property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleTheT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getRectangleTheZ ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the TheZ property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the TheZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleTheZ().

const ::ome::xml::model::AffineTransform & ome::xml::meta::AggregateMetadata::getRectangleTransform ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Transform property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Transform property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleTransform().

bool ome::xml::meta::AggregateMetadata::getRectangleVisible ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Visible property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Visible property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleVisible().

double ome::xml::meta::AggregateMetadata::getRectangleWidth ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Width property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Width property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleWidth().

double ome::xml::meta::AggregateMetadata::getRectangleX ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the X property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the X property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleX().

double ome::xml::meta::AggregateMetadata::getRectangleY ( index_type  ROIIndex,
index_type  shapeIndex 
) const
virtual

Get the Y property of Rectangle.

Parameters
ROIIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Y property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRectangleY().

std::string ome::xml::meta::AggregateMetadata::getRightsRightsHeld ( ) const
virtual

Get the RightsHeld property of Rights.

Returns
the RightsHeld property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRightsRightsHeld().

std::string ome::xml::meta::AggregateMetadata::getRightsRightsHolder ( ) const
virtual

Get the RightsHolder property of Rights.

Returns
the RightsHolder property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getRightsRightsHolder().

const std::string & ome::xml::meta::AggregateMetadata::getROIAnnotationRef ( index_type  ROIIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of ROI.

Parameters
ROIIndexthe ROI index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getROIAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getROIAnnotationRefCount ( index_type  ROIIndex) const
virtual

Get the number of AnnotationRef elements in ROI.

Parameters
ROIIndexthe ROI index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getROIAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getROICount ( ) const
virtual

Get the number of ROI elements.

Returns
the number of ROI elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getROICount().

std::string ome::xml::meta::AggregateMetadata::getROIDescription ( index_type  ROIIndex) const
virtual

Get the Description property of ROI.

Parameters
ROIIndexthe ROI index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getROIDescription().

std::string ome::xml::meta::AggregateMetadata::getROIID ( index_type  ROIIndex) const
virtual

Get the ID property of ROI.

Parameters
ROIIndexthe ROI index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getROIID().

std::string ome::xml::meta::AggregateMetadata::getROIName ( index_type  ROIIndex) const
virtual

Get the Name property of ROI.

Parameters
ROIIndexthe ROI index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getROIName().

std::string ome::xml::meta::AggregateMetadata::getROINamespace ( index_type  ROIIndex) const
virtual

Get the Namespace property of ROI.

Parameters
ROIIndexthe ROI index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getROINamespace().

ome::compat::shared_ptr< MetadataRoot > & ome::xml::meta::AggregateMetadata::getRoot ( )
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?
Note
Unsupported by AggregateMetadata, which will throw an exception if called.
Exceptions
MetadataExceptionalways.

Implements ome::xml::meta::MetadataStore.

const std::string & ome::xml::meta::AggregateMetadata::getScreenAnnotationRef ( index_type  screenIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Screen.

Parameters
screenIndexthe Screen index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getScreenAnnotationRefCount ( index_type  screenIndex) const
virtual

Get the number of AnnotationRef elements in Screen.

Parameters
screenIndexthe Screen index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getScreenCount ( ) const
virtual

Get the number of Screen elements.

Returns
the number of Screen elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenCount().

std::string ome::xml::meta::AggregateMetadata::getScreenDescription ( index_type  screenIndex) const
virtual

Get the Description property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenDescription().

std::string ome::xml::meta::AggregateMetadata::getScreenID ( index_type  screenIndex) const
virtual

Get the ID property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenID().

std::string ome::xml::meta::AggregateMetadata::getScreenName ( index_type  screenIndex) const
virtual

Get the Name property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenName().

const std::string & ome::xml::meta::AggregateMetadata::getScreenPlateRef ( index_type  screenIndex,
index_type  plateRefIndex 
) const
virtual

Get the PlateRef property of Screen.

Parameters
screenIndexthe Screen index.
plateRefIndexPlateRef index (unused).
Returns
the PlateRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenPlateRef().

std::string ome::xml::meta::AggregateMetadata::getScreenProtocolDescription ( index_type  screenIndex) const
virtual

Get the ProtocolDescription property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the ProtocolDescription property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenProtocolDescription().

std::string ome::xml::meta::AggregateMetadata::getScreenProtocolIdentifier ( index_type  screenIndex) const
virtual

Get the ProtocolIdentifier property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the ProtocolIdentifier property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenProtocolIdentifier().

std::string ome::xml::meta::AggregateMetadata::getScreenReagentSetDescription ( index_type  screenIndex) const
virtual

Get the ReagentSetDescription property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the ReagentSetDescription property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenReagentSetDescription().

std::string ome::xml::meta::AggregateMetadata::getScreenReagentSetIdentifier ( index_type  screenIndex) const
virtual

Get the ReagentSetIdentifier property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the ReagentSetIdentifier property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenReagentSetIdentifier().

std::string ome::xml::meta::AggregateMetadata::getScreenType ( index_type  screenIndex) const
virtual

Get the Type property of Screen.

Parameters
screenIndexthe Screen index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getScreenType().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getShapeCount ( index_type  ROIIndex) const
virtual

Get the number of Shape elements.

Parameters
ROIIndexthe ROI index.
Returns
the number of Shape elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getShapeCount().

const std::string & ome::xml::meta::AggregateMetadata::getShapeType ( index_type  roiIndex,
index_type  shapeIndex 
) const
virtual

Get the type of a Shape.

Parameters
roiIndexthe ROI index.
shapeIndexthe Shape index.
Returns
the Shape type.
Todo:
Can this be a const reference?

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getShapeType().

std::string ome::xml::meta::AggregateMetadata::getStageLabelName ( index_type  imageIndex) const
virtual

Get the Name property of StageLabel.

Parameters
imageIndexthe Image index.
Returns
the Name property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getStageLabelName().

double ome::xml::meta::AggregateMetadata::getStageLabelX ( index_type  imageIndex) const
virtual

Get the X property of StageLabel.

Parameters
imageIndexthe Image index.
Returns
the X property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getStageLabelX().

double ome::xml::meta::AggregateMetadata::getStageLabelY ( index_type  imageIndex) const
virtual

Get the Y property of StageLabel.

Parameters
imageIndexthe Image index.
Returns
the Y property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getStageLabelY().

double ome::xml::meta::AggregateMetadata::getStageLabelZ ( index_type  imageIndex) const
virtual

Get the Z property of StageLabel.

Parameters
imageIndexthe Image index.
Returns
the Z property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getStageLabelZ().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getTagAnnotationAnnotationCount ( index_type  tagAnnotationIndex) const
virtual

Get the number of links to a TagAnnotation.

This method returns the number of references to the specified TagAnnotation held by all model objects.

Parameters
tagAnnotationIndexthe TagAnnotation index.
Returns
the number of TagAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getTagAnnotationAnnotationRef ( index_type  tagAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of TagAnnotation.

Parameters
tagAnnotationIndexthe TagAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getTagAnnotationAnnotator ( index_type  tagAnnotationIndex) const
virtual

Get the Annotator property of TagAnnotation.

Parameters
tagAnnotationIndexthe TagAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getTagAnnotationCount ( ) const
virtual

Get the number of TagAnnotation elements.

Returns
the number of TagAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getTagAnnotationDescription ( index_type  tagAnnotationIndex) const
virtual

Get the Description property of TagAnnotation.

Parameters
tagAnnotationIndexthe TagAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getTagAnnotationID ( index_type  tagAnnotationIndex) const
virtual

Get the ID property of TagAnnotation.

Parameters
tagAnnotationIndexthe TagAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getTagAnnotationNamespace ( index_type  tagAnnotationIndex) const
virtual

Get the Namespace property of TagAnnotation.

Parameters
tagAnnotationIndexthe TagAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationNamespace().

std::string ome::xml::meta::AggregateMetadata::getTagAnnotationValue ( index_type  tagAnnotationIndex) const
virtual

Get the Value property of TagAnnotation.

Parameters
tagAnnotationIndexthe TagAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTagAnnotationValue().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getTermAnnotationAnnotationCount ( index_type  termAnnotationIndex) const
virtual

Get the number of links to a TermAnnotation.

This method returns the number of references to the specified TermAnnotation held by all model objects.

Parameters
termAnnotationIndexthe TermAnnotation index.
Returns
the number of TermAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getTermAnnotationAnnotationRef ( index_type  termAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of TermAnnotation.

Parameters
termAnnotationIndexthe TermAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getTermAnnotationAnnotator ( index_type  termAnnotationIndex) const
virtual

Get the Annotator property of TermAnnotation.

Parameters
termAnnotationIndexthe TermAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getTermAnnotationCount ( ) const
virtual

Get the number of TermAnnotation elements.

Returns
the number of TermAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getTermAnnotationDescription ( index_type  termAnnotationIndex) const
virtual

Get the Description property of TermAnnotation.

Parameters
termAnnotationIndexthe TermAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getTermAnnotationID ( index_type  termAnnotationIndex) const
virtual

Get the ID property of TermAnnotation.

Parameters
termAnnotationIndexthe TermAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getTermAnnotationNamespace ( index_type  termAnnotationIndex) const
virtual

Get the Namespace property of TermAnnotation.

Parameters
termAnnotationIndexthe TermAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationNamespace().

std::string ome::xml::meta::AggregateMetadata::getTermAnnotationValue ( index_type  termAnnotationIndex) const
virtual

Get the Value property of TermAnnotation.

Parameters
termAnnotationIndexthe TermAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTermAnnotationValue().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getTiffDataCount ( index_type  imageIndex) const
virtual

Get the number of TiffData elements.

Parameters
imageIndexthe Image index.
Returns
the number of TiffData elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTiffDataCount().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getTiffDataFirstC ( index_type  imageIndex,
index_type  tiffDataIndex 
) const
virtual

Get the FirstC property of TiffData.

Parameters
imageIndexthe Image index.
tiffDataIndexthe TiffData index.
Returns
the FirstC property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTiffDataFirstC().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getTiffDataFirstT ( index_type  imageIndex,
index_type  tiffDataIndex 
) const
virtual

Get the FirstT property of TiffData.

Parameters
imageIndexthe Image index.
tiffDataIndexthe TiffData index.
Returns
the FirstT property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTiffDataFirstT().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getTiffDataFirstZ ( index_type  imageIndex,
index_type  tiffDataIndex 
) const
virtual

Get the FirstZ property of TiffData.

Parameters
imageIndexthe Image index.
tiffDataIndexthe TiffData index.
Returns
the FirstZ property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTiffDataFirstZ().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getTiffDataIFD ( index_type  imageIndex,
index_type  tiffDataIndex 
) const
virtual

Get the IFD property of TiffData.

Parameters
imageIndexthe Image index.
tiffDataIndexthe TiffData index.
Returns
the IFD property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTiffDataIFD().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getTiffDataPlaneCount ( index_type  imageIndex,
index_type  tiffDataIndex 
) const
virtual

Get the PlaneCount property of TiffData.

Parameters
imageIndexthe Image index.
tiffDataIndexthe TiffData index.
Returns
the PlaneCount property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTiffDataPlaneCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getTimestampAnnotationAnnotationCount ( index_type  timestampAnnotationIndex) const
virtual

Get the number of links to a TimestampAnnotation.

This method returns the number of references to the specified TimestampAnnotation held by all model objects.

Parameters
timestampAnnotationIndexthe TimestampAnnotation index.
Returns
the number of TimestampAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getTimestampAnnotationAnnotationRef ( index_type  timestampAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of TimestampAnnotation.

Parameters
timestampAnnotationIndexthe TimestampAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getTimestampAnnotationAnnotator ( index_type  timestampAnnotationIndex) const
virtual

Get the Annotator property of TimestampAnnotation.

Parameters
timestampAnnotationIndexthe TimestampAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getTimestampAnnotationCount ( ) const
virtual

Get the number of TimestampAnnotation elements.

Returns
the number of TimestampAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getTimestampAnnotationDescription ( index_type  timestampAnnotationIndex) const
virtual

Get the Description property of TimestampAnnotation.

Parameters
timestampAnnotationIndexthe TimestampAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getTimestampAnnotationID ( index_type  timestampAnnotationIndex) const
virtual

Get the ID property of TimestampAnnotation.

Parameters
timestampAnnotationIndexthe TimestampAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getTimestampAnnotationNamespace ( index_type  timestampAnnotationIndex) const
virtual

Get the Namespace property of TimestampAnnotation.

Parameters
timestampAnnotationIndexthe TimestampAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationNamespace().

ome::xml::model::primitives::Timestamp ome::xml::meta::AggregateMetadata::getTimestampAnnotationValue ( index_type  timestampAnnotationIndex) const
virtual

Get the Value property of TimestampAnnotation.

Parameters
timestampAnnotationIndexthe TimestampAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTimestampAnnotationValue().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutIn ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the CutIn property of TransmittanceRange.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the CutIn property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTransmittanceRangeCutIn().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutInTolerance ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the CutInTolerance property of TransmittanceRange.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the CutInTolerance property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTransmittanceRangeCutInTolerance().

ome::xml::model::primitives::PositiveInteger ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutOut ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the CutOut property of TransmittanceRange.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the CutOut property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTransmittanceRangeCutOut().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getTransmittanceRangeCutOutTolerance ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the CutOutTolerance property of TransmittanceRange.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the CutOutTolerance property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTransmittanceRangeCutOutTolerance().

ome::xml::model::primitives::PercentFraction ome::xml::meta::AggregateMetadata::getTransmittanceRangeTransmittance ( index_type  instrumentIndex,
index_type  filterIndex 
) const
virtual

Get the Transmittance property of TransmittanceRange.

Parameters
instrumentIndexthe Instrument index.
filterIndexthe Filter index.
Returns
the Transmittance property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getTransmittanceRangeTransmittance().

const std::string & ome::xml::meta::AggregateMetadata::getUUID ( ) const
virtual

Get the UUID associated with this collection of metadata.

Returns
the UUID.
Todo:
Can this be a const reference?

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getUUID().

std::string ome::xml::meta::AggregateMetadata::getUUIDFileName ( index_type  imageIndex,
index_type  tiffDataIndex 
) const
virtual

Get the FileName property of UUID.

Parameters
imageIndexthe Image index.
tiffDataIndexthe TiffData index.
Returns
the FileName property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getUUIDFileName().

std::string ome::xml::meta::AggregateMetadata::getUUIDValue ( index_type  imageIndex,
index_type  tiffDataIndex 
) const
virtual

Get the text value of UUID.

Parameters
imageIndexthe Image index.
tiffDataIndexthe TiffData index.
Returns
the text value.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getUUIDValue().

const std::string & ome::xml::meta::AggregateMetadata::getWellAnnotationRef ( index_type  plateIndex,
index_type  wellIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getWellAnnotationRefCount ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the number of AnnotationRef elements in Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellAnnotationRefCount().

ome::xml::model::primitives::Color ome::xml::meta::AggregateMetadata::getWellColor ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the Color property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the Color property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellColor().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getWellColumn ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the Column property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the Column property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellColumn().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getWellCount ( index_type  plateIndex) const
virtual

Get the number of Well elements.

Parameters
plateIndexthe Plate index.
Returns
the number of Well elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellCount().

std::string ome::xml::meta::AggregateMetadata::getWellExternalDescription ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the ExternalDescription property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the ExternalDescription property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellExternalDescription().

std::string ome::xml::meta::AggregateMetadata::getWellExternalIdentifier ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the ExternalIdentifier property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the ExternalIdentifier property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellExternalIdentifier().

std::string ome::xml::meta::AggregateMetadata::getWellID ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the ID property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellID().

const std::string & ome::xml::meta::AggregateMetadata::getWellReagentRef ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the ReagentRef property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the ReagentRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellReagentRef().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getWellRow ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the Row property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the Row property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellRow().

const std::string & ome::xml::meta::AggregateMetadata::getWellSampleAnnotationRef ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleAnnotationRef().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getWellSampleAnnotationRefCount ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
) const
virtual

Get the number of AnnotationRef elements in WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
Returns
the number of AnnotationRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleAnnotationRefCount().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getWellSampleCount ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the number of WellSample elements.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the number of WellSample elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleCount().

std::string ome::xml::meta::AggregateMetadata::getWellSampleID ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
) const
virtual

Get the ID property of WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleID().

const std::string & ome::xml::meta::AggregateMetadata::getWellSampleImageRef ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
) const
virtual

Get the ImageRef property of WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
Returns
the ImageRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleImageRef().

ome::xml::model::primitives::NonNegativeInteger ome::xml::meta::AggregateMetadata::getWellSampleIndex ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
) const
virtual

Get the Index property of WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
Returns
the Index property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleIndex().

double ome::xml::meta::AggregateMetadata::getWellSamplePositionX ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
) const
virtual

Get the PositionX property of WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
Returns
the PositionX property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSamplePositionX().

double ome::xml::meta::AggregateMetadata::getWellSamplePositionY ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
) const
virtual

Get the PositionY property of WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
Returns
the PositionY property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSamplePositionY().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getWellSampleRefCount ( index_type  plateIndex,
index_type  plateAcquisitionIndex 
) const
virtual

Get the number of WellSampleRef elements.

Parameters
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
Returns
the number of WellSampleRef elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleRefCount().

ome::xml::model::primitives::Timestamp ome::xml::meta::AggregateMetadata::getWellSampleTimepoint ( index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
) const
virtual

Get the Timepoint property of WellSample.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
Returns
the Timepoint property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellSampleTimepoint().

std::string ome::xml::meta::AggregateMetadata::getWellType ( index_type  plateIndex,
index_type  wellIndex 
) const
virtual

Get the Type property of Well.

Parameters
plateIndexthe Plate index.
wellIndexthe Well index.
Returns
the Type property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getWellType().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getXMLAnnotationAnnotationCount ( index_type  xmlAnnotationIndex) const
virtual

Get the number of links to an XMLAnnotation.

This method returns the number of references to the specified XMLAnnotation held by all model objects.

Parameters
xmlAnnotationIndexthe XMLAnnotation index.
Returns
the number of XMLAnnotation links.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationAnnotationCount().

const std::string & ome::xml::meta::AggregateMetadata::getXMLAnnotationAnnotationRef ( index_type  XMLAnnotationIndex,
index_type  annotationRefIndex 
) const
virtual

Get the AnnotationRef property of XMLAnnotation.

Parameters
XMLAnnotationIndexthe XMLAnnotation index.
annotationRefIndexAnnotationRef index (unused).
Returns
the AnnotationRef property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationAnnotationRef().

std::string ome::xml::meta::AggregateMetadata::getXMLAnnotationAnnotator ( index_type  XMLAnnotationIndex) const
virtual

Get the Annotator property of XMLAnnotation.

Parameters
XMLAnnotationIndexthe XMLAnnotation index.
Returns
the Annotator property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationAnnotator().

AggregateMetadata::index_type ome::xml::meta::AggregateMetadata::getXMLAnnotationCount ( ) const
virtual

Get the number of XMLAnnotation elements.

Returns
the number of XMLAnnotation elements.

TODO: No handling of -1 as for Java. Callee must throw.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationCount().

std::string ome::xml::meta::AggregateMetadata::getXMLAnnotationDescription ( index_type  XMLAnnotationIndex) const
virtual

Get the Description property of XMLAnnotation.

Parameters
XMLAnnotationIndexthe XMLAnnotation index.
Returns
the Description property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationDescription().

std::string ome::xml::meta::AggregateMetadata::getXMLAnnotationID ( index_type  XMLAnnotationIndex) const
virtual

Get the ID property of XMLAnnotation.

Parameters
XMLAnnotationIndexthe XMLAnnotation index.
Returns
the ID property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationID().

std::string ome::xml::meta::AggregateMetadata::getXMLAnnotationNamespace ( index_type  XMLAnnotationIndex) const
virtual

Get the Namespace property of XMLAnnotation.

Parameters
XMLAnnotationIndexthe XMLAnnotation index.
Returns
the Namespace property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationNamespace().

std::string ome::xml::meta::AggregateMetadata::getXMLAnnotationValue ( index_type  XMLAnnotationIndex) const
virtual

Get the Value property of XMLAnnotation.

Parameters
XMLAnnotationIndexthe XMLAnnotation index.
Returns
the Value property.

Implements ome::xml::meta::MetadataRetrieve.

References delegates, and ome::xml::meta::MetadataRetrieve::getXMLAnnotationValue().

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

Set the ID property of Arc.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setArcID().

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

Set the LotNumber property of Arc.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setArcLotNumber().

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

Set the Manufacturer property of Arc.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setArcManufacturer().

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

Set the Model property of Arc.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setArcModel().

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

Set the Power property of Arc.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setArcPower().

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

Set the SerialNumber property of Arc.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setArcSerialNumber().

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

Set the Type property of Arc.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setArcType().

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

Set the FileName property of BinaryFile.

Parameters
fileNameFileName to set.
fileAnnotationIndexthe FileAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBinaryFileFileName().

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

Set the MIMEType property of BinaryFile.

Parameters
mimeTypeMIMEType to set.
fileAnnotationIndexthe FileAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBinaryFileMIMEType().

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

Set the Size property of BinaryFile.

Parameters
sizeSize to set.
fileAnnotationIndexthe FileAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBinaryFileSize().

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

Set the MetadataFile property of BinaryOnly.

Parameters
metadataFileMetadataFile to set.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBinaryOnlyMetadataFile().

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

Set the UUID property of BinaryOnly.

Parameters
uuidUUID to set.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBinaryOnlyUUID().

void ome::xml::meta::AggregateMetadata::setBooleanAnnotationAnnotationRef ( const std::string &  annotation,
index_type  booleanAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of BooleanAnnotation.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBooleanAnnotationAnnotationRef().

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

Set the Annotator property of BooleanAnnotation.

Parameters
annotatorAnnotator to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBooleanAnnotationAnnotator().

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

Set the Description property of BooleanAnnotation.

Parameters
descriptionDescription to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBooleanAnnotationDescription().

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

Set the ID property of BooleanAnnotation.

Parameters
idID to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBooleanAnnotationID().

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

Set the Namespace property of BooleanAnnotation.

Parameters
namespace_Namespace to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBooleanAnnotationNamespace().

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

Set the Value property of BooleanAnnotation.

Parameters
valueValue to set.
booleanAnnotationIndexthe BooleanAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setBooleanAnnotationValue().

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

Set the AcquisitionMode property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelAcquisitionMode().

void ome::xml::meta::AggregateMetadata::setChannelAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  channelIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelAnnotationRef().

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

Set the Color property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelColor().

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

Set the ContrastMethod property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelContrastMethod().

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

Set the EmissionWavelength property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelEmissionWavelength().

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

Set the ExcitationWavelength property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelExcitationWavelength().

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

Set the FilterSetRef property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelFilterSetRef().

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

Set the Fluor property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelFluor().

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

Set the ID property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelID().

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

Set the IlluminationType property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelIlluminationType().

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

Set the Attenuation property of LightSourceSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelLightSourceSettingsAttenuation().

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

Set the ID property of LightSourceSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelLightSourceSettingsID().

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

Set the Wavelength property of LightSourceSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelLightSourceSettingsWavelength().

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

Set the Name property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelName().

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

Set the NDFilter property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelNDFilter().

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

Set the PinholeSize property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelPinholeSize().

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

Set the PockelCellSetting property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelPockelCellSetting().

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

Set the SamplesPerPixel property of Channel.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setChannelSamplesPerPixel().

void ome::xml::meta::AggregateMetadata::setCommentAnnotationAnnotationRef ( const std::string &  annotation,
index_type  commentAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of CommentAnnotation.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setCommentAnnotationAnnotationRef().

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

Set the Annotator property of CommentAnnotation.

Parameters
annotatorAnnotator to set.
commentAnnotationIndexthe CommentAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setCommentAnnotationAnnotator().

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

Set the Description property of CommentAnnotation.

Parameters
descriptionDescription to set.
commentAnnotationIndexthe CommentAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setCommentAnnotationDescription().

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

Set the ID property of CommentAnnotation.

Parameters
idID to set.
commentAnnotationIndexthe CommentAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setCommentAnnotationID().

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

Set the Namespace property of CommentAnnotation.

Parameters
namespace_Namespace to set.
commentAnnotationIndexthe CommentAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setCommentAnnotationNamespace().

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

Set the Value property of CommentAnnotation.

Parameters
valueValue to set.
commentAnnotationIndexthe CommentAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setCommentAnnotationValue().

void ome::xml::meta::AggregateMetadata::setDatasetAnnotationRef ( const std::string &  annotation,
index_type  datasetIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Dataset.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDatasetAnnotationRef().

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

Set the Description property of Dataset.

Parameters
descriptionDescription to set.
datasetIndexthe Dataset index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDatasetDescription().

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

Set the ExperimenterGroupRef property of Dataset.

Parameters
experimenterGroupExperimenterGroupRef to set.
datasetIndexthe Dataset index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDatasetExperimenterGroupRef().

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

Set the ExperimenterRef property of Dataset.

Parameters
experimenterExperimenterRef to set.
datasetIndexthe Dataset index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDatasetExperimenterRef().

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

Set the ID property of Dataset.

Parameters
idID to set.
datasetIndexthe Dataset index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDatasetID().

void ome::xml::meta::AggregateMetadata::setDatasetImageRef ( const std::string &  image,
index_type  datasetIndex,
index_type  imageRefIndex 
)
virtual

Set the ImageRef property of Dataset.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDatasetImageRef().

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

Set the Name property of Dataset.

Parameters
nameName to set.
datasetIndexthe Dataset index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDatasetName().

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

Set the AmplificationGain property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorAmplificationGain().

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

Set the Gain property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorGain().

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

Set the ID property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorID().

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

Set the LotNumber property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorLotNumber().

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

Set the Manufacturer property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorManufacturer().

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

Set the Model property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorModel().

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

Set the Offset property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorOffset().

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

Set the SerialNumber property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSerialNumber().

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

Set the Binning property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsBinning().

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

Set the Gain property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsGain().

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

Set the ID property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsID().

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

Set the Integration property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsIntegration().

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

Set the Offset property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsOffset().

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

Set the ReadOutRate property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsReadOutRate().

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

Set the Voltage property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsVoltage().

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

Set the Zoom property of DetectorSettings.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorSettingsZoom().

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

Set the Type property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorType().

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

Set the Voltage property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorVoltage().

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

Set the Zoom property of Detector.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDetectorZoom().

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

Set the ID property of Dichroic.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDichroicID().

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

Set the LotNumber property of Dichroic.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDichroicLotNumber().

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

Set the Manufacturer property of Dichroic.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDichroicManufacturer().

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

Set the Model property of Dichroic.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDichroicModel().

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

Set the SerialNumber property of Dichroic.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDichroicSerialNumber().

void ome::xml::meta::AggregateMetadata::setDoubleAnnotationAnnotationRef ( const std::string &  annotation,
index_type  doubleAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of DoubleAnnotation.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDoubleAnnotationAnnotationRef().

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

Set the Annotator property of DoubleAnnotation.

Parameters
annotatorAnnotator to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDoubleAnnotationAnnotator().

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

Set the Description property of DoubleAnnotation.

Parameters
descriptionDescription to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDoubleAnnotationDescription().

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

Set the ID property of DoubleAnnotation.

Parameters
idID to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDoubleAnnotationID().

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

Set the Namespace property of DoubleAnnotation.

Parameters
namespace_Namespace to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDoubleAnnotationNamespace().

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

Set the Value property of DoubleAnnotation.

Parameters
valueValue to set.
doubleAnnotationIndexthe DoubleAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setDoubleAnnotationValue().

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

Set the FillColor property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseFillColor().

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

Set the FillRule property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseFillRule().

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

Set the FontFamily property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseFontFamily().

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

Set the FontSize property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseFontSize().

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

Set the FontStyle property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseFontStyle().

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

Set the ID property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseID().

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

Set the LineCap property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseLineCap().

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

Set the Locked property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseLocked().

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

Set the RadiusX property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseRadiusX().

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

Set the RadiusY property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseRadiusY().

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

Set the StrokeColor property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseStrokeColor().

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

Set the StrokeDashArray property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseStrokeDashArray().

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

Set the StrokeWidth property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseStrokeWidth().

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

Set the Text property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseText().

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

Set the TheC property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseTheC().

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

Set the TheT property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseTheT().

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

Set the TheZ property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseTheZ().

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

Set the Transform property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseTransform().

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

Set the Visible property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseVisible().

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

Set the X property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseX().

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

Set the Y property of Ellipse.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setEllipseY().

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

Set the Description property of Experiment.

Parameters
descriptionDescription to set.
experimentIndexthe Experiment index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimentDescription().

void ome::xml::meta::AggregateMetadata::setExperimenterAnnotationRef ( const std::string &  annotation,
index_type  experimenterIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Experimenter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterAnnotationRef().

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

Set the Email property of Experimenter.

Parameters
emailEmail to set.
experimenterIndexthe Experimenter index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterEmail().

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

Set the FirstName property of Experimenter.

Parameters
firstNameFirstName to set.
experimenterIndexthe Experimenter index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterFirstName().

void ome::xml::meta::AggregateMetadata::setExperimenterGroupAnnotationRef ( const std::string &  annotation,
index_type  experimenterGroupIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of ExperimenterGroup.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterGroupAnnotationRef().

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

Set the Description property of ExperimenterGroup.

Parameters
descriptionDescription to set.
experimenterGroupIndexthe ExperimenterGroup index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterGroupDescription().

void ome::xml::meta::AggregateMetadata::setExperimenterGroupExperimenterRef ( const std::string &  experimenter,
index_type  experimenterGroupIndex,
index_type  experimenterRefIndex 
)
virtual

Set the ExperimenterRef property of ExperimenterGroup.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterGroupExperimenterRef().

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

Set the ID property of ExperimenterGroup.

Parameters
idID to set.
experimenterGroupIndexthe ExperimenterGroup index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterGroupID().

void ome::xml::meta::AggregateMetadata::setExperimenterGroupLeader ( const std::string &  leader,
index_type  experimenterGroupIndex,
index_type  leaderIndex 
)
virtual

Set the Leader property of ExperimenterGroup.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterGroupLeader().

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

Set the Name property of ExperimenterGroup.

Parameters
nameName to set.
experimenterGroupIndexthe ExperimenterGroup index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterGroupName().

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

Set the ID property of Experimenter.

Parameters
idID to set.
experimenterIndexthe Experimenter index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterID().

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

Set the Institution property of Experimenter.

Parameters
institutionInstitution to set.
experimenterIndexthe Experimenter index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterInstitution().

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

Set the LastName property of Experimenter.

Parameters
lastNameLastName to set.
experimenterIndexthe Experimenter index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterLastName().

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

Set the MiddleName property of Experimenter.

Parameters
middleNameMiddleName to set.
experimenterIndexthe Experimenter index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterMiddleName().

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

Set the UserName property of Experimenter.

Parameters
userNameUserName to set.
experimenterIndexthe Experimenter index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimenterUserName().

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

Set the ExperimenterRef property of Experiment.

Parameters
experimenterExperimenterRef to set.
experimentIndexthe Experiment index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimentExperimenterRef().

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

Set the ID property of Experiment.

Parameters
idID to set.
experimentIndexthe Experiment index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimentID().

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

Set the Type property of Experiment.

Parameters
typeType to set.
experimentIndexthe Experiment index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setExperimentType().

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

Set the ID property of Filament.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilamentID().

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

Set the LotNumber property of Filament.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilamentLotNumber().

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

Set the Manufacturer property of Filament.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilamentManufacturer().

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

Set the Model property of Filament.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilamentModel().

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

Set the Power property of Filament.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilamentPower().

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

Set the SerialNumber property of Filament.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilamentSerialNumber().

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

Set the Type property of Filament.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilamentType().

void ome::xml::meta::AggregateMetadata::setFileAnnotationAnnotationRef ( const std::string &  annotation,
index_type  fileAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of FileAnnotation.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFileAnnotationAnnotationRef().

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

Set the Annotator property of FileAnnotation.

Parameters
annotatorAnnotator to set.
fileAnnotationIndexthe FileAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFileAnnotationAnnotator().

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

Set the Description property of FileAnnotation.

Parameters
descriptionDescription to set.
fileAnnotationIndexthe FileAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFileAnnotationDescription().

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

Set the ID property of FileAnnotation.

Parameters
idID to set.
fileAnnotationIndexthe FileAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFileAnnotationID().

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

Set the Namespace property of FileAnnotation.

Parameters
namespace_Namespace to set.
fileAnnotationIndexthe FileAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFileAnnotationNamespace().

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

Set the FilterWheel property of Filter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterFilterWheel().

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

Set the ID property of Filter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterID().

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

Set the LotNumber property of Filter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterLotNumber().

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

Set the Manufacturer property of Filter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterManufacturer().

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

Set the Model property of Filter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterModel().

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

Set the SerialNumber property of Filter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSerialNumber().

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

Set the DichroicRef property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetDichroicRef().

void ome::xml::meta::AggregateMetadata::setFilterSetEmissionFilterRef ( const std::string &  emissionFilter,
index_type  instrumentIndex,
index_type  filterSetIndex,
index_type  emissionFilterRefIndex 
)
virtual

Set the EmissionFilterRef property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetEmissionFilterRef().

void ome::xml::meta::AggregateMetadata::setFilterSetExcitationFilterRef ( const std::string &  excitationFilter,
index_type  instrumentIndex,
index_type  filterSetIndex,
index_type  excitationFilterRefIndex 
)
virtual

Set the ExcitationFilterRef property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetExcitationFilterRef().

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

Set the ID property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetID().

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

Set the LotNumber property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetLotNumber().

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

Set the Manufacturer property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetManufacturer().

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

Set the Model property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetModel().

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

Set the SerialNumber property of FilterSet.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterSetSerialNumber().

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

Set the Type property of Filter.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setFilterType().

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

Set the AcquisitionDate property of Image.

Parameters
acquisitionDateAcquisitionDate to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageAcquisitionDate().

void ome::xml::meta::AggregateMetadata::setImageAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Image.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageAnnotationRef().

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

Set the Description property of Image.

Parameters
descriptionDescription to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageDescription().

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

Set the ExperimenterGroupRef property of Image.

Parameters
experimenterGroupExperimenterGroupRef to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageExperimenterGroupRef().

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

Set the ExperimenterRef property of Image.

Parameters
experimenterExperimenterRef to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageExperimenterRef().

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

Set the ExperimentRef property of Image.

Parameters
experimentExperimentRef to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageExperimentRef().

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

Set the ID property of Image.

Parameters
idID to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageID().

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

Set the InstrumentRef property of Image.

Parameters
instrumentInstrumentRef to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageInstrumentRef().

void ome::xml::meta::AggregateMetadata::setImageMicrobeamManipulationRef ( const std::string &  microbeamManipulation,
index_type  imageIndex,
index_type  microbeamManipulationRefIndex 
)
virtual

Set the MicrobeamManipulationRef property of Image.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageMicrobeamManipulationRef().

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

Set the Name property of Image.

Parameters
nameName to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageName().

void ome::xml::meta::AggregateMetadata::setImageROIRef ( const std::string &  roi,
index_type  imageIndex,
index_type  ROIRefIndex 
)
virtual

Set the ROIRef property of Image.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImageROIRef().

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

Set the AirPressure property of ImagingEnvironment.

Parameters
airPressureAirPressure to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImagingEnvironmentAirPressure().

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

Set the CO2Percent property of ImagingEnvironment.

Parameters
co2PercentCO2Percent to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImagingEnvironmentCO2Percent().

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

Set the Humidity property of ImagingEnvironment.

Parameters
humidityHumidity to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImagingEnvironmentHumidity().

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

Set the Temperature property of ImagingEnvironment.

Parameters
temperatureTemperature to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setImagingEnvironmentTemperature().

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

Set the ID property of Instrument.

Parameters
idID to set.
instrumentIndexthe Instrument index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setInstrumentID().

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

Set the FillColor property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelFillColor().

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

Set the FillRule property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelFillRule().

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

Set the FontFamily property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelFontFamily().

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

Set the FontSize property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelFontSize().

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

Set the FontStyle property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelFontStyle().

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

Set the ID property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelID().

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

Set the LineCap property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelLineCap().

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

Set the Locked property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelLocked().

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

Set the StrokeColor property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelStrokeColor().

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

Set the StrokeDashArray property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelStrokeDashArray().

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

Set the StrokeWidth property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelStrokeWidth().

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

Set the Text property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelText().

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

Set the TheC property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelTheC().

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

Set the TheT property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelTheT().

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

Set the TheZ property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelTheZ().

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

Set the Transform property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelTransform().

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

Set the Visible property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelVisible().

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

Set the X property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelX().

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

Set the Y property of Label.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLabelY().

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

Set the FrequencyMultiplication property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserFrequencyMultiplication().

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

Set the ID property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserID().

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

Set the LaserMedium property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserLaserMedium().

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

Set the LotNumber property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserLotNumber().

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

Set the Manufacturer property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserManufacturer().

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

Set the Model property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserModel().

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

Set the PockelCell property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserPockelCell().

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

Set the Power property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserPower().

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

Set the Pulse property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserPulse().

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

Set the Pump property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserPump().

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

Set the RepetitionRate property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserRepetitionRate().

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

Set the SerialNumber property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserSerialNumber().

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

Set the Tuneable property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserTuneable().

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

Set the Type property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserType().

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

Set the Wavelength property of Laser.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLaserWavelength().

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

Set the ID property of LightEmittingDiode.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightEmittingDiodeID().

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

Set the LotNumber property of LightEmittingDiode.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightEmittingDiodeLotNumber().

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

Set the Manufacturer property of LightEmittingDiode.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightEmittingDiodeManufacturer().

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

Set the Model property of LightEmittingDiode.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightEmittingDiodeModel().

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

Set the Power property of LightEmittingDiode.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightEmittingDiodePower().

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

Set the SerialNumber property of LightEmittingDiode.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightEmittingDiodeSerialNumber().

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

Set the DichroicRef property of LightPath.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightPathDichroicRef().

void ome::xml::meta::AggregateMetadata::setLightPathEmissionFilterRef ( const std::string &  emissionFilter,
index_type  imageIndex,
index_type  channelIndex,
index_type  emissionFilterRefIndex 
)
virtual

Set the EmissionFilterRef property of LightPath.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightPathEmissionFilterRef().

void ome::xml::meta::AggregateMetadata::setLightPathExcitationFilterRef ( const std::string &  excitationFilter,
index_type  imageIndex,
index_type  channelIndex,
index_type  excitationFilterRefIndex 
)
virtual

Set the ExcitationFilterRef property of LightPath.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLightPathExcitationFilterRef().

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

Set the FillColor property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineFillColor().

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

Set the FillRule property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineFillRule().

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

Set the FontFamily property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineFontFamily().

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

Set the FontSize property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineFontSize().

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

Set the FontStyle property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineFontStyle().

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

Set the ID property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineID().

void ome::xml::meta::AggregateMetadata::setLineLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the LineCap property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineLineCap().

void ome::xml::meta::AggregateMetadata::setLineLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Locked property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineLocked().

void ome::xml::meta::AggregateMetadata::setLineMarkerEnd ( ome::xml::model::enums::Marker  markerEnd,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the MarkerEnd property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineMarkerEnd().

void ome::xml::meta::AggregateMetadata::setLineMarkerStart ( ome::xml::model::enums::Marker  markerStart,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the MarkerStart property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineMarkerStart().

void ome::xml::meta::AggregateMetadata::setLineStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeColor property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineStrokeColor().

void ome::xml::meta::AggregateMetadata::setLineStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeDashArray property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineStrokeDashArray().

void ome::xml::meta::AggregateMetadata::setLineStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeWidth property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineStrokeWidth().

void ome::xml::meta::AggregateMetadata::setLineText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Text property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineText().

void ome::xml::meta::AggregateMetadata::setLineTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheC property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineTheC().

void ome::xml::meta::AggregateMetadata::setLineTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheT property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineTheT().

void ome::xml::meta::AggregateMetadata::setLineTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheZ property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineTheZ().

void ome::xml::meta::AggregateMetadata::setLineTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Transform property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineTransform().

void ome::xml::meta::AggregateMetadata::setLineVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Visible property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineVisible().

void ome::xml::meta::AggregateMetadata::setLineX1 ( double  x1,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the X1 property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineX1().

void ome::xml::meta::AggregateMetadata::setLineX2 ( double  x2,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the X2 property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineX2().

void ome::xml::meta::AggregateMetadata::setLineY1 ( double  y1,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Y1 property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineY1().

void ome::xml::meta::AggregateMetadata::setLineY2 ( double  y2,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Y2 property of Line.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLineY2().

void ome::xml::meta::AggregateMetadata::setListAnnotationAnnotationRef ( const std::string &  annotation,
index_type  listAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of ListAnnotation.

Parameters
annotationAnnotationRef to set.
listAnnotationIndexthe ListAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setListAnnotationAnnotationRef().

void ome::xml::meta::AggregateMetadata::setListAnnotationAnnotator ( std::string  annotator,
index_type  listAnnotationIndex 
)
virtual

Set the Annotator property of ListAnnotation.

Parameters
annotatorAnnotator to set.
listAnnotationIndexthe ListAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setListAnnotationAnnotator().

void ome::xml::meta::AggregateMetadata::setListAnnotationDescription ( std::string  description,
index_type  listAnnotationIndex 
)
virtual

Set the Description property of ListAnnotation.

Parameters
descriptionDescription to set.
listAnnotationIndexthe ListAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setListAnnotationDescription().

void ome::xml::meta::AggregateMetadata::setListAnnotationID ( std::string  id,
index_type  listAnnotationIndex 
)
virtual

Set the ID property of ListAnnotation.

Parameters
idID to set.
listAnnotationIndexthe ListAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setListAnnotationID().

void ome::xml::meta::AggregateMetadata::setListAnnotationNamespace ( std::string  namespace_,
index_type  listAnnotationIndex 
)
virtual

Set the Namespace property of ListAnnotation.

Parameters
namespace_Namespace to set.
listAnnotationIndexthe ListAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setListAnnotationNamespace().

void ome::xml::meta::AggregateMetadata::setLongAnnotationAnnotationRef ( const std::string &  annotation,
index_type  longAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of LongAnnotation.

Parameters
annotationAnnotationRef to set.
longAnnotationIndexthe LongAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLongAnnotationAnnotationRef().

void ome::xml::meta::AggregateMetadata::setLongAnnotationAnnotator ( std::string  annotator,
index_type  longAnnotationIndex 
)
virtual

Set the Annotator property of LongAnnotation.

Parameters
annotatorAnnotator to set.
longAnnotationIndexthe LongAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLongAnnotationAnnotator().

void ome::xml::meta::AggregateMetadata::setLongAnnotationDescription ( std::string  description,
index_type  longAnnotationIndex 
)
virtual

Set the Description property of LongAnnotation.

Parameters
descriptionDescription to set.
longAnnotationIndexthe LongAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLongAnnotationDescription().

void ome::xml::meta::AggregateMetadata::setLongAnnotationID ( std::string  id,
index_type  longAnnotationIndex 
)
virtual

Set the ID property of LongAnnotation.

Parameters
idID to set.
longAnnotationIndexthe LongAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLongAnnotationID().

void ome::xml::meta::AggregateMetadata::setLongAnnotationNamespace ( std::string  namespace_,
index_type  longAnnotationIndex 
)
virtual

Set the Namespace property of LongAnnotation.

Parameters
namespace_Namespace to set.
longAnnotationIndexthe LongAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLongAnnotationNamespace().

void ome::xml::meta::AggregateMetadata::setLongAnnotationValue ( int64_t  value,
index_type  longAnnotationIndex 
)
virtual

Set the Value property of LongAnnotation.

Parameters
valueValue to set.
longAnnotationIndexthe LongAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setLongAnnotationValue().

void ome::xml::meta::AggregateMetadata::setMaskFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillColor property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskFillColor().

void ome::xml::meta::AggregateMetadata::setMaskFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillRule property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskFillRule().

void ome::xml::meta::AggregateMetadata::setMaskFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontFamily property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskFontFamily().

void ome::xml::meta::AggregateMetadata::setMaskFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontSize property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskFontSize().

void ome::xml::meta::AggregateMetadata::setMaskFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontStyle property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskFontStyle().

void ome::xml::meta::AggregateMetadata::setMaskHeight ( double  height,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Height property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskHeight().

void ome::xml::meta::AggregateMetadata::setMaskID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the ID property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskID().

void ome::xml::meta::AggregateMetadata::setMaskLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the LineCap property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskLineCap().

void ome::xml::meta::AggregateMetadata::setMaskLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Locked property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskLocked().

void ome::xml::meta::AggregateMetadata::setMaskStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeColor property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskStrokeColor().

void ome::xml::meta::AggregateMetadata::setMaskStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeDashArray property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskStrokeDashArray().

void ome::xml::meta::AggregateMetadata::setMaskStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeWidth property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskStrokeWidth().

void ome::xml::meta::AggregateMetadata::setMaskText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Text property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskText().

void ome::xml::meta::AggregateMetadata::setMaskTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheC property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskTheC().

void ome::xml::meta::AggregateMetadata::setMaskTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheT property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskTheT().

void ome::xml::meta::AggregateMetadata::setMaskTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheZ property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskTheZ().

void ome::xml::meta::AggregateMetadata::setMaskTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Transform property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskTransform().

void ome::xml::meta::AggregateMetadata::setMaskVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Visible property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskVisible().

void ome::xml::meta::AggregateMetadata::setMaskWidth ( double  width,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Width property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskWidth().

void ome::xml::meta::AggregateMetadata::setMaskX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the X property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskX().

void ome::xml::meta::AggregateMetadata::setMaskY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Y property of Mask.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMaskY().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationDescription ( std::string  description,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
virtual

Set the Description property of MicrobeamManipulation.

Parameters
descriptionDescription to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationDescription().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationExperimenterRef ( const std::string &  experimenter,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
virtual

Set the ExperimenterRef property of MicrobeamManipulation.

Parameters
experimenterExperimenterRef to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationExperimenterRef().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationID ( std::string  id,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
virtual

Set the ID property of MicrobeamManipulation.

Parameters
idID to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationID().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationLightSourceSettingsAttenuation ( ome::xml::model::primitives::PercentFraction  attenuation,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
)
virtual

Set the Attenuation property of LightSourceSettings.

Parameters
attenuationAttenuation to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationLightSourceSettingsAttenuation().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationLightSourceSettingsID ( std::string  id,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
)
virtual

Set the ID property of LightSourceSettings.

Parameters
idID to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationLightSourceSettingsID().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationLightSourceSettingsWavelength ( ome::xml::model::primitives::PositiveInteger  wavelength,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  lightSourceSettingsIndex 
)
virtual

Set the Wavelength property of LightSourceSettings.

Parameters
wavelengthWavelength to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
lightSourceSettingsIndexthe LightSourceSettings index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationLightSourceSettingsWavelength().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationROIRef ( const std::string &  roi,
index_type  experimentIndex,
index_type  microbeamManipulationIndex,
index_type  ROIRefIndex 
)
virtual

Set the ROIRef property of MicrobeamManipulation.

Parameters
roiROIRef to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.
ROIRefIndexROIRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationROIRef().

void ome::xml::meta::AggregateMetadata::setMicrobeamManipulationType ( ome::xml::model::enums::MicrobeamManipulationType  type,
index_type  experimentIndex,
index_type  microbeamManipulationIndex 
)
virtual

Set the Type property of MicrobeamManipulation.

Parameters
typeType to set.
experimentIndexthe Experiment index.
microbeamManipulationIndexthe MicrobeamManipulation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicrobeamManipulationType().

void ome::xml::meta::AggregateMetadata::setMicroscopeLotNumber ( std::string  lotNumber,
index_type  instrumentIndex 
)
virtual

Set the LotNumber property of Microscope.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicroscopeLotNumber().

void ome::xml::meta::AggregateMetadata::setMicroscopeManufacturer ( std::string  manufacturer,
index_type  instrumentIndex 
)
virtual

Set the Manufacturer property of Microscope.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicroscopeManufacturer().

void ome::xml::meta::AggregateMetadata::setMicroscopeModel ( std::string  model,
index_type  instrumentIndex 
)
virtual

Set the Model property of Microscope.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicroscopeModel().

void ome::xml::meta::AggregateMetadata::setMicroscopeSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex 
)
virtual

Set the SerialNumber property of Microscope.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicroscopeSerialNumber().

void ome::xml::meta::AggregateMetadata::setMicroscopeType ( ome::xml::model::enums::MicroscopeType  type,
index_type  instrumentIndex 
)
virtual

Set the Type property of Microscope.

Parameters
typeType to set.
instrumentIndexthe Instrument index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setMicroscopeType().

void ome::xml::meta::AggregateMetadata::setObjectiveCalibratedMagnification ( double  calibratedMagnification,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the CalibratedMagnification property of Objective.

Parameters
calibratedMagnificationCalibratedMagnification to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveCalibratedMagnification().

void ome::xml::meta::AggregateMetadata::setObjectiveCorrection ( ome::xml::model::enums::Correction  correction,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the Correction property of Objective.

Parameters
correctionCorrection to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveCorrection().

void ome::xml::meta::AggregateMetadata::setObjectiveID ( std::string  id,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the ID property of Objective.

Parameters
idID to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveID().

void ome::xml::meta::AggregateMetadata::setObjectiveImmersion ( ome::xml::model::enums::Immersion  immersion,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the Immersion property of Objective.

Parameters
immersionImmersion to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveImmersion().

void ome::xml::meta::AggregateMetadata::setObjectiveIris ( bool  iris,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the Iris property of Objective.

Parameters
irisIris to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveIris().

void ome::xml::meta::AggregateMetadata::setObjectiveLensNA ( double  lensNA,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the LensNA property of Objective.

Parameters
lensNALensNA to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveLensNA().

void ome::xml::meta::AggregateMetadata::setObjectiveLotNumber ( std::string  lotNumber,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the LotNumber property of Objective.

Parameters
lotNumberLotNumber to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveLotNumber().

void ome::xml::meta::AggregateMetadata::setObjectiveManufacturer ( std::string  manufacturer,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the Manufacturer property of Objective.

Parameters
manufacturerManufacturer to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveManufacturer().

void ome::xml::meta::AggregateMetadata::setObjectiveModel ( std::string  model,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the Model property of Objective.

Parameters
modelModel to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveModel().

void ome::xml::meta::AggregateMetadata::setObjectiveNominalMagnification ( double  nominalMagnification,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the NominalMagnification property of Objective.

Parameters
nominalMagnificationNominalMagnification to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveNominalMagnification().

void ome::xml::meta::AggregateMetadata::setObjectiveSerialNumber ( std::string  serialNumber,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the SerialNumber property of Objective.

Parameters
serialNumberSerialNumber to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveSerialNumber().

void ome::xml::meta::AggregateMetadata::setObjectiveSettingsCorrectionCollar ( double  correctionCollar,
index_type  imageIndex 
)
virtual

Set the CorrectionCollar property of ObjectiveSettings.

Parameters
correctionCollarCorrectionCollar to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveSettingsCorrectionCollar().

void ome::xml::meta::AggregateMetadata::setObjectiveSettingsID ( std::string  id,
index_type  imageIndex 
)
virtual

Set the ID property of ObjectiveSettings.

Parameters
idID to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveSettingsID().

void ome::xml::meta::AggregateMetadata::setObjectiveSettingsMedium ( ome::xml::model::enums::Medium  medium,
index_type  imageIndex 
)
virtual

Set the Medium property of ObjectiveSettings.

Parameters
mediumMedium to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveSettingsMedium().

void ome::xml::meta::AggregateMetadata::setObjectiveSettingsRefractiveIndex ( double  refractiveIndex,
index_type  imageIndex 
)
virtual

Set the RefractiveIndex property of ObjectiveSettings.

Parameters
refractiveIndexRefractiveIndex to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveSettingsRefractiveIndex().

void ome::xml::meta::AggregateMetadata::setObjectiveWorkingDistance ( double  workingDistance,
index_type  instrumentIndex,
index_type  objectiveIndex 
)
virtual

Set the WorkingDistance property of Objective.

Parameters
workingDistanceWorkingDistance to set.
instrumentIndexthe Instrument index.
objectiveIndexthe Objective index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setObjectiveWorkingDistance().

void ome::xml::meta::AggregateMetadata::setPixelsAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Pixels.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsAnnotationRef().

void ome::xml::meta::AggregateMetadata::setPixelsBigEndian ( bool  bigEndian,
index_type  imageIndex 
)
virtual

Set the BigEndian property of Pixels.

Parameters
bigEndianBigEndian to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsBigEndian().

void ome::xml::meta::AggregateMetadata::setPixelsBinDataBigEndian ( bool  bigEndian,
index_type  imageIndex,
index_type  binDataIndex 
)
virtual

Set the BigEndian property of Pixels.

Parameters
bigEndiantrue if big endian, or false if little endian.
imageIndexthe Image index.
binDataIndexBinData index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsBinDataBigEndian().

void ome::xml::meta::AggregateMetadata::setPixelsDimensionOrder ( ome::xml::model::enums::DimensionOrder  dimensionOrder,
index_type  imageIndex 
)
virtual

Set the DimensionOrder property of Pixels.

Parameters
dimensionOrderDimensionOrder to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsDimensionOrder().

void ome::xml::meta::AggregateMetadata::setPixelsID ( std::string  id,
index_type  imageIndex 
)
virtual

Set the ID property of Pixels.

Parameters
idID to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsID().

void ome::xml::meta::AggregateMetadata::setPixelsInterleaved ( bool  interleaved,
index_type  imageIndex 
)
virtual

Set the Interleaved property of Pixels.

Parameters
interleavedInterleaved to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsInterleaved().

void ome::xml::meta::AggregateMetadata::setPixelsPhysicalSizeX ( ome::xml::model::primitives::PositiveFloat  physicalSizeX,
index_type  imageIndex 
)
virtual

Set the PhysicalSizeX property of Pixels.

Parameters
physicalSizeXPhysicalSizeX to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsPhysicalSizeX().

void ome::xml::meta::AggregateMetadata::setPixelsPhysicalSizeY ( ome::xml::model::primitives::PositiveFloat  physicalSizeY,
index_type  imageIndex 
)
virtual

Set the PhysicalSizeY property of Pixels.

Parameters
physicalSizeYPhysicalSizeY to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsPhysicalSizeY().

void ome::xml::meta::AggregateMetadata::setPixelsPhysicalSizeZ ( ome::xml::model::primitives::PositiveFloat  physicalSizeZ,
index_type  imageIndex 
)
virtual

Set the PhysicalSizeZ property of Pixels.

Parameters
physicalSizeZPhysicalSizeZ to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsPhysicalSizeZ().

void ome::xml::meta::AggregateMetadata::setPixelsSignificantBits ( ome::xml::model::primitives::PositiveInteger  significantBits,
index_type  imageIndex 
)
virtual

Set the SignificantBits property of Pixels.

Parameters
significantBitsSignificantBits to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsSignificantBits().

void ome::xml::meta::AggregateMetadata::setPixelsSizeC ( ome::xml::model::primitives::PositiveInteger  sizeC,
index_type  imageIndex 
)
virtual

Set the SizeC property of Pixels.

Parameters
sizeCSizeC to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsSizeC().

void ome::xml::meta::AggregateMetadata::setPixelsSizeT ( ome::xml::model::primitives::PositiveInteger  sizeT,
index_type  imageIndex 
)
virtual

Set the SizeT property of Pixels.

Parameters
sizeTSizeT to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsSizeT().

void ome::xml::meta::AggregateMetadata::setPixelsSizeX ( ome::xml::model::primitives::PositiveInteger  sizeX,
index_type  imageIndex 
)
virtual

Set the SizeX property of Pixels.

Parameters
sizeXSizeX to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsSizeX().

void ome::xml::meta::AggregateMetadata::setPixelsSizeY ( ome::xml::model::primitives::PositiveInteger  sizeY,
index_type  imageIndex 
)
virtual

Set the SizeY property of Pixels.

Parameters
sizeYSizeY to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsSizeY().

void ome::xml::meta::AggregateMetadata::setPixelsSizeZ ( ome::xml::model::primitives::PositiveInteger  sizeZ,
index_type  imageIndex 
)
virtual

Set the SizeZ property of Pixels.

Parameters
sizeZSizeZ to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsSizeZ().

void ome::xml::meta::AggregateMetadata::setPixelsTimeIncrement ( double  timeIncrement,
index_type  imageIndex 
)
virtual

Set the TimeIncrement property of Pixels.

Parameters
timeIncrementTimeIncrement to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsTimeIncrement().

void ome::xml::meta::AggregateMetadata::setPixelsType ( ome::xml::model::enums::PixelType  type,
index_type  imageIndex 
)
virtual

Set the Type property of Pixels.

Parameters
typeType to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPixelsType().

void ome::xml::meta::AggregateMetadata::setPlaneAnnotationRef ( const std::string &  annotation,
index_type  imageIndex,
index_type  planeIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Plane.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlaneAnnotationRef().

void ome::xml::meta::AggregateMetadata::setPlaneDeltaT ( double  deltaT,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the DeltaT property of Plane.

Parameters
deltaTDeltaT to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlaneDeltaT().

void ome::xml::meta::AggregateMetadata::setPlaneExposureTime ( double  exposureTime,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the ExposureTime property of Plane.

Parameters
exposureTimeExposureTime to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlaneExposureTime().

void ome::xml::meta::AggregateMetadata::setPlaneHashSHA1 ( std::string  hashSHA1,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the HashSHA1 property of Plane.

Parameters
hashSHA1HashSHA1 to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlaneHashSHA1().

void ome::xml::meta::AggregateMetadata::setPlanePositionX ( double  positionX,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the PositionX property of Plane.

Parameters
positionXPositionX to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlanePositionX().

void ome::xml::meta::AggregateMetadata::setPlanePositionY ( double  positionY,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the PositionY property of Plane.

Parameters
positionYPositionY to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlanePositionY().

void ome::xml::meta::AggregateMetadata::setPlanePositionZ ( double  positionZ,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the PositionZ property of Plane.

Parameters
positionZPositionZ to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlanePositionZ().

void ome::xml::meta::AggregateMetadata::setPlaneTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the TheC property of Plane.

Parameters
theCTheC to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlaneTheC().

void ome::xml::meta::AggregateMetadata::setPlaneTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the TheT property of Plane.

Parameters
theTTheT to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlaneTheT().

void ome::xml::meta::AggregateMetadata::setPlaneTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  imageIndex,
index_type  planeIndex 
)
virtual

Set the TheZ property of Plane.

Parameters
theZTheZ to set.
imageIndexthe Image index.
planeIndexthe Plane index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlaneTheZ().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  plateAcquisitionIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of PlateAcquisition.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionAnnotationRef().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionDescription ( std::string  description,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
virtual

Set the Description property of PlateAcquisition.

Parameters
descriptionDescription to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionDescription().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionEndTime ( ome::xml::model::primitives::Timestamp  endTime,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
virtual

Set the EndTime property of PlateAcquisition.

Parameters
endTimeEndTime to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionEndTime().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionID ( std::string  id,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
virtual

Set the ID property of PlateAcquisition.

Parameters
idID to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionID().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionMaximumFieldCount ( ome::xml::model::primitives::PositiveInteger  maximumFieldCount,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
virtual

Set the MaximumFieldCount property of PlateAcquisition.

Parameters
maximumFieldCountMaximumFieldCount to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionMaximumFieldCount().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionName ( std::string  name,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
virtual

Set the Name property of PlateAcquisition.

Parameters
nameName to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionName().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionStartTime ( ome::xml::model::primitives::Timestamp  startTime,
index_type  plateIndex,
index_type  plateAcquisitionIndex 
)
virtual

Set the StartTime property of PlateAcquisition.

Parameters
startTimeStartTime to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionStartTime().

void ome::xml::meta::AggregateMetadata::setPlateAcquisitionWellSampleRef ( const std::string &  wellSample,
index_type  plateIndex,
index_type  plateAcquisitionIndex,
index_type  wellSampleRefIndex 
)
virtual

Set the WellSampleRef property of PlateAcquisition.

Parameters
wellSampleWellSampleRef to set.
plateIndexthe Plate index.
plateAcquisitionIndexthe PlateAcquisition index.
wellSampleRefIndexWellSampleRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAcquisitionWellSampleRef().

void ome::xml::meta::AggregateMetadata::setPlateAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Plate.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateAnnotationRef().

void ome::xml::meta::AggregateMetadata::setPlateColumnNamingConvention ( ome::xml::model::enums::NamingConvention  columnNamingConvention,
index_type  plateIndex 
)
virtual

Set the ColumnNamingConvention property of Plate.

Parameters
columnNamingConventionColumnNamingConvention to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateColumnNamingConvention().

void ome::xml::meta::AggregateMetadata::setPlateColumns ( ome::xml::model::primitives::PositiveInteger  columns,
index_type  plateIndex 
)
virtual

Set the Columns property of Plate.

Parameters
columnsColumns to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateColumns().

void ome::xml::meta::AggregateMetadata::setPlateDescription ( std::string  description,
index_type  plateIndex 
)
virtual

Set the Description property of Plate.

Parameters
descriptionDescription to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateDescription().

void ome::xml::meta::AggregateMetadata::setPlateExternalIdentifier ( std::string  externalIdentifier,
index_type  plateIndex 
)
virtual

Set the ExternalIdentifier property of Plate.

Parameters
externalIdentifierExternalIdentifier to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateExternalIdentifier().

void ome::xml::meta::AggregateMetadata::setPlateFieldIndex ( ome::xml::model::primitives::NonNegativeInteger  fieldIndex,
index_type  plateIndex 
)
virtual

Set the FieldIndex property of Plate.

Parameters
fieldIndexFieldIndex to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateFieldIndex().

void ome::xml::meta::AggregateMetadata::setPlateID ( std::string  id,
index_type  plateIndex 
)
virtual

Set the ID property of Plate.

Parameters
idID to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateID().

void ome::xml::meta::AggregateMetadata::setPlateName ( std::string  name,
index_type  plateIndex 
)
virtual

Set the Name property of Plate.

Parameters
nameName to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateName().

void ome::xml::meta::AggregateMetadata::setPlateRowNamingConvention ( ome::xml::model::enums::NamingConvention  rowNamingConvention,
index_type  plateIndex 
)
virtual

Set the RowNamingConvention property of Plate.

Parameters
rowNamingConventionRowNamingConvention to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateRowNamingConvention().

void ome::xml::meta::AggregateMetadata::setPlateRows ( ome::xml::model::primitives::PositiveInteger  rows,
index_type  plateIndex 
)
virtual

Set the Rows property of Plate.

Parameters
rowsRows to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateRows().

void ome::xml::meta::AggregateMetadata::setPlateStatus ( std::string  status,
index_type  plateIndex 
)
virtual

Set the Status property of Plate.

Parameters
statusStatus to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateStatus().

void ome::xml::meta::AggregateMetadata::setPlateWellOriginX ( double  wellOriginX,
index_type  plateIndex 
)
virtual

Set the WellOriginX property of Plate.

Parameters
wellOriginXWellOriginX to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateWellOriginX().

void ome::xml::meta::AggregateMetadata::setPlateWellOriginY ( double  wellOriginY,
index_type  plateIndex 
)
virtual

Set the WellOriginY property of Plate.

Parameters
wellOriginYWellOriginY to set.
plateIndexthe Plate index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPlateWellOriginY().

void ome::xml::meta::AggregateMetadata::setPointFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillColor property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointFillColor().

void ome::xml::meta::AggregateMetadata::setPointFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillRule property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointFillRule().

void ome::xml::meta::AggregateMetadata::setPointFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontFamily property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointFontFamily().

void ome::xml::meta::AggregateMetadata::setPointFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontSize property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointFontSize().

void ome::xml::meta::AggregateMetadata::setPointFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontStyle property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointFontStyle().

void ome::xml::meta::AggregateMetadata::setPointID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the ID property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointID().

void ome::xml::meta::AggregateMetadata::setPointLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the LineCap property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointLineCap().

void ome::xml::meta::AggregateMetadata::setPointLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Locked property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointLocked().

void ome::xml::meta::AggregateMetadata::setPointStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeColor property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointStrokeColor().

void ome::xml::meta::AggregateMetadata::setPointStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeDashArray property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointStrokeDashArray().

void ome::xml::meta::AggregateMetadata::setPointStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeWidth property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointStrokeWidth().

void ome::xml::meta::AggregateMetadata::setPointText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Text property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointText().

void ome::xml::meta::AggregateMetadata::setPointTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheC property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointTheC().

void ome::xml::meta::AggregateMetadata::setPointTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheT property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointTheT().

void ome::xml::meta::AggregateMetadata::setPointTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheZ property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointTheZ().

void ome::xml::meta::AggregateMetadata::setPointTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Transform property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointTransform().

void ome::xml::meta::AggregateMetadata::setPointVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Visible property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointVisible().

void ome::xml::meta::AggregateMetadata::setPointX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the X property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointX().

void ome::xml::meta::AggregateMetadata::setPointY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Y property of Point.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPointY().

void ome::xml::meta::AggregateMetadata::setPolygonFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillColor property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonFillColor().

void ome::xml::meta::AggregateMetadata::setPolygonFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillRule property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonFillRule().

void ome::xml::meta::AggregateMetadata::setPolygonFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontFamily property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonFontFamily().

void ome::xml::meta::AggregateMetadata::setPolygonFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontSize property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonFontSize().

void ome::xml::meta::AggregateMetadata::setPolygonFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontStyle property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonFontStyle().

void ome::xml::meta::AggregateMetadata::setPolygonID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the ID property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonID().

void ome::xml::meta::AggregateMetadata::setPolygonLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the LineCap property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonLineCap().

void ome::xml::meta::AggregateMetadata::setPolygonLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Locked property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonLocked().

void ome::xml::meta::AggregateMetadata::setPolygonPoints ( std::string  points,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Points property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonPoints().

void ome::xml::meta::AggregateMetadata::setPolygonStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeColor property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonStrokeColor().

void ome::xml::meta::AggregateMetadata::setPolygonStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeDashArray property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonStrokeDashArray().

void ome::xml::meta::AggregateMetadata::setPolygonStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeWidth property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonStrokeWidth().

void ome::xml::meta::AggregateMetadata::setPolygonText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Text property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonText().

void ome::xml::meta::AggregateMetadata::setPolygonTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheC property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonTheC().

void ome::xml::meta::AggregateMetadata::setPolygonTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheT property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonTheT().

void ome::xml::meta::AggregateMetadata::setPolygonTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheZ property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonTheZ().

void ome::xml::meta::AggregateMetadata::setPolygonTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Transform property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonTransform().

void ome::xml::meta::AggregateMetadata::setPolygonVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Visible property of Polygon.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolygonVisible().

void ome::xml::meta::AggregateMetadata::setPolylineFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillColor property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineFillColor().

void ome::xml::meta::AggregateMetadata::setPolylineFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillRule property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineFillRule().

void ome::xml::meta::AggregateMetadata::setPolylineFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontFamily property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineFontFamily().

void ome::xml::meta::AggregateMetadata::setPolylineFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontSize property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineFontSize().

void ome::xml::meta::AggregateMetadata::setPolylineFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontStyle property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineFontStyle().

void ome::xml::meta::AggregateMetadata::setPolylineID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the ID property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineID().

void ome::xml::meta::AggregateMetadata::setPolylineLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the LineCap property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineLineCap().

void ome::xml::meta::AggregateMetadata::setPolylineLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Locked property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineLocked().

void ome::xml::meta::AggregateMetadata::setPolylineMarkerEnd ( ome::xml::model::enums::Marker  markerEnd,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the MarkerEnd property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineMarkerEnd().

void ome::xml::meta::AggregateMetadata::setPolylineMarkerStart ( ome::xml::model::enums::Marker  markerStart,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the MarkerStart property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineMarkerStart().

void ome::xml::meta::AggregateMetadata::setPolylinePoints ( std::string  points,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Points property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylinePoints().

void ome::xml::meta::AggregateMetadata::setPolylineStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeColor property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineStrokeColor().

void ome::xml::meta::AggregateMetadata::setPolylineStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeDashArray property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineStrokeDashArray().

void ome::xml::meta::AggregateMetadata::setPolylineStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeWidth property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineStrokeWidth().

void ome::xml::meta::AggregateMetadata::setPolylineText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Text property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineText().

void ome::xml::meta::AggregateMetadata::setPolylineTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheC property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineTheC().

void ome::xml::meta::AggregateMetadata::setPolylineTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheT property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineTheT().

void ome::xml::meta::AggregateMetadata::setPolylineTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheZ property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineTheZ().

void ome::xml::meta::AggregateMetadata::setPolylineTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Transform property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineTransform().

void ome::xml::meta::AggregateMetadata::setPolylineVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Visible property of Polyline.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setPolylineVisible().

void ome::xml::meta::AggregateMetadata::setProjectAnnotationRef ( const std::string &  annotation,
index_type  projectIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Project.

Parameters
annotationAnnotationRef to set.
projectIndexthe Project index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setProjectAnnotationRef().

void ome::xml::meta::AggregateMetadata::setProjectDatasetRef ( const std::string &  dataset,
index_type  projectIndex,
index_type  datasetRefIndex 
)
virtual

Set the DatasetRef property of Project.

Parameters
datasetDatasetRef to set.
projectIndexthe Project index.
datasetRefIndexDatasetRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setProjectDatasetRef().

void ome::xml::meta::AggregateMetadata::setProjectDescription ( std::string  description,
index_type  projectIndex 
)
virtual

Set the Description property of Project.

Parameters
descriptionDescription to set.
projectIndexthe Project index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setProjectDescription().

void ome::xml::meta::AggregateMetadata::setProjectExperimenterGroupRef ( const std::string &  experimenterGroup,
index_type  projectIndex 
)
virtual

Set the ExperimenterGroupRef property of Project.

Parameters
experimenterGroupExperimenterGroupRef to set.
projectIndexthe Project index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setProjectExperimenterGroupRef().

void ome::xml::meta::AggregateMetadata::setProjectExperimenterRef ( const std::string &  experimenter,
index_type  projectIndex 
)
virtual

Set the ExperimenterRef property of Project.

Parameters
experimenterExperimenterRef to set.
projectIndexthe Project index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setProjectExperimenterRef().

void ome::xml::meta::AggregateMetadata::setProjectID ( std::string  id,
index_type  projectIndex 
)
virtual

Set the ID property of Project.

Parameters
idID to set.
projectIndexthe Project index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setProjectID().

void ome::xml::meta::AggregateMetadata::setProjectName ( std::string  name,
index_type  projectIndex 
)
virtual

Set the Name property of Project.

Parameters
nameName to set.
projectIndexthe Project index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setProjectName().

void ome::xml::meta::AggregateMetadata::setReagentAnnotationRef ( const std::string &  annotation,
index_type  screenIndex,
index_type  reagentIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Reagent.

Parameters
annotationAnnotationRef to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setReagentAnnotationRef().

void ome::xml::meta::AggregateMetadata::setReagentDescription ( std::string  description,
index_type  screenIndex,
index_type  reagentIndex 
)
virtual

Set the Description property of Reagent.

Parameters
descriptionDescription to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setReagentDescription().

void ome::xml::meta::AggregateMetadata::setReagentID ( std::string  id,
index_type  screenIndex,
index_type  reagentIndex 
)
virtual

Set the ID property of Reagent.

Parameters
idID to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setReagentID().

void ome::xml::meta::AggregateMetadata::setReagentName ( std::string  name,
index_type  screenIndex,
index_type  reagentIndex 
)
virtual

Set the Name property of Reagent.

Parameters
nameName to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setReagentName().

void ome::xml::meta::AggregateMetadata::setReagentReagentIdentifier ( std::string  reagentIdentifier,
index_type  screenIndex,
index_type  reagentIndex 
)
virtual

Set the ReagentIdentifier property of Reagent.

Parameters
reagentIdentifierReagentIdentifier to set.
screenIndexthe Screen index.
reagentIndexthe Reagent index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setReagentReagentIdentifier().

void ome::xml::meta::AggregateMetadata::setRectangleFillColor ( ome::xml::model::primitives::Color  fillColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillColor property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleFillColor().

void ome::xml::meta::AggregateMetadata::setRectangleFillRule ( ome::xml::model::enums::FillRule  fillRule,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FillRule property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleFillRule().

void ome::xml::meta::AggregateMetadata::setRectangleFontFamily ( ome::xml::model::enums::FontFamily  fontFamily,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontFamily property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleFontFamily().

void ome::xml::meta::AggregateMetadata::setRectangleFontSize ( ome::xml::model::primitives::NonNegativeInteger  fontSize,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontSize property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleFontSize().

void ome::xml::meta::AggregateMetadata::setRectangleFontStyle ( ome::xml::model::enums::FontStyle  fontStyle,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the FontStyle property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleFontStyle().

void ome::xml::meta::AggregateMetadata::setRectangleHeight ( double  height,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Height property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleHeight().

void ome::xml::meta::AggregateMetadata::setRectangleID ( std::string  id,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the ID property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleID().

void ome::xml::meta::AggregateMetadata::setRectangleLineCap ( ome::xml::model::enums::LineCap  lineCap,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the LineCap property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleLineCap().

void ome::xml::meta::AggregateMetadata::setRectangleLocked ( bool  locked,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Locked property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleLocked().

void ome::xml::meta::AggregateMetadata::setRectangleStrokeColor ( ome::xml::model::primitives::Color  strokeColor,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeColor property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleStrokeColor().

void ome::xml::meta::AggregateMetadata::setRectangleStrokeDashArray ( std::string  strokeDashArray,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeDashArray property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleStrokeDashArray().

void ome::xml::meta::AggregateMetadata::setRectangleStrokeWidth ( double  strokeWidth,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the StrokeWidth property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleStrokeWidth().

void ome::xml::meta::AggregateMetadata::setRectangleText ( std::string  text,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Text property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleText().

void ome::xml::meta::AggregateMetadata::setRectangleTheC ( ome::xml::model::primitives::NonNegativeInteger  theC,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheC property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleTheC().

void ome::xml::meta::AggregateMetadata::setRectangleTheT ( ome::xml::model::primitives::NonNegativeInteger  theT,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheT property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleTheT().

void ome::xml::meta::AggregateMetadata::setRectangleTheZ ( ome::xml::model::primitives::NonNegativeInteger  theZ,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the TheZ property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleTheZ().

void ome::xml::meta::AggregateMetadata::setRectangleTransform ( const ::ome::xml::model::AffineTransform transform,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Transform property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleTransform().

void ome::xml::meta::AggregateMetadata::setRectangleVisible ( bool  visible,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Visible property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleVisible().

void ome::xml::meta::AggregateMetadata::setRectangleWidth ( double  width,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Width property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleWidth().

void ome::xml::meta::AggregateMetadata::setRectangleX ( double  x,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the X property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleX().

void ome::xml::meta::AggregateMetadata::setRectangleY ( double  y,
index_type  ROIIndex,
index_type  shapeIndex 
)
virtual

Set the Y property of Rectangle.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRectangleY().

void ome::xml::meta::AggregateMetadata::setRightsRightsHeld ( std::string  rightsHeld)
virtual

Set the RightsHeld property of Rights.

Parameters
rightsHeldRightsHeld to set.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRightsRightsHeld().

void ome::xml::meta::AggregateMetadata::setRightsRightsHolder ( std::string  rightsHolder)
virtual

Set the RightsHolder property of Rights.

Parameters
rightsHolderRightsHolder to set.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setRightsRightsHolder().

void ome::xml::meta::AggregateMetadata::setROIAnnotationRef ( const std::string &  annotation,
index_type  ROIIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of ROI.

Parameters
annotationAnnotationRef to set.
ROIIndexthe ROI index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setROIAnnotationRef().

void ome::xml::meta::AggregateMetadata::setROIDescription ( std::string  description,
index_type  ROIIndex 
)
virtual

Set the Description property of ROI.

Parameters
descriptionDescription to set.
ROIIndexthe ROI index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setROIDescription().

void ome::xml::meta::AggregateMetadata::setROIID ( std::string  id,
index_type  ROIIndex 
)
virtual

Set the ID property of ROI.

Parameters
idID to set.
ROIIndexthe ROI index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setROIID().

void ome::xml::meta::AggregateMetadata::setROIName ( std::string  name,
index_type  ROIIndex 
)
virtual

Set the Name property of ROI.

Parameters
nameName to set.
ROIIndexthe ROI index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setROIName().

void ome::xml::meta::AggregateMetadata::setROINamespace ( std::string  namespace_,
index_type  ROIIndex 
)
virtual

Set the Namespace property of ROI.

Parameters
namespace_Namespace to set.
ROIIndexthe ROI index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setROINamespace().

void ome::xml::meta::AggregateMetadata::setRoot ( ome::compat::shared_ptr< MetadataRoot > &  root)
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?
Note
Unsupported by AggregateMetadata, which will throw an exception if called.
Exceptions
MetadataExceptionalways.

Implements ome::xml::meta::MetadataStore.

void ome::xml::meta::AggregateMetadata::setScreenAnnotationRef ( const std::string &  annotation,
index_type  screenIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Screen.

Parameters
annotationAnnotationRef to set.
screenIndexthe Screen index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenAnnotationRef().

void ome::xml::meta::AggregateMetadata::setScreenDescription ( std::string  description,
index_type  screenIndex 
)
virtual

Set the Description property of Screen.

Parameters
descriptionDescription to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenDescription().

void ome::xml::meta::AggregateMetadata::setScreenID ( std::string  id,
index_type  screenIndex 
)
virtual

Set the ID property of Screen.

Parameters
idID to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenID().

void ome::xml::meta::AggregateMetadata::setScreenName ( std::string  name,
index_type  screenIndex 
)
virtual

Set the Name property of Screen.

Parameters
nameName to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenName().

void ome::xml::meta::AggregateMetadata::setScreenPlateRef ( const std::string &  plate,
index_type  screenIndex,
index_type  plateRefIndex 
)
virtual

Set the PlateRef property of Screen.

Parameters
platePlateRef to set.
screenIndexthe Screen index.
plateRefIndexPlateRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenPlateRef().

void ome::xml::meta::AggregateMetadata::setScreenProtocolDescription ( std::string  protocolDescription,
index_type  screenIndex 
)
virtual

Set the ProtocolDescription property of Screen.

Parameters
protocolDescriptionProtocolDescription to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenProtocolDescription().

void ome::xml::meta::AggregateMetadata::setScreenProtocolIdentifier ( std::string  protocolIdentifier,
index_type  screenIndex 
)
virtual

Set the ProtocolIdentifier property of Screen.

Parameters
protocolIdentifierProtocolIdentifier to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenProtocolIdentifier().

void ome::xml::meta::AggregateMetadata::setScreenReagentSetDescription ( std::string  reagentSetDescription,
index_type  screenIndex 
)
virtual

Set the ReagentSetDescription property of Screen.

Parameters
reagentSetDescriptionReagentSetDescription to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenReagentSetDescription().

void ome::xml::meta::AggregateMetadata::setScreenReagentSetIdentifier ( std::string  reagentSetIdentifier,
index_type  screenIndex 
)
virtual

Set the ReagentSetIdentifier property of Screen.

Parameters
reagentSetIdentifierReagentSetIdentifier to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenReagentSetIdentifier().

void ome::xml::meta::AggregateMetadata::setScreenType ( std::string  type,
index_type  screenIndex 
)
virtual

Set the Type property of Screen.

Parameters
typeType to set.
screenIndexthe Screen index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setScreenType().

void ome::xml::meta::AggregateMetadata::setStageLabelName ( std::string  name,
index_type  imageIndex 
)
virtual

Set the Name property of StageLabel.

Parameters
nameName to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setStageLabelName().

void ome::xml::meta::AggregateMetadata::setStageLabelX ( double  x,
index_type  imageIndex 
)
virtual

Set the X property of StageLabel.

Parameters
xX to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setStageLabelX().

void ome::xml::meta::AggregateMetadata::setStageLabelY ( double  y,
index_type  imageIndex 
)
virtual

Set the Y property of StageLabel.

Parameters
yY to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setStageLabelY().

void ome::xml::meta::AggregateMetadata::setStageLabelZ ( double  z,
index_type  imageIndex 
)
virtual

Set the Z property of StageLabel.

Parameters
zZ to set.
imageIndexthe Image index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setStageLabelZ().

void ome::xml::meta::AggregateMetadata::setTagAnnotationAnnotationRef ( const std::string &  annotation,
index_type  tagAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of TagAnnotation.

Parameters
annotationAnnotationRef to set.
tagAnnotationIndexthe TagAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTagAnnotationAnnotationRef().

void ome::xml::meta::AggregateMetadata::setTagAnnotationAnnotator ( std::string  annotator,
index_type  tagAnnotationIndex 
)
virtual

Set the Annotator property of TagAnnotation.

Parameters
annotatorAnnotator to set.
tagAnnotationIndexthe TagAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTagAnnotationAnnotator().

void ome::xml::meta::AggregateMetadata::setTagAnnotationDescription ( std::string  description,
index_type  tagAnnotationIndex 
)
virtual

Set the Description property of TagAnnotation.

Parameters
descriptionDescription to set.
tagAnnotationIndexthe TagAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTagAnnotationDescription().

void ome::xml::meta::AggregateMetadata::setTagAnnotationID ( std::string  id,
index_type  tagAnnotationIndex 
)
virtual

Set the ID property of TagAnnotation.

Parameters
idID to set.
tagAnnotationIndexthe TagAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTagAnnotationID().

void ome::xml::meta::AggregateMetadata::setTagAnnotationNamespace ( std::string  namespace_,
index_type  tagAnnotationIndex 
)
virtual

Set the Namespace property of TagAnnotation.

Parameters
namespace_Namespace to set.
tagAnnotationIndexthe TagAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTagAnnotationNamespace().

void ome::xml::meta::AggregateMetadata::setTagAnnotationValue ( std::string  value,
index_type  tagAnnotationIndex 
)
virtual

Set the Value property of TagAnnotation.

Parameters
valueValue to set.
tagAnnotationIndexthe TagAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTagAnnotationValue().

void ome::xml::meta::AggregateMetadata::setTermAnnotationAnnotationRef ( const std::string &  annotation,
index_type  termAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of TermAnnotation.

Parameters
annotationAnnotationRef to set.
termAnnotationIndexthe TermAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTermAnnotationAnnotationRef().

void ome::xml::meta::AggregateMetadata::setTermAnnotationAnnotator ( std::string  annotator,
index_type  termAnnotationIndex 
)
virtual

Set the Annotator property of TermAnnotation.

Parameters
annotatorAnnotator to set.
termAnnotationIndexthe TermAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTermAnnotationAnnotator().

void ome::xml::meta::AggregateMetadata::setTermAnnotationDescription ( std::string  description,
index_type  termAnnotationIndex 
)
virtual

Set the Description property of TermAnnotation.

Parameters
descriptionDescription to set.
termAnnotationIndexthe TermAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTermAnnotationDescription().

void ome::xml::meta::AggregateMetadata::setTermAnnotationID ( std::string  id,
index_type  termAnnotationIndex 
)
virtual

Set the ID property of TermAnnotation.

Parameters
idID to set.
termAnnotationIndexthe TermAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTermAnnotationID().

void ome::xml::meta::AggregateMetadata::setTermAnnotationNamespace ( std::string  namespace_,
index_type  termAnnotationIndex 
)
virtual

Set the Namespace property of TermAnnotation.

Parameters
namespace_Namespace to set.
termAnnotationIndexthe TermAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTermAnnotationNamespace().

void ome::xml::meta::AggregateMetadata::setTermAnnotationValue ( std::string  value,
index_type  termAnnotationIndex 
)
virtual

Set the Value property of TermAnnotation.

Parameters
valueValue to set.
termAnnotationIndexthe TermAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTermAnnotationValue().

void ome::xml::meta::AggregateMetadata::setTiffDataFirstC ( ome::xml::model::primitives::NonNegativeInteger  firstC,
index_type  imageIndex,
index_type  tiffDataIndex 
)
virtual

Set the FirstC property of TiffData.

Parameters
firstCFirstC to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTiffDataFirstC().

void ome::xml::meta::AggregateMetadata::setTiffDataFirstT ( ome::xml::model::primitives::NonNegativeInteger  firstT,
index_type  imageIndex,
index_type  tiffDataIndex 
)
virtual

Set the FirstT property of TiffData.

Parameters
firstTFirstT to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTiffDataFirstT().

void ome::xml::meta::AggregateMetadata::setTiffDataFirstZ ( ome::xml::model::primitives::NonNegativeInteger  firstZ,
index_type  imageIndex,
index_type  tiffDataIndex 
)
virtual

Set the FirstZ property of TiffData.

Parameters
firstZFirstZ to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTiffDataFirstZ().

void ome::xml::meta::AggregateMetadata::setTiffDataIFD ( ome::xml::model::primitives::NonNegativeInteger  ifd,
index_type  imageIndex,
index_type  tiffDataIndex 
)
virtual

Set the IFD property of TiffData.

Parameters
ifdIFD to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTiffDataIFD().

void ome::xml::meta::AggregateMetadata::setTiffDataPlaneCount ( ome::xml::model::primitives::NonNegativeInteger  planeCount,
index_type  imageIndex,
index_type  tiffDataIndex 
)
virtual

Set the PlaneCount property of TiffData.

Parameters
planeCountPlaneCount to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTiffDataPlaneCount().

void ome::xml::meta::AggregateMetadata::setTimestampAnnotationAnnotationRef ( const std::string &  annotation,
index_type  timestampAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of TimestampAnnotation.

Parameters
annotationAnnotationRef to set.
timestampAnnotationIndexthe TimestampAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTimestampAnnotationAnnotationRef().

void ome::xml::meta::AggregateMetadata::setTimestampAnnotationAnnotator ( std::string  annotator,
index_type  timestampAnnotationIndex 
)
virtual

Set the Annotator property of TimestampAnnotation.

Parameters
annotatorAnnotator to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTimestampAnnotationAnnotator().

void ome::xml::meta::AggregateMetadata::setTimestampAnnotationDescription ( std::string  description,
index_type  timestampAnnotationIndex 
)
virtual

Set the Description property of TimestampAnnotation.

Parameters
descriptionDescription to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTimestampAnnotationDescription().

void ome::xml::meta::AggregateMetadata::setTimestampAnnotationID ( std::string  id,
index_type  timestampAnnotationIndex 
)
virtual

Set the ID property of TimestampAnnotation.

Parameters
idID to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTimestampAnnotationID().

void ome::xml::meta::AggregateMetadata::setTimestampAnnotationNamespace ( std::string  namespace_,
index_type  timestampAnnotationIndex 
)
virtual

Set the Namespace property of TimestampAnnotation.

Parameters
namespace_Namespace to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTimestampAnnotationNamespace().

void ome::xml::meta::AggregateMetadata::setTimestampAnnotationValue ( ome::xml::model::primitives::Timestamp  value,
index_type  timestampAnnotationIndex 
)
virtual

Set the Value property of TimestampAnnotation.

Parameters
valueValue to set.
timestampAnnotationIndexthe TimestampAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTimestampAnnotationValue().

void ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutIn ( ome::xml::model::primitives::PositiveInteger  cutIn,
index_type  instrumentIndex,
index_type  filterIndex 
)
virtual

Set the CutIn property of TransmittanceRange.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTransmittanceRangeCutIn().

void ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutInTolerance ( ome::xml::model::primitives::NonNegativeInteger  cutInTolerance,
index_type  instrumentIndex,
index_type  filterIndex 
)
virtual

Set the CutInTolerance property of TransmittanceRange.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTransmittanceRangeCutInTolerance().

void ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutOut ( ome::xml::model::primitives::PositiveInteger  cutOut,
index_type  instrumentIndex,
index_type  filterIndex 
)
virtual

Set the CutOut property of TransmittanceRange.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTransmittanceRangeCutOut().

void ome::xml::meta::AggregateMetadata::setTransmittanceRangeCutOutTolerance ( ome::xml::model::primitives::NonNegativeInteger  cutOutTolerance,
index_type  instrumentIndex,
index_type  filterIndex 
)
virtual

Set the CutOutTolerance property of TransmittanceRange.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTransmittanceRangeCutOutTolerance().

void ome::xml::meta::AggregateMetadata::setTransmittanceRangeTransmittance ( ome::xml::model::primitives::PercentFraction  transmittance,
index_type  instrumentIndex,
index_type  filterIndex 
)
virtual

Set the Transmittance property of TransmittanceRange.

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

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setTransmittanceRangeTransmittance().

void ome::xml::meta::AggregateMetadata::setUUID ( const std::string &  uuid)
virtual

Set the UUID associated with this collection of metadata.

Parameters
uuidthe UUID to set.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setUUID().

void ome::xml::meta::AggregateMetadata::setUUIDFileName ( std::string  fileName,
index_type  imageIndex,
index_type  tiffDataIndex 
)
virtual

Set the FileName property of UUID.

Parameters
fileNameFileName to set.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setUUIDFileName().

void ome::xml::meta::AggregateMetadata::setUUIDValue ( std::string  value,
index_type  imageIndex,
index_type  tiffDataIndex 
)
virtual

Set the text value of UUID.

Parameters
valuetext value.
imageIndexthe Image index.
tiffDataIndexthe TiffData index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setUUIDValue().

void ome::xml::meta::AggregateMetadata::setWellAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  wellIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of Well.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellAnnotationRef().

void ome::xml::meta::AggregateMetadata::setWellColor ( ome::xml::model::primitives::Color  color,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the Color property of Well.

Parameters
colorColor to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellColor().

void ome::xml::meta::AggregateMetadata::setWellColumn ( ome::xml::model::primitives::NonNegativeInteger  column,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the Column property of Well.

Parameters
columnColumn to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellColumn().

void ome::xml::meta::AggregateMetadata::setWellExternalDescription ( std::string  externalDescription,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the ExternalDescription property of Well.

Parameters
externalDescriptionExternalDescription to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellExternalDescription().

void ome::xml::meta::AggregateMetadata::setWellExternalIdentifier ( std::string  externalIdentifier,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the ExternalIdentifier property of Well.

Parameters
externalIdentifierExternalIdentifier to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellExternalIdentifier().

void ome::xml::meta::AggregateMetadata::setWellID ( std::string  id,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the ID property of Well.

Parameters
idID to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellID().

void ome::xml::meta::AggregateMetadata::setWellReagentRef ( const std::string &  reagent,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the ReagentRef property of Well.

Parameters
reagentReagentRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellReagentRef().

void ome::xml::meta::AggregateMetadata::setWellRow ( ome::xml::model::primitives::NonNegativeInteger  row,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the Row property of Well.

Parameters
rowRow to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellRow().

void ome::xml::meta::AggregateMetadata::setWellSampleAnnotationRef ( const std::string &  annotation,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of WellSample.

Parameters
annotationAnnotationRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellSampleAnnotationRef().

void ome::xml::meta::AggregateMetadata::setWellSampleID ( std::string  id,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
virtual

Set the ID property of WellSample.

Parameters
idID to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellSampleID().

void ome::xml::meta::AggregateMetadata::setWellSampleImageRef ( const std::string &  image,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
virtual

Set the ImageRef property of WellSample.

Parameters
imageImageRef to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellSampleImageRef().

void ome::xml::meta::AggregateMetadata::setWellSampleIndex ( ome::xml::model::primitives::NonNegativeInteger  index,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
virtual

Set the Index property of WellSample.

Parameters
indexIndex to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellSampleIndex().

void ome::xml::meta::AggregateMetadata::setWellSamplePositionX ( double  positionX,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
virtual

Set the PositionX property of WellSample.

Parameters
positionXPositionX to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellSamplePositionX().

void ome::xml::meta::AggregateMetadata::setWellSamplePositionY ( double  positionY,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
virtual

Set the PositionY property of WellSample.

Parameters
positionYPositionY to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellSamplePositionY().

void ome::xml::meta::AggregateMetadata::setWellSampleTimepoint ( ome::xml::model::primitives::Timestamp  timepoint,
index_type  plateIndex,
index_type  wellIndex,
index_type  wellSampleIndex 
)
virtual

Set the Timepoint property of WellSample.

Parameters
timepointTimepoint to set.
plateIndexthe Plate index.
wellIndexthe Well index.
wellSampleIndexthe WellSample index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellSampleTimepoint().

void ome::xml::meta::AggregateMetadata::setWellType ( std::string  type,
index_type  plateIndex,
index_type  wellIndex 
)
virtual

Set the Type property of Well.

Parameters
typeType to set.
plateIndexthe Plate index.
wellIndexthe Well index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setWellType().

void ome::xml::meta::AggregateMetadata::setXMLAnnotationAnnotationRef ( const std::string &  annotation,
index_type  XMLAnnotationIndex,
index_type  annotationRefIndex 
)
virtual

Set the AnnotationRef property of XMLAnnotation.

Parameters
annotationAnnotationRef to set.
XMLAnnotationIndexthe XMLAnnotation index.
annotationRefIndexAnnotationRef index (unused).

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setXMLAnnotationAnnotationRef().

void ome::xml::meta::AggregateMetadata::setXMLAnnotationAnnotator ( std::string  annotator,
index_type  XMLAnnotationIndex 
)
virtual

Set the Annotator property of XMLAnnotation.

Parameters
annotatorAnnotator to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setXMLAnnotationAnnotator().

void ome::xml::meta::AggregateMetadata::setXMLAnnotationDescription ( std::string  description,
index_type  XMLAnnotationIndex 
)
virtual

Set the Description property of XMLAnnotation.

Parameters
descriptionDescription to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setXMLAnnotationDescription().

void ome::xml::meta::AggregateMetadata::setXMLAnnotationID ( std::string  id,
index_type  XMLAnnotationIndex 
)
virtual

Set the ID property of XMLAnnotation.

Parameters
idID to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setXMLAnnotationID().

void ome::xml::meta::AggregateMetadata::setXMLAnnotationNamespace ( std::string  namespace_,
index_type  XMLAnnotationIndex 
)
virtual

Set the Namespace property of XMLAnnotation.

Parameters
namespace_Namespace to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setXMLAnnotationNamespace().

void ome::xml::meta::AggregateMetadata::setXMLAnnotationValue ( std::string  value,
index_type  XMLAnnotationIndex 
)
virtual

Set the Value property of XMLAnnotation.

Parameters
valueValue to set.
XMLAnnotationIndexthe XMLAnnotation index.

Implements ome::xml::meta::MetadataStore.

References delegates, and ome::xml::meta::MetadataStore::setXMLAnnotationValue().

Member Data Documentation

delegate_list_type ome::xml::meta::AggregateMetadata::delegates
private

The active metadata store delegates.

Referenced by createRoot(), getArcID(), getArcLotNumber(), getArcManufacturer(), getArcModel(), getArcPower(), getArcSerialNumber(), getArcType(), getBinaryFileFileName(), getBinaryFileMIMEType(), getBinaryFileSize(), getBinaryOnlyMetadataFile(), getBinaryOnlyUUID(), getBooleanAnnotationAnnotationCount(), getBooleanAnnotationAnnotationRef(), getBooleanAnnotationAnnotator(), getBooleanAnnotationCount(), getBooleanAnnotationDescription(), getBooleanAnnotationID(), getBooleanAnnotationNamespace(), getBooleanAnnotationValue(), getChannelAcquisitionMode(), getChannelAnnotationRef(), getChannelAnnotationRefCount(), getChannelColor(), getChannelContrastMethod(), getChannelCount(), getChannelEmissionWavelength(), getChannelExcitationWavelength(), getChannelFilterSetRef(), getChannelFluor(), getChannelID(), getChannelIlluminationType(), getChannelLightSourceSettingsAttenuation(), getChannelLightSourceSettingsID(), getChannelLightSourceSettingsWavelength(), getChannelName(), getChannelNDFilter(), getChannelPinholeSize(), getChannelPockelCellSetting(), getChannelSamplesPerPixel(), getCommentAnnotationAnnotationCount(), getCommentAnnotationAnnotationRef(), getCommentAnnotationAnnotator(), getCommentAnnotationCount(), getCommentAnnotationDescription(), getCommentAnnotationID(), getCommentAnnotationNamespace(), getCommentAnnotationValue(), getDatasetAnnotationRef(), getDatasetAnnotationRefCount(), getDatasetCount(), getDatasetDescription(), getDatasetExperimenterGroupRef(), getDatasetExperimenterRef(), getDatasetID(), getDatasetImageRef(), getDatasetImageRefCount(), getDatasetName(), getDatasetRefCount(), getDetectorAmplificationGain(), getDetectorCount(), getDetectorGain(), getDetectorID(), getDetectorLotNumber(), getDetectorManufacturer(), getDetectorModel(), getDetectorOffset(), getDetectorSerialNumber(), getDetectorSettingsBinning(), getDetectorSettingsGain(), getDetectorSettingsID(), getDetectorSettingsIntegration(), getDetectorSettingsOffset(), getDetectorSettingsReadOutRate(), getDetectorSettingsVoltage(), getDetectorSettingsZoom(), getDetectorType(), getDetectorVoltage(), getDetectorZoom(), getDichroicCount(), getDichroicID(), getDichroicLotNumber(), getDichroicManufacturer(), getDichroicModel(), getDichroicSerialNumber(), getDoubleAnnotationAnnotationCount(), getDoubleAnnotationAnnotationRef(), getDoubleAnnotationAnnotator(), getDoubleAnnotationCount(), getDoubleAnnotationDescription(), getDoubleAnnotationID(), getDoubleAnnotationNamespace(), getDoubleAnnotationValue(), getEllipseFillColor(), getEllipseFillRule(), getEllipseFontFamily(), getEllipseFontSize(), getEllipseFontStyle(), getEllipseID(), getEllipseLineCap(), getEllipseLocked(), getEllipseRadiusX(), getEllipseRadiusY(), getEllipseStrokeColor(), getEllipseStrokeDashArray(), getEllipseStrokeWidth(), getEllipseText(), getEllipseTheC(), getEllipseTheT(), getEllipseTheZ(), getEllipseTransform(), getEllipseVisible(), getEllipseX(), getEllipseY(), getExperimentCount(), getExperimentDescription(), getExperimenterAnnotationRef(), getExperimenterAnnotationRefCount(), getExperimenterCount(), getExperimenterEmail(), getExperimenterFirstName(), getExperimenterGroupAnnotationRef(), getExperimenterGroupAnnotationRefCount(), getExperimenterGroupCount(), getExperimenterGroupDescription(), getExperimenterGroupExperimenterRef(), getExperimenterGroupExperimenterRefCount(), getExperimenterGroupID(), getExperimenterGroupLeader(), getExperimenterGroupName(), getExperimenterID(), getExperimenterInstitution(), getExperimenterLastName(), getExperimenterMiddleName(), getExperimenterUserName(), getExperimentExperimenterRef(), getExperimentID(), getExperimentType(), getFilamentID(), getFilamentLotNumber(), getFilamentManufacturer(), getFilamentModel(), getFilamentPower(), getFilamentSerialNumber(), getFilamentType(), getFileAnnotationAnnotationCount(), getFileAnnotationAnnotationRef(), getFileAnnotationAnnotator(), getFileAnnotationCount(), getFileAnnotationDescription(), getFileAnnotationID(), getFileAnnotationNamespace(), getFilterCount(), getFilterFilterWheel(), getFilterID(), getFilterLotNumber(), getFilterManufacturer(), getFilterModel(), getFilterSerialNumber(), getFilterSetCount(), getFilterSetDichroicRef(), getFilterSetEmissionFilterRef(), getFilterSetEmissionFilterRefCount(), getFilterSetExcitationFilterRef(), getFilterSetExcitationFilterRefCount(), getFilterSetID(), getFilterSetLotNumber(), getFilterSetManufacturer(), getFilterSetModel(), getFilterSetSerialNumber(), getFilterType(), getImageAcquisitionDate(), getImageAnnotationRef(), getImageAnnotationRefCount(), getImageCount(), getImageDescription(), getImageExperimenterGroupRef(), getImageExperimenterRef(), getImageExperimentRef(), getImageID(), getImageInstrumentRef(), getImageMicrobeamManipulationRef(), getImageName(), getImageROIRef(), getImageROIRefCount(), getImagingEnvironmentAirPressure(), getImagingEnvironmentCO2Percent(), getImagingEnvironmentHumidity(), getImagingEnvironmentTemperature(), getInstrumentCount(), getInstrumentID(), getLabelFillColor(), getLabelFillRule(), getLabelFontFamily(), getLabelFontSize(), getLabelFontStyle(), getLabelID(), getLabelLineCap(), getLabelLocked(), getLabelStrokeColor(), getLabelStrokeDashArray(), getLabelStrokeWidth(), getLabelText(), getLabelTheC(), getLabelTheT(), getLabelTheZ(), getLabelTransform(), getLabelVisible(), getLabelX(), getLabelY(), getLaserFrequencyMultiplication(), getLaserID(), getLaserLaserMedium(), getLaserLotNumber(), getLaserManufacturer(), getLaserModel(), getLaserPockelCell(), getLaserPower(), getLaserPulse(), getLaserPump(), getLaserRepetitionRate(), getLaserSerialNumber(), getLaserTuneable(), getLaserType(), getLaserWavelength(), getLeaderCount(), getLightEmittingDiodeID(), getLightEmittingDiodeLotNumber(), getLightEmittingDiodeManufacturer(), getLightEmittingDiodeModel(), getLightEmittingDiodePower(), getLightEmittingDiodeSerialNumber(), getLightPathDichroicRef(), getLightPathEmissionFilterRef(), getLightPathEmissionFilterRefCount(), getLightPathExcitationFilterRef(), getLightPathExcitationFilterRefCount(), getLightSourceCount(), getLightSourceType(), getLineFillColor(), getLineFillRule(), getLineFontFamily(), getLineFontSize(), getLineFontStyle(), getLineID(), getLineLineCap(), getLineLocked(), getLineMarkerEnd(), getLineMarkerStart(), getLineStrokeColor(), getLineStrokeDashArray(), getLineStrokeWidth(), getLineText(), getLineTheC(), getLineTheT(), getLineTheZ(), getLineTransform(), getLineVisible(), getLineX1(), getLineX2(), getLineY1(), getLineY2(), getListAnnotationAnnotationCount(), getListAnnotationAnnotationRef(), getListAnnotationAnnotator(), getListAnnotationCount(), getListAnnotationDescription(), getListAnnotationID(), getListAnnotationNamespace(), getLongAnnotationAnnotationCount(), getLongAnnotationAnnotationRef(), getLongAnnotationAnnotator(), getLongAnnotationCount(), getLongAnnotationDescription(), getLongAnnotationID(), getLongAnnotationNamespace(), getLongAnnotationValue(), getMaskFillColor(), getMaskFillRule(), getMaskFontFamily(), getMaskFontSize(), getMaskFontStyle(), getMaskHeight(), getMaskID(), getMaskLineCap(), getMaskLocked(), getMaskStrokeColor(), getMaskStrokeDashArray(), getMaskStrokeWidth(), getMaskText(), getMaskTheC(), getMaskTheT(), getMaskTheZ(), getMaskTransform(), getMaskVisible(), getMaskWidth(), getMaskX(), getMaskY(), getMicrobeamManipulationCount(), getMicrobeamManipulationDescription(), getMicrobeamManipulationExperimenterRef(), getMicrobeamManipulationID(), getMicrobeamManipulationLightSourceSettingsAttenuation(), getMicrobeamManipulationLightSourceSettingsCount(), getMicrobeamManipulationLightSourceSettingsID(), getMicrobeamManipulationLightSourceSettingsWavelength(), getMicrobeamManipulationRefCount(), getMicrobeamManipulationROIRef(), getMicrobeamManipulationROIRefCount(), getMicrobeamManipulationType(), getMicroscopeLotNumber(), getMicroscopeManufacturer(), getMicroscopeModel(), getMicroscopeSerialNumber(), getMicroscopeType(), getObjectiveCalibratedMagnification(), getObjectiveCorrection(), getObjectiveCount(), getObjectiveID(), getObjectiveImmersion(), getObjectiveIris(), getObjectiveLensNA(), getObjectiveLotNumber(), getObjectiveManufacturer(), getObjectiveModel(), getObjectiveNominalMagnification(), getObjectiveSerialNumber(), getObjectiveSettingsCorrectionCollar(), getObjectiveSettingsID(), getObjectiveSettingsMedium(), getObjectiveSettingsRefractiveIndex(), getObjectiveWorkingDistance(), getPixelsAnnotationRef(), getPixelsAnnotationRefCount(), getPixelsBigEndian(), getPixelsBinDataBigEndian(), getPixelsBinDataCount(), getPixelsDimensionOrder(), getPixelsID(), getPixelsInterleaved(), getPixelsPhysicalSizeX(), getPixelsPhysicalSizeY(), getPixelsPhysicalSizeZ(), getPixelsSignificantBits(), getPixelsSizeC(), getPixelsSizeT(), getPixelsSizeX(), getPixelsSizeY(), getPixelsSizeZ(), getPixelsTimeIncrement(), getPixelsType(), getPlaneAnnotationRef(), getPlaneAnnotationRefCount(), getPlaneCount(), getPlaneDeltaT(), getPlaneExposureTime(), getPlaneHashSHA1(), getPlanePositionX(), getPlanePositionY(), getPlanePositionZ(), getPlaneTheC(), getPlaneTheT(), getPlaneTheZ(), getPlateAcquisitionAnnotationRef(), getPlateAcquisitionAnnotationRefCount(), getPlateAcquisitionCount(), getPlateAcquisitionDescription(), getPlateAcquisitionEndTime(), getPlateAcquisitionID(), getPlateAcquisitionMaximumFieldCount(), getPlateAcquisitionName(), getPlateAcquisitionStartTime(), getPlateAcquisitionWellSampleRef(), getPlateAnnotationRef(), getPlateAnnotationRefCount(), getPlateColumnNamingConvention(), getPlateColumns(), getPlateCount(), getPlateDescription(), getPlateExternalIdentifier(), getPlateFieldIndex(), getPlateID(), getPlateName(), getPlateRefCount(), getPlateRowNamingConvention(), getPlateRows(), getPlateStatus(), getPlateWellOriginX(), getPlateWellOriginY(), getPointFillColor(), getPointFillRule(), getPointFontFamily(), getPointFontSize(), getPointFontStyle(), getPointID(), getPointLineCap(), getPointLocked(), getPointStrokeColor(), getPointStrokeDashArray(), getPointStrokeWidth(), getPointText(), getPointTheC(), getPointTheT(), getPointTheZ(), getPointTransform(), getPointVisible(), getPointX(), getPointY(), getPolygonFillColor(), getPolygonFillRule(), getPolygonFontFamily(), getPolygonFontSize(), getPolygonFontStyle(), getPolygonID(), getPolygonLineCap(), getPolygonLocked(), getPolygonPoints(), getPolygonStrokeColor(), getPolygonStrokeDashArray(), getPolygonStrokeWidth(), getPolygonText(), getPolygonTheC(), getPolygonTheT(), getPolygonTheZ(), getPolygonTransform(), getPolygonVisible(), getPolylineFillColor(), getPolylineFillRule(), getPolylineFontFamily(), getPolylineFontSize(), getPolylineFontStyle(), getPolylineID(), getPolylineLineCap(), getPolylineLocked(), getPolylineMarkerEnd(), getPolylineMarkerStart(), getPolylinePoints(), getPolylineStrokeColor(), getPolylineStrokeDashArray(), getPolylineStrokeWidth(), getPolylineText(), getPolylineTheC(), getPolylineTheT(), getPolylineTheZ(), getPolylineTransform(), getPolylineVisible(), getProjectAnnotationRef(), getProjectAnnotationRefCount(), getProjectCount(), getProjectDatasetRef(), getProjectDescription(), getProjectExperimenterGroupRef(), getProjectExperimenterRef(), getProjectID(), getProjectName(), getReagentAnnotationRef(), getReagentAnnotationRefCount(), getReagentCount(), getReagentDescription(), getReagentID(), getReagentName(), getReagentReagentIdentifier(), getRectangleFillColor(), getRectangleFillRule(), getRectangleFontFamily(), getRectangleFontSize(), getRectangleFontStyle(), getRectangleHeight(), getRectangleID(), getRectangleLineCap(), getRectangleLocked(), getRectangleStrokeColor(), getRectangleStrokeDashArray(), getRectangleStrokeWidth(), getRectangleText(), getRectangleTheC(), getRectangleTheT(), getRectangleTheZ(), getRectangleTransform(), getRectangleVisible(), getRectangleWidth(), getRectangleX(), getRectangleY(), getRightsRightsHeld(), getRightsRightsHolder(), getROIAnnotationRef(), getROIAnnotationRefCount(), getROICount(), getROIDescription(), getROIID(), getROIName(), getROINamespace(), getScreenAnnotationRef(), getScreenAnnotationRefCount(), getScreenCount(), getScreenDescription(), getScreenID(), getScreenName(), getScreenPlateRef(), getScreenProtocolDescription(), getScreenProtocolIdentifier(), getScreenReagentSetDescription(), getScreenReagentSetIdentifier(), getScreenType(), getShapeCount(), getShapeType(), getStageLabelName(), getStageLabelX(), getStageLabelY(), getStageLabelZ(), getTagAnnotationAnnotationCount(), getTagAnnotationAnnotationRef(), getTagAnnotationAnnotator(), getTagAnnotationCount(), getTagAnnotationDescription(), getTagAnnotationID(), getTagAnnotationNamespace(), getTagAnnotationValue(), getTermAnnotationAnnotationCount(), getTermAnnotationAnnotationRef(), getTermAnnotationAnnotator(), getTermAnnotationCount(), getTermAnnotationDescription(), getTermAnnotationID(), getTermAnnotationNamespace(), getTermAnnotationValue(), getTiffDataCount(), getTiffDataFirstC(), getTiffDataFirstT(), getTiffDataFirstZ(), getTiffDataIFD(), getTiffDataPlaneCount(), getTimestampAnnotationAnnotationCount(), getTimestampAnnotationAnnotationRef(), getTimestampAnnotationAnnotator(), getTimestampAnnotationCount(), getTimestampAnnotationDescription(), getTimestampAnnotationID(), getTimestampAnnotationNamespace(), getTimestampAnnotationValue(), getTransmittanceRangeCutIn(), getTransmittanceRangeCutInTolerance(), getTransmittanceRangeCutOut(), getTransmittanceRangeCutOutTolerance(), getTransmittanceRangeTransmittance(), getUUID(), getUUIDFileName(), getUUIDValue(), getWellAnnotationRef(), getWellAnnotationRefCount(), getWellColor(), getWellColumn(), getWellCount(), getWellExternalDescription(), getWellExternalIdentifier(), getWellID(), getWellReagentRef(), getWellRow(), getWellSampleAnnotationRef(), getWellSampleAnnotationRefCount(), getWellSampleCount(), getWellSampleID(), getWellSampleImageRef(), getWellSampleIndex(), getWellSamplePositionX(), getWellSamplePositionY(), getWellSampleRefCount(), getWellSampleTimepoint(), getWellType(), getXMLAnnotationAnnotationCount(), getXMLAnnotationAnnotationRef(), getXMLAnnotationAnnotator(), getXMLAnnotationCount(), getXMLAnnotationDescription(), getXMLAnnotationID(), getXMLAnnotationNamespace(), getXMLAnnotationValue(), setArcID(), setArcLotNumber(), setArcManufacturer(), setArcModel(), setArcPower(), setArcSerialNumber(), setArcType(), setBinaryFileFileName(), setBinaryFileMIMEType(), setBinaryFileSize(), setBinaryOnlyMetadataFile(), setBinaryOnlyUUID(), setBooleanAnnotationAnnotationRef(), setBooleanAnnotationAnnotator(), setBooleanAnnotationDescription(), setBooleanAnnotationID(), setBooleanAnnotationNamespace(), setBooleanAnnotationValue(), setChannelAcquisitionMode(), setChannelAnnotationRef(), setChannelColor(), setChannelContrastMethod(), setChannelEmissionWavelength(), setChannelExcitationWavelength(), setChannelFilterSetRef(), setChannelFluor(), setChannelID(), setChannelIlluminationType(), setChannelLightSourceSettingsAttenuation(), setChannelLightSourceSettingsID(), setChannelLightSourceSettingsWavelength(), setChannelName(), setChannelNDFilter(), setChannelPinholeSize(), setChannelPockelCellSetting(), setChannelSamplesPerPixel(), setCommentAnnotationAnnotationRef(), setCommentAnnotationAnnotator(), setCommentAnnotationDescription(), setCommentAnnotationID(), setCommentAnnotationNamespace(), setCommentAnnotationValue(), setDatasetAnnotationRef(), setDatasetDescription(), setDatasetExperimenterGroupRef(), setDatasetExperimenterRef(), setDatasetID(), setDatasetImageRef(), setDatasetName(), setDetectorAmplificationGain(), setDetectorGain(), setDetectorID(), setDetectorLotNumber(), setDetectorManufacturer(), setDetectorModel(), setDetectorOffset(), setDetectorSerialNumber(), setDetectorSettingsBinning(), setDetectorSettingsGain(), setDetectorSettingsID(), setDetectorSettingsIntegration(), setDetectorSettingsOffset(), setDetectorSettingsReadOutRate(), setDetectorSettingsVoltage(), setDetectorSettingsZoom(), setDetectorType(), setDetectorVoltage(), setDetectorZoom(), setDichroicID(), setDichroicLotNumber(), setDichroicManufacturer(), setDichroicModel(), setDichroicSerialNumber(), setDoubleAnnotationAnnotationRef(), setDoubleAnnotationAnnotator(), setDoubleAnnotationDescription(), setDoubleAnnotationID(), setDoubleAnnotationNamespace(), setDoubleAnnotationValue(), setEllipseFillColor(), setEllipseFillRule(), setEllipseFontFamily(), setEllipseFontSize(), setEllipseFontStyle(), setEllipseID(), setEllipseLineCap(), setEllipseLocked(), setEllipseRadiusX(), setEllipseRadiusY(), setEllipseStrokeColor(), setEllipseStrokeDashArray(), setEllipseStrokeWidth(), setEllipseText(), setEllipseTheC(), setEllipseTheT(), setEllipseTheZ(), setEllipseTransform(), setEllipseVisible(), setEllipseX(), setEllipseY(), setExperimentDescription(), setExperimenterAnnotationRef(), setExperimenterEmail(), setExperimenterFirstName(), setExperimenterGroupAnnotationRef(), setExperimenterGroupDescription(), setExperimenterGroupExperimenterRef(), setExperimenterGroupID(), setExperimenterGroupLeader(), setExperimenterGroupName(), setExperimenterID(), setExperimenterInstitution(), setExperimenterLastName(), setExperimenterMiddleName(), setExperimenterUserName(), setExperimentExperimenterRef(), setExperimentID(), setExperimentType(), setFilamentID(), setFilamentLotNumber(), setFilamentManufacturer(), setFilamentModel(), setFilamentPower(), setFilamentSerialNumber(), setFilamentType(), setFileAnnotationAnnotationRef(), setFileAnnotationAnnotator(), setFileAnnotationDescription(), setFileAnnotationID(), setFileAnnotationNamespace(), setFilterFilterWheel(), setFilterID(), setFilterLotNumber(), setFilterManufacturer(), setFilterModel(), setFilterSerialNumber(), setFilterSetDichroicRef(), setFilterSetEmissionFilterRef(), setFilterSetExcitationFilterRef(), setFilterSetID(), setFilterSetLotNumber(), setFilterSetManufacturer(), setFilterSetModel(), setFilterSetSerialNumber(), setFilterType(), setImageAcquisitionDate(), setImageAnnotationRef(), setImageDescription(), setImageExperimenterGroupRef(), setImageExperimenterRef(), setImageExperimentRef(), setImageID(), setImageInstrumentRef(), setImageMicrobeamManipulationRef(), setImageName(), setImageROIRef(), setImagingEnvironmentAirPressure(), setImagingEnvironmentCO2Percent(), setImagingEnvironmentHumidity(), setImagingEnvironmentTemperature(), setInstrumentID(), setLabelFillColor(), setLabelFillRule(), setLabelFontFamily(), setLabelFontSize(), setLabelFontStyle(), setLabelID(), setLabelLineCap(), setLabelLocked(), setLabelStrokeColor(), setLabelStrokeDashArray(), setLabelStrokeWidth(), setLabelText(), setLabelTheC(), setLabelTheT(), setLabelTheZ(), setLabelTransform(), setLabelVisible(), setLabelX(), setLabelY(), setLaserFrequencyMultiplication(), setLaserID(), setLaserLaserMedium(), setLaserLotNumber(), setLaserManufacturer(), setLaserModel(), setLaserPockelCell(), setLaserPower(), setLaserPulse(), setLaserPump(), setLaserRepetitionRate(), setLaserSerialNumber(), setLaserTuneable(), setLaserType(), setLaserWavelength(), setLightEmittingDiodeID(), setLightEmittingDiodeLotNumber(), setLightEmittingDiodeManufacturer(), setLightEmittingDiodeModel(), setLightEmittingDiodePower(), setLightEmittingDiodeSerialNumber(), setLightPathDichroicRef(), setLightPathEmissionFilterRef(), setLightPathExcitationFilterRef(), setLineFillColor(), setLineFillRule(), setLineFontFamily(), setLineFontSize(), setLineFontStyle(), setLineID(), setLineLineCap(), setLineLocked(), setLineMarkerEnd(), setLineMarkerStart(), setLineStrokeColor(), setLineStrokeDashArray(), setLineStrokeWidth(), setLineText(), setLineTheC(), setLineTheT(), setLineTheZ(), setLineTransform(), setLineVisible(), setLineX1(), setLineX2(), setLineY1(), setLineY2(), setListAnnotationAnnotationRef(), setListAnnotationAnnotator(), setListAnnotationDescription(), setListAnnotationID(), setListAnnotationNamespace(), setLongAnnotationAnnotationRef(), setLongAnnotationAnnotator(), setLongAnnotationDescription(), setLongAnnotationID(), setLongAnnotationNamespace(), setLongAnnotationValue(), setMaskFillColor(), setMaskFillRule(), setMaskFontFamily(), setMaskFontSize(), setMaskFontStyle(), setMaskHeight(), setMaskID(), setMaskLineCap(), setMaskLocked(), setMaskStrokeColor(), setMaskStrokeDashArray(), setMaskStrokeWidth(), setMaskText(), setMaskTheC(), setMaskTheT(), setMaskTheZ(), setMaskTransform(), setMaskVisible(), setMaskWidth(), setMaskX(), setMaskY(), setMicrobeamManipulationDescription(), setMicrobeamManipulationExperimenterRef(), setMicrobeamManipulationID(), setMicrobeamManipulationLightSourceSettingsAttenuation(), setMicrobeamManipulationLightSourceSettingsID(), setMicrobeamManipulationLightSourceSettingsWavelength(), setMicrobeamManipulationROIRef(), setMicrobeamManipulationType(), setMicroscopeLotNumber(), setMicroscopeManufacturer(), setMicroscopeModel(), setMicroscopeSerialNumber(), setMicroscopeType(), setObjectiveCalibratedMagnification(), setObjectiveCorrection(), setObjectiveID(), setObjectiveImmersion(), setObjectiveIris(), setObjectiveLensNA(), setObjectiveLotNumber(), setObjectiveManufacturer(), setObjectiveModel(), setObjectiveNominalMagnification(), setObjectiveSerialNumber(), setObjectiveSettingsCorrectionCollar(), setObjectiveSettingsID(), setObjectiveSettingsMedium(), setObjectiveSettingsRefractiveIndex(), setObjectiveWorkingDistance(), setPixelsAnnotationRef(), setPixelsBigEndian(), setPixelsBinDataBigEndian(), setPixelsDimensionOrder(), setPixelsID(), setPixelsInterleaved(), setPixelsPhysicalSizeX(), setPixelsPhysicalSizeY(), setPixelsPhysicalSizeZ(), setPixelsSignificantBits(), setPixelsSizeC(), setPixelsSizeT(), setPixelsSizeX(), setPixelsSizeY(), setPixelsSizeZ(), setPixelsTimeIncrement(), setPixelsType(), setPlaneAnnotationRef(), setPlaneDeltaT(), setPlaneExposureTime(), setPlaneHashSHA1(), setPlanePositionX(), setPlanePositionY(), setPlanePositionZ(), setPlaneTheC(), setPlaneTheT(), setPlaneTheZ(), setPlateAcquisitionAnnotationRef(), setPlateAcquisitionDescription(), setPlateAcquisitionEndTime(), setPlateAcquisitionID(), setPlateAcquisitionMaximumFieldCount(), setPlateAcquisitionName(), setPlateAcquisitionStartTime(), setPlateAcquisitionWellSampleRef(), setPlateAnnotationRef(), setPlateColumnNamingConvention(), setPlateColumns(), setPlateDescription(), setPlateExternalIdentifier(), setPlateFieldIndex(), setPlateID(), setPlateName(), setPlateRowNamingConvention(), setPlateRows(), setPlateStatus(), setPlateWellOriginX(), setPlateWellOriginY(), setPointFillColor(), setPointFillRule(), setPointFontFamily(), setPointFontSize(), setPointFontStyle(), setPointID(), setPointLineCap(), setPointLocked(), setPointStrokeColor(), setPointStrokeDashArray(), setPointStrokeWidth(), setPointText(), setPointTheC(), setPointTheT(), setPointTheZ(), setPointTransform(), setPointVisible(), setPointX(), setPointY(), setPolygonFillColor(), setPolygonFillRule(), setPolygonFontFamily(), setPolygonFontSize(), setPolygonFontStyle(), setPolygonID(), setPolygonLineCap(), setPolygonLocked(), setPolygonPoints(), setPolygonStrokeColor(), setPolygonStrokeDashArray(), setPolygonStrokeWidth(), setPolygonText(), setPolygonTheC(), setPolygonTheT(), setPolygonTheZ(), setPolygonTransform(), setPolygonVisible(), setPolylineFillColor(), setPolylineFillRule(), setPolylineFontFamily(), setPolylineFontSize(), setPolylineFontStyle(), setPolylineID(), setPolylineLineCap(), setPolylineLocked(), setPolylineMarkerEnd(), setPolylineMarkerStart(), setPolylinePoints(), setPolylineStrokeColor(), setPolylineStrokeDashArray(), setPolylineStrokeWidth(), setPolylineText(), setPolylineTheC(), setPolylineTheT(), setPolylineTheZ(), setPolylineTransform(), setPolylineVisible(), setProjectAnnotationRef(), setProjectDatasetRef(), setProjectDescription(), setProjectExperimenterGroupRef(), setProjectExperimenterRef(), setProjectID(), setProjectName(), setReagentAnnotationRef(), setReagentDescription(), setReagentID(), setReagentName(), setReagentReagentIdentifier(), setRectangleFillColor(), setRectangleFillRule(), setRectangleFontFamily(), setRectangleFontSize(), setRectangleFontStyle(), setRectangleHeight(), setRectangleID(), setRectangleLineCap(), setRectangleLocked(), setRectangleStrokeColor(), setRectangleStrokeDashArray(), setRectangleStrokeWidth(), setRectangleText(), setRectangleTheC(), setRectangleTheT(), setRectangleTheZ(), setRectangleTransform(), setRectangleVisible(), setRectangleWidth(), setRectangleX(), setRectangleY(), setRightsRightsHeld(), setRightsRightsHolder(), setROIAnnotationRef(), setROIDescription(), setROIID(), setROIName(), setROINamespace(), setScreenAnnotationRef(), setScreenDescription(), setScreenID(), setScreenName(), setScreenPlateRef(), setScreenProtocolDescription(), setScreenProtocolIdentifier(), setScreenReagentSetDescription(), setScreenReagentSetIdentifier(), setScreenType(), setStageLabelName(), setStageLabelX(), setStageLabelY(), setStageLabelZ(), setTagAnnotationAnnotationRef(), setTagAnnotationAnnotator(), setTagAnnotationDescription(), setTagAnnotationID(), setTagAnnotationNamespace(), setTagAnnotationValue(), setTermAnnotationAnnotationRef(), setTermAnnotationAnnotator(), setTermAnnotationDescription(), setTermAnnotationID(), setTermAnnotationNamespace(), setTermAnnotationValue(), setTiffDataFirstC(), setTiffDataFirstT(), setTiffDataFirstZ(), setTiffDataIFD(), setTiffDataPlaneCount(), setTimestampAnnotationAnnotationRef(), setTimestampAnnotationAnnotator(), setTimestampAnnotationDescription(), setTimestampAnnotationID(), setTimestampAnnotationNamespace(), setTimestampAnnotationValue(), setTransmittanceRangeCutIn(), setTransmittanceRangeCutInTolerance(), setTransmittanceRangeCutOut(), setTransmittanceRangeCutOutTolerance(), setTransmittanceRangeTransmittance(), setUUID(), setUUIDFileName(), setUUIDValue(), setWellAnnotationRef(), setWellColor(), setWellColumn(), setWellExternalDescription(), setWellExternalIdentifier(), setWellID(), setWellReagentRef(), setWellRow(), setWellSampleAnnotationRef(), setWellSampleID(), setWellSampleImageRef(), setWellSampleIndex(), setWellSamplePositionX(), setWellSamplePositionY(), setWellSampleTimepoint(), setWellType(), setXMLAnnotationAnnotationRef(), setXMLAnnotationAnnotator(), setXMLAnnotationDescription(), setXMLAnnotationID(), setXMLAnnotationNamespace(), and setXMLAnnotationValue().


The documentation for this class was generated from the following files: