ome-xml
5.6.0
|
Private implementation details of OME model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
std::shared_ptr< std::string > | uuid |
UUID property. | |
std::shared_ptr< std::string > | creator |
Creator property. | |
std::shared_ptr< ome::xml::model::Rights > | rights |
Rights property. | |
std::vector< std::shared_ptr< ome::xml::model::Project > > | projects |
Project property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Dataset > > | datasets |
Dataset property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Folder > > | folders |
Folder property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Experiment > > | experiments |
Experiment property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Plate > > | plates |
Plate property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Screen > > | screens |
Screen property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Experimenter > > | experimenters |
Experimenter property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::ExperimenterGroup > > | experimenterGroups |
ExperimenterGroup property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Instrument > > | instruments |
Instrument property (occurs more than once) | |
std::vector< std::shared_ptr< ome::xml::model::Image > > | images |
Image property (occurs more than once) | |
std::shared_ptr< ome::xml::model::StructuredAnnotations > | structuredAnnotations |
StructuredAnnotations property. | |
std::vector< std::shared_ptr< ome::xml::model::ROI > > | roIs |
ROI property (occurs more than once) | |
std::shared_ptr< ome::xml::model::BinaryOnly > | binaryOnly |
BinaryOnly property. | |
Private implementation details of OME model object.
|
inline |
Copy constructor.
copy | the instance to copy. |