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> 61 #include <ome/xml/model/primitives/Quantity.h> 63 #include <ome/xml/model/Pixels.h> 64 #include <ome/xml/model/UUID.h> 65 #include <ome/xml/model/detail/OMEModelObject.h> 66 #include <ome/xml/model/primitives/NonNegativeInteger.h> 86 std::shared_ptr<Impl>
impl;
117 static std::shared_ptr<TiffData>
131 operator= (
const TiffData&) =
delete;
146 link (std::shared_ptr<Reference>& reference,
147 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
154 std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
162 const std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
171 setIFD (std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& ifd);
178 std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
186 const std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
195 setPlaneCount (std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& planeCount);
202 std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
210 const std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
219 setFirstZ (std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& firstZ);
226 std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
234 const std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
243 setFirstC (std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& firstC);
250 std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
258 const std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>
267 setFirstT (std::shared_ptr<ome::xml::model::primitives::NonNegativeInteger>& firstT);
274 std::shared_ptr<ome::xml::model::UUID>
282 const std::shared_ptr<ome::xml::model::UUID>
291 setUUID (std::shared_ptr<ome::xml::model::UUID>& uuid);
298 std::weak_ptr<ome::xml::model::Pixels>
306 const std::weak_ptr<ome::xml::model::Pixels>
315 setPixels (std::weak_ptr<ome::xml::model::Pixels>& pixels_BackReference);
333 #endif // OME_XML_MODEL_TIFFDATA_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
void setFirstT(std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &firstT)
Set the FirstT property.
Definition: TiffData.cpp:391
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getFirstZ()
Get the FirstZ property.
Definition: TiffData.cpp:335
TiffData model object.
Definition: TiffData.h:81
void setFirstZ(std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &firstZ)
Set the FirstZ property.
Definition: TiffData.cpp:349
TiffData()
Default constructor.
Definition: TiffData.cpp:157
void setPixels(std::weak_ptr< ome::xml::model::Pixels > &pixels_BackReference)
Set the Pixels property.
Definition: TiffData.cpp:433
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
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: TiffData.cpp:278
virtual ~TiffData()
Destructor.
Definition: TiffData.cpp:176
void setUUID(std::shared_ptr< ome::xml::model::UUID > &uuid)
Set the UUID property.
Definition: TiffData.cpp:412
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getFirstC()
Get the FirstC property.
Definition: TiffData.cpp:356
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: TiffData.cpp:203
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: TiffData.cpp:197
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: TiffData.cpp:514
void setFirstC(std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &firstC)
Set the FirstC property.
Definition: TiffData.cpp:370
Open Microscopy Environment C++ implementation.
std::shared_ptr< Impl > impl
Private implementation details.
Definition: TiffData.h:84
Private implementation details of TiffData model object.
Definition: TiffData.cpp:72
std::shared_ptr< ome::xml::model::UUID > getUUID()
Get the UUID property.
Definition: TiffData.cpp:398
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getPlaneCount()
Get the PlaneCount property.
Definition: TiffData.cpp:314
void setPlaneCount(std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &planeCount)
Set the PlaneCount property.
Definition: TiffData.cpp:328
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: TiffData.cpp:439
const std::string & elementName() const
Get the element name of this model object.
Definition: TiffData.cpp:190
void setIFD(std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &ifd)
Set the IFD property.
Definition: TiffData.cpp:307
static std::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:181
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getFirstT()
Get the FirstT property.
Definition: TiffData.cpp:377
std::weak_ptr< ome::xml::model::Pixels > getPixels()
Get the Pixels property.
Definition: TiffData.cpp:419
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > getIFD()
Get the IFD property.
Definition: TiffData.cpp:293