46 #ifndef OME_XML_MODEL_TIFFDATA_H 47 #define OME_XML_MODEL_TIFFDATA_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/Pixels.h> 63 #include <ome/xml/model/UUID.h> 64 #include <ome/xml/model/detail/OMEModelObject.h> 65 #include <ome/xml/model/primitives/NonNegativeInteger.h> 85 ome::compat::shared_ptr<Impl>
impl;
116 static ome::compat::shared_ptr< TiffData>
141 link (ome::compat::shared_ptr<Reference>& reference,
142 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
149 ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
157 const ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
166 setIFD (ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& ifd);
173 ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
181 const ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
190 setPlaneCount (ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& planeCount);
197 ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
205 const ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
214 setFirstZ (ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& firstZ);
221 ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
229 const ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
238 setFirstC (ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& firstC);
245 ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
253 const ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
262 setFirstT (ome::compat::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& firstT);
269 ome::compat::shared_ptr<ome::xml::model::UUID>
277 const ome::compat::shared_ptr<ome::xml::model::UUID>
286 setUUID (ome::compat::shared_ptr<ome::xml::model::UUID>& uuid);
293 ome::compat::weak_ptr<ome::xml::model::Pixels>
301 const ome::compat::weak_ptr<ome::xml::model::Pixels>
310 setPixels (ome::compat::weak_ptr<ome::xml::model::Pixels>& pixels_BackReference);
334 #endif // OME_XML_MODEL_TIFFDATA_H OME model interface (abstract top-level container)
Definition: OMEModel.h:62
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: TiffData.h:83
ome::compat::shared_ptr< ome::xml::model::UUID > getUUID()
Get the UUID property.
Definition: TiffData.cpp:397
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getFirstT()
Get the FirstT property.
Definition: TiffData.cpp:376
TiffData model object.
Definition: TiffData.h:80
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: TiffData.cpp:194
TiffData()
Default constructor.
Definition: TiffData.cpp:154
void setIFD(ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &ifd)
Set the IFD property.
Definition: TiffData.cpp:306
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
virtual ~TiffData()
Destructor.
Definition: TiffData.cpp:173
void setPixels(ome::compat::weak_ptr< ome::xml::model::Pixels > &pixels_BackReference)
Set the Pixels property.
Definition: TiffData.cpp:432
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: TiffData.cpp:532
void setFirstZ(ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &firstZ)
Set the FirstZ property.
Definition: TiffData.cpp:348
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: TiffData.cpp:446
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: TiffData.cpp:203
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getFirstZ()
Get the FirstZ property.
Definition: TiffData.cpp:334
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getPlaneCount()
Get the PlaneCount property.
Definition: TiffData.cpp:313
Open Microscopy Environment C++ implementation.
Private implementation details of TiffData model object.
Definition: TiffData.cpp:72
void setUUID(ome::compat::shared_ptr< ome::xml::model::UUID > &uuid)
Set the UUID property.
Definition: TiffData.cpp:411
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: TiffData.cpp:439
void setFirstT(ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &firstT)
Set the FirstT property.
Definition: TiffData.cpp:390
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getFirstC()
Get the FirstC property.
Definition: TiffData.cpp:355
const std::string & elementName() const
Get the element name of this model object.
Definition: TiffData.cpp:187
ome::compat::weak_ptr< ome::xml::model::Pixels > getPixels()
Get the Pixels property.
Definition: TiffData.cpp:418
void setFirstC(ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &firstC)
Set the FirstC property.
Definition: TiffData.cpp:369
void setPlaneCount(ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &planeCount)
Set the PlaneCount property.
Definition: TiffData.cpp:327
static ome::compat::shared_ptr< TiffData > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a TiffData model object from DOM element.
Definition: TiffData.cpp:178
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getIFD()
Get the IFD property.
Definition: TiffData.cpp:292
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: TiffData.cpp:277