46 #ifndef OME_XML_MODEL_ELLIPSE_H 47 #define OME_XML_MODEL_ELLIPSE_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<Ellipse>
128 operator= (
const Ellipse&) =
delete;
143 link (std::shared_ptr<Reference>& reference,
144 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
229 #endif // OME_XML_MODEL_ELLIPSE_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
void setRadiusX(double radiusX)
Set the RadiusX property.
Definition: Ellipse.cpp:294
const std::string & getShapeType() const
Get the Shape type.
Definition: Ellipse.cpp:300
void setY(double y)
Set the Y property.
Definition: Ellipse.cpp:252
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: Ellipse.cpp:180
void setRadiusY(double radiusY)
Set the RadiusY property.
Definition: Ellipse.cpp:280
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: Ellipse.cpp:307
Ellipse model object.
Definition: Ellipse.h:78
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: Ellipse.cpp:230
virtual ~Ellipse()
Destructor.
Definition: Ellipse.cpp:153
double getRadiusX() const
Get the RadiusX property.
Definition: Ellipse.cpp:287
void setX(double x)
Set the X property.
Definition: Ellipse.cpp:266
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Ellipse.h:81
Ellipse()
Default constructor.
Definition: Ellipse.cpp:134
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Ellipse.cpp:352
Open Microscopy Environment C++ implementation.
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Ellipse.cpp:174
double getX() const
Get the X property.
Definition: Ellipse.cpp:259
Private implementation details of Ellipse model object.
Definition: Ellipse.cpp:70
Shape model object.
Definition: Shape.h:87
static std::shared_ptr< Ellipse > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Ellipse model object from DOM element.
Definition: Ellipse.cpp:158
double getRadiusY() const
Get the RadiusY property.
Definition: Ellipse.cpp:273
double getY() const
Get the Y property.
Definition: Ellipse.cpp:245
const std::string & elementName() const
Get the element name of this model object.
Definition: Ellipse.cpp:167