ome-xml
5.6.0
|
Private implementation details of WellSample model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
ome::xml::model::primitives::NonNegativeInteger | index |
Index property. | |
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > | positionX |
PositionX property. | |
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > | positionY |
PositionY property. | |
std::shared_ptr< ome::xml::model::primitives::Timestamp > | timepoint |
Timepoint property. | |
std::string | id |
ID property. | |
std::weak_ptr< ome::xml::model::Image > | image |
ImageRef reference. | |
OMEModelObject::indexed_container< ome::xml::model::PlateAcquisition, std::weak_ptr >::type | plateAcquisitions |
PlateAcquisition_BackReference back reference (occurs more than once) | |
std::weak_ptr< ome::xml::model::Well > | well |
Well_BackReference back reference. | |
Private implementation details of WellSample model object.
|
inline |
Copy constructor.
copy | the instance to copy. |