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>
61 #include <ome/xml/model/primitives/Quantity.h>
63 #include <ome/xml/model/BinData.h>
64 #include <ome/xml/model/Shape.h>
84 std::shared_ptr<Impl>
impl;
115 static std::shared_ptr<Mask>
145 link (std::shared_ptr<Reference>& reference,
146 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
217 std::shared_ptr<ome::xml::model::BinData>
225 const std::shared_ptr<ome::xml::model::BinData>
234 setBinData (std::shared_ptr<ome::xml::model::BinData>& binData);
255 #endif // OME_XML_MODEL_MASK_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:61
double getHeight() const
Get the Height property.
Definition: Mask.cpp:291
void setY(double y)
Set the Y property.
Definition: Mask.cpp:270
double getX() const
Get the X property.
Definition: Mask.cpp:277
Private implementation details of Mask model object.
Definition: Mask.cpp:73
void setX(double x)
Set the X property.
Definition: Mask.cpp:284
std::shared_ptr< ome::xml::model::BinData > getBinData()
Get the BinData property.
Definition: Mask.cpp:319
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Mask.h:82
void setWidth(double width)
Set the Width property.
Definition: Mask.cpp:312
static std::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
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:182
Mask model object.
Definition: Mask.h:79
void setHeight(double height)
Set the Height property.
Definition: Mask.cpp:298
double getY() const
Get the Y property.
Definition: Mask.cpp:263
const std::string & elementName() const
Get the element name of this model object.
Definition: Mask.cpp:169
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: Mask.cpp:346
Shape model object.
Definition: Shape.h:87
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: Mask.cpp:248
void setBinData(std::shared_ptr< ome::xml::model::BinData > &binData)
Set the BinData property.
Definition: Mask.cpp:333
virtual ~Mask()
Destructor.
Definition: Mask.cpp:155
const std::string & getShapeType() const
Get the Shape type.
Definition: Mask.cpp:339
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:399
double getWidth() const
Get the Width property.
Definition: Mask.cpp:305