46 #ifndef OME_XML_MODEL_OBJECTIVESETTINGS_H
47 #define OME_XML_MODEL_OBJECTIVESETTINGS_H
57 #include <ome/common/xml/dom/Document.h>
58 #include <ome/common/xml/dom/Element.h>
59 #include <ome/common/xml/dom/Node.h>
60 #include <ome/common/xml/dom/NodeList.h>
62 #include <ome/xml/model/Objective.h>
63 #include <ome/xml/model/Settings.h>
64 #include <ome/xml/model/enums/Medium.h>
84 ome::compat::shared_ptr<Impl>
impl;
115 static ome::compat::shared_ptr< ObjectiveSettings>
140 link (ome::compat::shared_ptr<Reference>& reference,
141 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
148 ome::compat::shared_ptr<double>
156 const ome::compat::shared_ptr<double>
172 ome::compat::shared_ptr<double>
180 const ome::compat::shared_ptr<double>
205 setID (
const std::string&
id);
212 ome::compat::shared_ptr<ome::xml::model::enums::Medium>
220 const ome::compat::shared_ptr<ome::xml::model::enums::Medium>
229 setMedium (ome::compat::shared_ptr<ome::xml::model::enums::Medium>& medium);
236 ome::compat::weak_ptr<ome::xml::model::Objective>
244 const ome::compat::weak_ptr<ome::xml::model::Objective>
253 setObjective (ome::compat::weak_ptr<ome::xml::model::Objective>& objective);
277 #endif // OME_XML_MODEL_OBJECTIVESETTINGS_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
Settings model object.
Definition: Settings.h:77
void setMedium(ome::compat::shared_ptr< ome::xml::model::enums::Medium > &medium)
Set the Medium property.
Definition: ObjectiveSettings.cpp:326
ome::compat::weak_ptr< ome::xml::model::Objective > getObjective()
Get the Objective property.
Definition: ObjectiveSettings.cpp:333
void setID(const std::string &id)
Set the ID property.
Definition: ObjectiveSettings.cpp:305
DOM Document wrapper.
Definition: Document.h:83
DOM Element wrapper.
Definition: Element.h:66
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: ObjectiveSettings.cpp:423
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: ObjectiveSettings.cpp:180
void setCorrectionCollar(ome::compat::shared_ptr< double > &correctionCollar)
Set the CorrectionCollar property.
Definition: ObjectiveSettings.cpp:291
const std::string & elementName() const
Get the element name of this model object.
Definition: ObjectiveSettings.cpp:173
void setRefractiveIndex(ome::compat::shared_ptr< double > &refractiveIndex)
Set the RefractiveIndex property.
Definition: ObjectiveSettings.cpp:270
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
virtual common::xml::dom::Element asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: ObjectiveSettings.cpp:361
ome::compat::shared_ptr< ome::xml::model::enums::Medium > getMedium()
Get the Medium property.
Definition: ObjectiveSettings.cpp:312
ObjectiveSettings()
Default constructor.
Definition: ObjectiveSettings.cpp:140
ObjectiveSettings model object.
Definition: ObjectiveSettings.h:79
bool link(ome::compat::shared_ptr< Reference > &reference, ome::compat::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: ObjectiveSettings.cpp:241
virtual void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: ObjectiveSettings.cpp:189
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: ObjectiveSettings.cpp:354
Private implementation details of ObjectiveSettings model object.
Definition: ObjectiveSettings.cpp:72
void setObjective(ome::compat::weak_ptr< ome::xml::model::Objective > &objective)
Set the Objective property.
Definition: ObjectiveSettings.cpp:347
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: ObjectiveSettings.h:82
virtual ~ObjectiveSettings()
Destructor.
Definition: ObjectiveSettings.cpp:159
ome::compat::shared_ptr< double > getCorrectionCollar()
Get the CorrectionCollar property.
Definition: ObjectiveSettings.cpp:277
ome::compat::shared_ptr< double > getRefractiveIndex()
Get the RefractiveIndex property.
Definition: ObjectiveSettings.cpp:256
const std::string & getID() const
Get the ID property.
Definition: ObjectiveSettings.cpp:298
static ome::compat::shared_ptr< ObjectiveSettings > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a ObjectiveSettings model object from DOM element.
Definition: ObjectiveSettings.cpp:164
Xerces-C modern C++ wrapper.
Definition: Base.h:53