46 #ifndef OME_XML_MODEL_UNION_H 47 #define OME_XML_MODEL_UNION_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/detail/OMEModelObject.h> 83 ome::compat::shared_ptr<Impl>
impl;
114 static ome::compat::shared_ptr< Union>
139 link (ome::compat::shared_ptr<Reference>& reference,
140 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
147 std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type
156 std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >&
165 const std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >&
175 ome::compat::shared_ptr<ome::xml::model::Shape>&
176 getShape (std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type index);
185 const ome::compat::shared_ptr<ome::xml::model::Shape>&
186 getShape (std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type index)
const;
196 setShape (std::vector<ome::compat::shared_ptr<ome::xml::model::Shape> >::size_type index,
197 ome::compat::shared_ptr<ome::xml::model::Shape>& shape);
208 addShape (ome::compat::shared_ptr<ome::xml::model::Shape>& shape);
220 removeShape (ome::compat::shared_ptr<ome::xml::model::Shape>& shape);
244 #endif // OME_XML_MODEL_UNION_H OME model interface (abstract top-level container)
Definition: OMEModel.h:62
virtual ~Union()
Destructor.
Definition: Union.cpp:147
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Union.cpp:407
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: Union.h:81
std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > > & getShapeList()
Get the Shape list.
Definition: Union.cpp:317
void setShape(std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > >::size_type index, ome::compat::shared_ptr< ome::xml::model::Shape > &shape)
Set Shape.
Definition: Union.cpp:341
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
Private implementation details of Union model object.
Definition: Union.cpp:88
Union()
Default constructor.
Definition: Union.cpp:128
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Union.cpp:369
const std::string & elementName() const
Get the element name of this model object.
Definition: Union.cpp:161
static ome::compat::shared_ptr< Union > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Union model object from DOM element.
Definition: Union.cpp:152
void removeShape(ome::compat::shared_ptr< ome::xml::model::Shape > &shape)
Remove Shape.
Definition: Union.cpp:358
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: Union.cpp:296
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: Union.cpp:376
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: Union.cpp:168
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: Union.cpp:177
Union model object.
Definition: Union.h:78
std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > >::size_type sizeOfShapeList() const
Get size of linked Shape list.
Definition: Union.cpp:311
void addShape(ome::compat::shared_ptr< ome::xml::model::Shape > &shape)
Add Shape.
Definition: Union.cpp:350
ome::compat::shared_ptr< ome::xml::model::Shape > & getShape(std::vector< ome::compat::shared_ptr< ome::xml::model::Shape > >::size_type index)
Get Shape.
Definition: Union.cpp:329