ome-xml
5.6.0
|
Private implementation details of TiffData model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | ifd |
IFD property. | |
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | planeCount |
PlaneCount property. | |
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | firstZ |
FirstZ property. | |
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | firstC |
FirstC property. | |
std::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | firstT |
FirstT property. | |
std::shared_ptr< ome::xml::model::UUID > | uuid |
UUID property. | |
std::weak_ptr< ome::xml::model::Pixels > | pixels |
Pixels_BackReference back reference. | |
Private implementation details of TiffData model object.
|
inline |
Copy constructor.
copy | the instance to copy. |