46 #ifndef OME_XML_MODEL_IMAGINGENVIRONMENT_H 47 #define OME_XML_MODEL_IMAGINGENVIRONMENT_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/detail/OMEModelObject.h> 64 #include <ome/xml/model/enums/UnitsPressure.h> 65 #include <ome/xml/model/enums/UnitsTemperature.h> 66 #include <ome/xml/model/primitives/OrderedMultimap.h> 67 #include <ome/xml/model/primitives/PercentFraction.h> 87 std::shared_ptr<Impl>
impl;
118 static std::shared_ptr<ImagingEnvironment>
147 link (std::shared_ptr<Reference>& reference,
148 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
155 std::shared_ptr<ome::xml::model::primitives::PercentFraction>
163 const std::shared_ptr<ome::xml::model::primitives::PercentFraction>
172 setCO2Percent (std::shared_ptr<ome::xml::model::primitives::PercentFraction>& co2Percent);
179 std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsTemperature > >&
187 const std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsTemperature > >&
203 std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsPressure > >&
211 const std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsPressure > >&
227 std::shared_ptr<ome::xml::model::primitives::PercentFraction>
235 const std::shared_ptr<ome::xml::model::primitives::PercentFraction>
244 setHumidity (std::shared_ptr<ome::xml::model::primitives::PercentFraction>& humidity);
251 std::shared_ptr<ome::xml::model::primitives::OrderedMultimap>
259 const std::shared_ptr<ome::xml::model::primitives::OrderedMultimap>
268 setMap (std::shared_ptr<ome::xml::model::primitives::OrderedMultimap>& map);
286 #endif // OME_XML_MODEL_IMAGINGENVIRONMENT_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
virtual ~ImagingEnvironment()
Destructor.
Definition: ImagingEnvironment.cpp:162
void setMap(std::shared_ptr< ome::xml::model::primitives::OrderedMultimap > &map)
Set the Map property.
Definition: ImagingEnvironment.cpp:394
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsPressure > > & getAirPressure()
Get the AirPressure property.
Definition: ImagingEnvironment.cpp:338
static std::shared_ptr< ImagingEnvironment > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a ImagingEnvironment model object from DOM element.
Definition: ImagingEnvironment.cpp:167
std::shared_ptr< ome::xml::model::primitives::PercentFraction > getHumidity()
Get the Humidity property.
Definition: ImagingEnvironment.cpp:359
void setAirPressure(const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsPressure > > &airPressure)
Set the AirPressure property.
Definition: ImagingEnvironment.cpp:352
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: ImagingEnvironment.cpp:189
Private implementation details of ImagingEnvironment model object.
Definition: ImagingEnvironment.cpp:72
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: ImagingEnvironment.cpp:471
ImagingEnvironment()
Default constructor.
Definition: ImagingEnvironment.cpp:143
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
std::shared_ptr< Impl > impl
Private implementation details.
Definition: ImagingEnvironment.h:85
Open Microscopy Environment C++ implementation.
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: ImagingEnvironment.cpp:183
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: ImagingEnvironment.cpp:281
ImagingEnvironment model object.
Definition: ImagingEnvironment.h:82
std::shared_ptr< ome::xml::model::primitives::OrderedMultimap > getMap()
Get the Map property.
Definition: ImagingEnvironment.cpp:380
void setHumidity(std::shared_ptr< ome::xml::model::primitives::PercentFraction > &humidity)
Set the Humidity property.
Definition: ImagingEnvironment.cpp:373
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsTemperature > > & getTemperature()
Get the Temperature property.
Definition: ImagingEnvironment.cpp:317
A quantity of a defined unit.
Definition: Quantity.h:57
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: ImagingEnvironment.cpp:400
void setTemperature(const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsTemperature > > &temperature)
Set the Temperature property.
Definition: ImagingEnvironment.cpp:331
const std::string & elementName() const
Get the element name of this model object.
Definition: ImagingEnvironment.cpp:176
std::shared_ptr< ome::xml::model::primitives::PercentFraction > getCO2Percent()
Get the CO2Percent property.
Definition: ImagingEnvironment.cpp:296
void setCO2Percent(std::shared_ptr< ome::xml::model::primitives::PercentFraction > &co2Percent)
Set the CO2Percent property.
Definition: ImagingEnvironment.cpp:310