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>
129 operator= (
const Mask&) =
delete;
144 link (std::shared_ptr<Reference>& reference,
145 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
216 std::shared_ptr<ome::xml::model::BinData>
224 const std::shared_ptr<ome::xml::model::BinData>
233 setBinData (std::shared_ptr<ome::xml::model::BinData>& binData);
254 #endif // OME_XML_MODEL_MASK_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
void setY(double y)
Set the Y property.
Definition: Mask.cpp:278
Private implementation details of Mask model object.
Definition: Mask.cpp:73
void setX(double x)
Set the X property.
Definition: Mask.cpp:292
double getHeight() const
Get the Height property.
Definition: Mask.cpp:299
const std::string & elementName() const
Get the element name of this model object.
Definition: Mask.cpp:177
std::shared_ptr< ome::xml::model::BinData > getBinData()
Get the BinData property.
Definition: Mask.cpp:327
double getX() const
Get the X property.
Definition: Mask.cpp:285
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Mask.h:82
void setWidth(double width)
Set the Width property.
Definition: Mask.cpp:320
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:168
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Mask.cpp:407
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: Mask.cpp:190
Open Microscopy Environment C++ implementation.
Mask model object.
Definition: Mask.h:79
void setHeight(double height)
Set the Height property.
Definition: Mask.cpp:306
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:256
void setBinData(std::shared_ptr< ome::xml::model::BinData > &binData)
Set the BinData property.
Definition: Mask.cpp:341
double getWidth() const
Get the Width property.
Definition: Mask.cpp:313
virtual ~Mask()
Destructor.
Definition: Mask.cpp:163
double getY() const
Get the Y property.
Definition: Mask.cpp:271
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:354
Mask()
Default constructor.
Definition: Mask.cpp:144
const std::string & getShapeType() const
Get the Shape type.
Definition: Mask.cpp:347
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Mask.cpp:184