ome-xml
5.6.0
|
Private implementation details of Folder model object. More...
Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const Impl ©) | |
Copy constructor. More... | |
Public Attributes | |
std::string | id |
ID property. | |
std::shared_ptr< std::string > | name |
Name property. | |
std::shared_ptr< std::string > | description |
Description property. | |
OMEModelObject::indexed_container< ome::xml::model::Folder, std::weak_ptr >::type | folders |
FolderRef reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::Image, std::weak_ptr >::type | imageLinks |
ImageRef reference (occurs more than once) | |
OMEModelObject::indexed_container< ome::xml::model::ROI, std::weak_ptr >::type | roiLinks |
ROIRef reference (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::Folder, std::weak_ptr >::type | folder |
Folder_BackReference back reference (occurs more than once) | |
Private implementation details of Folder model object.
|
inline |
Copy constructor.
copy | the instance to copy. |