|
ome-xml
5.6.0
|
Private implementation details of Instrument model object. More...
Collaboration diagram for ome::xml::model::Instrument::Impl:Public Member Functions | |
| Impl () | |
| Default constructor. | |
| Impl (const Impl ©) | |
| Copy constructor. More... | |
Public Attributes | |
| std::string | id |
| ID property. | |
| std::shared_ptr< ome::xml::model::Microscope > | microscope |
| Microscope property. | |
| std::vector< std::shared_ptr< ome::xml::model::LightSource > > | lightSources |
| LightSource property (occurs more than once) | |
| std::vector< std::shared_ptr< ome::xml::model::Detector > > | detectors |
| Detector property (occurs more than once) | |
| std::vector< std::shared_ptr< ome::xml::model::Objective > > | objectives |
| Objective property (occurs more than once) | |
| std::vector< std::shared_ptr< ome::xml::model::FilterSet > > | filterSets |
| FilterSet property (occurs more than once) | |
| std::vector< std::shared_ptr< ome::xml::model::Filter > > | filters |
| Filter property (occurs more than once) | |
| std::vector< std::shared_ptr< ome::xml::model::Dichroic > > | dichroics |
| Dichroic property (occurs more than once) | |
| OMEModelObject::indexed_container< ome::xml::model::Annotation, std::weak_ptr >::type | annotationLinks |
| AnnotationRef reference (occurs more than once) | |
| OMEModelObject::indexed_container< ome::xml::model::Image, std::weak_ptr >::type | images |
| Image_BackReference back reference (occurs more than once) | |
Private implementation details of Instrument model object.
|
inline |
Copy constructor.
| copy | the instance to copy. |
1.8.13