ome-xml
5.6.0
|
Private implementation details of Well model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
std::shared_ptr< std::string > | externalIdentifier |
ExternalIdentifier property. | |
ome::xml::model::primitives::NonNegativeInteger | column |
Column property. | |
std::shared_ptr< std::string > | externalDescription |
ExternalDescription property. | |
std::shared_ptr< ome::xml::model::primitives::Color > | color |
Color property. | |
std::shared_ptr< std::string > | type |
Type property. | |
std::string | id |
ID property. | |
ome::xml::model::primitives::NonNegativeInteger | row |
Row property. | |
std::vector< std::shared_ptr< ome::xml::model::WellSample > > | wellSamples |
WellSample property (occurs more than once) | |
std::weak_ptr< ome::xml::model::Reagent > | reagent |
ReagentRef reference. | |
OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type | annotationLinks |
AnnotationRef reference (occurs more than once) | |
std::weak_ptr< ome::xml::model::Plate > | plate |
Plate_BackReference back reference. | |
Private implementation details of Well model object.
|
inline |
Copy constructor.
copy | the instance to copy. |