46 #ifndef OME_XML_MODEL_DETECTORSETTINGS_H
47 #define OME_XML_MODEL_DETECTORSETTINGS_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/Detector.h>
63 #include <ome/xml/model/Settings.h>
64 #include <ome/xml/model/enums/Binning.h>
65 #include <ome/xml/model/primitives/PositiveInteger.h>
85 ome::compat::shared_ptr<Impl>
impl;
116 static ome::compat::shared_ptr< DetectorSettings>
141 link (ome::compat::shared_ptr<Reference>& reference,
142 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
149 ome::compat::shared_ptr<double>
157 const ome::compat::shared_ptr<double>
166 setZoom (ome::compat::shared_ptr<double>& zoom);
173 ome::compat::shared_ptr<ome::xml::model::enums::Binning>
181 const ome::compat::shared_ptr<ome::xml::model::enums::Binning>
190 setBinning (ome::compat::shared_ptr<ome::xml::model::enums::Binning>& binning);
197 ome::compat::shared_ptr<ome::xml::model::primitives::PositiveInteger>
205 const ome::compat::shared_ptr<ome::xml::model::primitives::PositiveInteger>
214 setIntegration (ome::compat::shared_ptr<ome::xml::model::primitives::PositiveInteger>& integration);
221 ome::compat::shared_ptr<double>
229 const ome::compat::shared_ptr<double>
245 ome::compat::shared_ptr<double>
253 const ome::compat::shared_ptr<double>
262 setGain (ome::compat::shared_ptr<double>& gain);
269 ome::compat::shared_ptr<double>
277 const ome::compat::shared_ptr<double>
286 setOffset (ome::compat::shared_ptr<double>& offset);
302 setID (
const std::string&
id);
309 ome::compat::shared_ptr<double>
317 const ome::compat::shared_ptr<double>
326 setVoltage (ome::compat::shared_ptr<double>& voltage);
333 ome::compat::weak_ptr<ome::xml::model::Detector>
341 const ome::compat::weak_ptr<ome::xml::model::Detector>
350 setDetector (ome::compat::weak_ptr<ome::xml::model::Detector>& detector);
374 #endif // OME_XML_MODEL_DETECTORSETTINGS_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
void setReadOutRate(ome::compat::shared_ptr< double > &readOutRate)
Set the ReadOutRate property.
Definition: DetectorSettings.cpp:397
void setDetector(ome::compat::weak_ptr< ome::xml::model::Detector > &detector)
Set the Detector property.
Definition: DetectorSettings.cpp:495
ome::compat::shared_ptr< double > getReadOutRate()
Get the ReadOutRate property.
Definition: DetectorSettings.cpp:383
ome::compat::shared_ptr< double > getVoltage()
Get the Voltage property.
Definition: DetectorSettings.cpp:460
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: DetectorSettings.cpp:208
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: DetectorSettings.h:83
Settings model object.
Definition: Settings.h:77
ome::compat::shared_ptr< double > getGain()
Get the Gain property.
Definition: DetectorSettings.cpp:404
const std::string & elementName() const
Get the element name of this model object.
Definition: DetectorSettings.cpp:201
void setZoom(ome::compat::shared_ptr< double > &zoom)
Set the Zoom property.
Definition: DetectorSettings.cpp:334
void setBinning(ome::compat::shared_ptr< ome::xml::model::enums::Binning > &binning)
Set the Binning property.
Definition: DetectorSettings.cpp:355
ome::compat::weak_ptr< ome::xml::model::Detector > getDetector()
Get the Detector property.
Definition: DetectorSettings.cpp:481
DOM Document wrapper.
Definition: Document.h:83
DOM Element wrapper.
Definition: Element.h:66
void setGain(ome::compat::shared_ptr< double > &gain)
Set the Gain property.
Definition: DetectorSettings.cpp:418
ome::compat::shared_ptr< double > getZoom()
Get the Zoom property.
Definition: DetectorSettings.cpp:320
ome::compat::shared_ptr< ome::xml::model::primitives::PositiveInteger > getIntegration()
Get the Integration property.
Definition: DetectorSettings.cpp:362
void setIntegration(ome::compat::shared_ptr< ome::xml::model::primitives::PositiveInteger > &integration)
Set the Integration property.
Definition: DetectorSettings.cpp:376
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: DetectorSettings.cpp:502
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: DetectorSettings.cpp:305
Private implementation details of DetectorSettings model object.
Definition: DetectorSettings.cpp:72
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
DetectorSettings()
Default constructor.
Definition: DetectorSettings.cpp:168
DetectorSettings model object.
Definition: DetectorSettings.h:80
static ome::compat::shared_ptr< DetectorSettings > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a DetectorSettings model object from DOM element.
Definition: DetectorSettings.cpp:192
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: DetectorSettings.cpp:217
ome::compat::shared_ptr< ome::xml::model::enums::Binning > getBinning()
Get the Binning property.
Definition: DetectorSettings.cpp:341
void setID(const std::string &id)
Set the ID property.
Definition: DetectorSettings.cpp:453
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: DetectorSettings.cpp:619
ome::compat::shared_ptr< double > getOffset()
Get the Offset property.
Definition: DetectorSettings.cpp:425
const std::string & getID() const
Get the ID property.
Definition: DetectorSettings.cpp:446
void setVoltage(ome::compat::shared_ptr< double > &voltage)
Set the Voltage property.
Definition: DetectorSettings.cpp:474
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: DetectorSettings.cpp:509
virtual ~DetectorSettings()
Destructor.
Definition: DetectorSettings.cpp:187
void setOffset(ome::compat::shared_ptr< double > &offset)
Set the Offset property.
Definition: DetectorSettings.cpp:439
Xerces-C modern C++ wrapper.
Definition: Base.h:53