46 #ifndef OME_XML_MODEL_POLYGON_H 47 #define OME_XML_MODEL_POLYGON_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/Shape.h> 83 std::shared_ptr<Impl>
impl;
114 static std::shared_ptr<Polygon>
128 operator= (
const Polygon&) =
delete;
143 link (std::shared_ptr<Reference>& reference,
144 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
181 #endif // OME_XML_MODEL_POLYGON_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
Polygon model object.
Definition: Polygon.h:78
void setPoints(const std::string &points)
Set the Points property.
Definition: Polygon.cpp:202
Private implementation details of Polygon model object.
Definition: Polygon.cpp:70
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: Polygon.cpp:215
const std::string & elementName() const
Get the element name of this model object.
Definition: Polygon.cpp:146
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Polygon.cpp:239
Open Microscopy Environment C++ implementation.
Shape model object.
Definition: Shape.h:87
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: Polygon.cpp:159
virtual ~Polygon()
Destructor.
Definition: Polygon.cpp:132
static std::shared_ptr< Polygon > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Polygon model object from DOM element.
Definition: Polygon.cpp:137
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: Polygon.cpp:180
const std::string & getPoints() const
Get the Points property.
Definition: Polygon.cpp:195
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Polygon.cpp:153
Polygon()
Default constructor.
Definition: Polygon.cpp:113
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Polygon.h:81
const std::string & getShapeType() const
Get the Shape type.
Definition: Polygon.cpp:208