46 #ifndef OME_XML_MODEL_POINT_H
47 #define OME_XML_MODEL_POINT_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/Shape.h>
82 ome::compat::shared_ptr<Impl>
impl;
113 static ome::compat::shared_ptr< Point>
138 link (ome::compat::shared_ptr<Reference>& reference,
139 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
197 #endif // OME_XML_MODEL_POINT_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
const std::string & elementName() const
Get the element name of this model object.
Definition: Point.cpp:150
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Point.cpp:246
DOM Document wrapper.
Definition: Document.h:83
DOM Element wrapper.
Definition: Element.h:66
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Point.cpp:286
void setY(double y)
Set the Y property.
Definition: Point.cpp:219
double getX() const
Get the X property.
Definition: Point.cpp:226
Point()
Default constructor.
Definition: Point.cpp:117
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: Point.cpp:166
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Point.cpp:157
virtual ~Point()
Destructor.
Definition: Point.cpp:136
void setX(double x)
Set the X property.
Definition: Point.cpp:233
static ome::compat::shared_ptr< Point > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Point model object from DOM element.
Definition: Point.cpp:141
Shape model object.
Definition: Shape.h:85
Private implementation details of Point model object.
Definition: Point.cpp:70
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: Point.h:80
const std::string & getShapeType() const
Get the Shape type.
Definition: Point.cpp:239
double getY() const
Get the Y property.
Definition: Point.cpp:212
Point model object.
Definition: Point.h:77
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: Point.cpp:253
Xerces-C modern C++ wrapper.
Definition: Base.h:53
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: Point.cpp:197