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> 61 #include <ome/xml/model/primitives/Quantity.h> 63 #include <ome/xml/model/Objective.h> 64 #include <ome/xml/model/Settings.h> 65 #include <ome/xml/model/enums/Medium.h> 85 std::shared_ptr<Impl>
impl;
116 static std::shared_ptr<ObjectiveSettings>
145 link (std::shared_ptr<Reference>& reference,
146 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
153 std::shared_ptr<double>
161 const std::shared_ptr<double>
177 std::shared_ptr<double>
185 const std::shared_ptr<double>
210 setID (
const std::string&
id);
217 std::shared_ptr<ome::xml::model::enums::Medium>
225 const std::shared_ptr<ome::xml::model::enums::Medium>
234 setMedium (std::shared_ptr<ome::xml::model::enums::Medium>& medium);
241 std::weak_ptr<ome::xml::model::Objective>
249 const std::weak_ptr<ome::xml::model::Objective>
258 setObjective (std::weak_ptr<ome::xml::model::Objective>& objective);
276 #endif // OME_XML_MODEL_OBJECTIVESETTINGS_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: ObjectiveSettings.cpp:408
bool link(std::shared_ptr< Reference > &reference, std::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: ObjectiveSettings.cpp:242
static std::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:167
Settings model object.
Definition: Settings.h:78
const std::string & getID() const
Get the ID property.
Definition: ObjectiveSettings.cpp:299
void setRefractiveIndex(std::shared_ptr< double > &refractiveIndex)
Set the RefractiveIndex property.
Definition: ObjectiveSettings.cpp:271
void setObjective(std::weak_ptr< ome::xml::model::Objective > &objective)
Set the Objective property.
Definition: ObjectiveSettings.cpp:348
std::shared_ptr< ome::xml::model::enums::Medium > getMedium()
Get the Medium property.
Definition: ObjectiveSettings.cpp:313
virtual void 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:354
std::shared_ptr< double > getCorrectionCollar()
Get the CorrectionCollar property.
Definition: ObjectiveSettings.cpp:278
void setID(const std::string &id)
Set the ID property.
Definition: ObjectiveSettings.cpp:306
void setCorrectionCollar(std::shared_ptr< double > &correctionCollar)
Set the CorrectionCollar property.
Definition: ObjectiveSettings.cpp:292
const std::string & elementName() const
Get the element name of this model object.
Definition: ObjectiveSettings.cpp:176
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: ObjectiveSettings.cpp:183
Open Microscopy Environment C++ implementation.
ObjectiveSettings()
Default constructor.
Definition: ObjectiveSettings.cpp:143
ObjectiveSettings model object.
Definition: ObjectiveSettings.h:80
std::shared_ptr< double > getRefractiveIndex()
Get the RefractiveIndex property.
Definition: ObjectiveSettings.cpp:257
std::weak_ptr< ome::xml::model::Objective > getObjective()
Get the Objective property.
Definition: ObjectiveSettings.cpp:334
virtual SKIP 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
Private implementation details of ObjectiveSettings model object.
Definition: ObjectiveSettings.cpp:72
virtual ~ObjectiveSettings()
Destructor.
Definition: ObjectiveSettings.cpp:162
std::shared_ptr< Impl > impl
Private implementation details.
Definition: ObjectiveSettings.h:83
void setMedium(std::shared_ptr< ome::xml::model::enums::Medium > &medium)
Set the Medium property.
Definition: ObjectiveSettings.cpp:327