|
ome-xml
5.6.0
|
Private implementation details of BinData model object. More...
Collaboration diagram for ome::xml::model::BinData::Impl:Public Member Functions | |
| Impl () | |
| Default constructor. | |
| Impl (const Impl ©) | |
| Copy constructor. More... | |
Public Attributes | |
| std::vector< uint8_t > | base64Binary |
| Base64Binary property. | |
| bool | bigEndian |
| BigEndian property. | |
| ome::xml::model::primitives::NonNegativeLong | length |
| Length property. | |
| std::shared_ptr< ome::xml::model::enums::Compression > | compression |
| Compression property. | |
| std::weak_ptr< ome::xml::model::Pixels > | pixels |
| Pixels_BackReference back reference. | |
Private implementation details of BinData model object.
|
inline |
Copy constructor.
| copy | the instance to copy. |
1.8.13