46 #ifndef OME_XML_MODEL_MASK_H
47 #define OME_XML_MODEL_MASK_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/primitives/Quantity.h>
64 #include <ome/xml/model/BinData.h>
65 #include <ome/xml/model/Shape.h>
85 ome::compat::shared_ptr<Impl>
impl;
116 static ome::compat::shared_ptr< Mask>
146 link (ome::compat::shared_ptr<Reference>& reference,
147 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
218 ome::compat::shared_ptr<ome::xml::model::BinData>
226 const ome::compat::shared_ptr<ome::xml::model::BinData>
235 setBinData (ome::compat::shared_ptr<ome::xml::model::BinData>& binData);
261 #endif // OME_XML_MODEL_MASK_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
double getHeight() const
Get the Height property.
Definition: Mask.cpp:293
void setBinData(ome::compat::shared_ptr< ome::xml::model::BinData > &binData)
Set the BinData property.
Definition: Mask.cpp:335
void setY(double y)
Set the Y property.
Definition: Mask.cpp:272
double getX() const
Get the X property.
Definition: Mask.cpp:279
Private implementation details of Mask model object.
Definition: Mask.cpp:73
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: Mask.h:83
void setX(double x)
Set the X property.
Definition: Mask.cpp:286
void setWidth(double width)
Set the Width property.
Definition: Mask.cpp:314
static ome::compat::shared_ptr< Mask > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Mask model object from DOM element.
Definition: Mask.cpp:160
ome::compat::shared_ptr< ome::xml::model::BinData > getBinData()
Get the BinData property.
Definition: Mask.cpp:321
Mask & operator=(const Mask &)
Assignment operator (deleted).
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: Mask.cpp:184
Mask model object.
Definition: Mask.h:80
void setHeight(double height)
Set the Height property.
Definition: Mask.cpp:300
double getY() const
Get the Y property.
Definition: Mask.cpp:265
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Mask.cpp:348
const std::string & elementName() const
Get the element name of this model object.
Definition: Mask.cpp:169
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: Mask.cpp:355
Shape model object.
Definition: Shape.h:88
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: Mask.cpp:250
virtual ~Mask()
Destructor.
Definition: Mask.cpp:155
const std::string & getShapeType() const
Get the Shape type.
Definition: Mask.cpp:341
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Mask.cpp:176
Mask()
Default constructor.
Definition: Mask.cpp:140
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Mask.cpp:415
double getWidth() const
Get the Width property.
Definition: Mask.cpp:307