46 #ifndef OME_XML_MODEL_FILTERSET_H 47 #define OME_XML_MODEL_FILTERSET_H 57 #include <ome/common/xml/dom/Document.h> 58 #include <ome/common/xml/dom/Element.h> 59 #include <ome/common/xml/dom/Node.h> 61 #include <ome/xml/model/primitives/Quantity.h> 63 #include <ome/xml/model/Dichroic.h> 64 #include <ome/xml/model/Instrument.h> 65 #include <ome/xml/model/ManufacturerSpec.h> 87 std::shared_ptr<Impl>
impl;
118 static std::shared_ptr<FilterSet>
147 link (std::shared_ptr<Reference>& reference,
148 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
164 setID (
const std::string&
id);
189 const std::weak_ptr<ome::xml::model::Filter>&
202 const std::weak_ptr<ome::xml::model::Filter>&
204 const std::shared_ptr<ome::xml::model::Filter>& excitationFilter);
243 std::weak_ptr<ome::xml::model::Dichroic>
252 const std::weak_ptr<ome::xml::model::Dichroic>
261 linkDichroic (std::shared_ptr<ome::xml::model::Dichroic>& dichroic);
273 unlinkDichroic (std::shared_ptr<ome::xml::model::Dichroic>& dichroic);
298 const std::weak_ptr<ome::xml::model::Filter>&
311 const std::weak_ptr<ome::xml::model::Filter>&
313 const std::shared_ptr<ome::xml::model::Filter>& emissionFilter);
369 const std::weak_ptr<ome::xml::model::Channel>&
382 const std::weak_ptr<ome::xml::model::Channel>&
384 const std::shared_ptr<ome::xml::model::Channel>& channel_BackReference);
397 linkChannel (
const std::shared_ptr<ome::xml::model::Channel>& channel_BackReference);
415 unlinkChannel (
const std::shared_ptr<ome::xml::model::Channel>& channel_BackReference);
422 std::weak_ptr<ome::xml::model::Instrument>
430 const std::weak_ptr<ome::xml::model::Instrument>
439 setInstrument (std::weak_ptr<ome::xml::model::Instrument>& instrument_BackReference);
457 #endif // OME_XML_MODEL_FILTERSET_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
const std::weak_ptr< ome::xml::model::Filter > & setLinkedExcitationFilter(OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::Filter > &excitationFilter)
Set linked ExcitationFilter.
Definition: FilterSet.cpp:350
FilterSet()
Default constructor.
Definition: FilterSet.cpp:156
void setID(const std::string &id)
Set the ID property.
Definition: FilterSet.cpp:325
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: FilterSet.cpp:196
const std::weak_ptr< ome::xml::model::Channel > & getLinkedChannel(OMEModelObject::indexed_container< ome::xml::model::Channel, std::weak_ptr >::type::size_type index) const
Get linked Channel.
Definition: FilterSet.cpp:493
const std::string & getID() const
Get the ID property.
Definition: FilterSet.cpp:318
void setInstrument(std::weak_ptr< ome::xml::model::Instrument > &instrument_BackReference)
Set the Instrument property.
Definition: FilterSet.cpp:553
bool linkExcitationFilter(const std::shared_ptr< ome::xml::model::Filter > &excitationFilter)
Link ExcitationFilter.
Definition: FilterSet.cpp:360
const std::weak_ptr< ome::xml::model::Filter > & getLinkedExcitationFilter(OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type::size_type index) const
Get linked ExcitationFilter.
Definition: FilterSet.cpp:344
void linkDichroic(std::shared_ptr< ome::xml::model::Dichroic > &dichroic)
Link Dichroic.
Definition: FilterSet.cpp:405
bool linkChannel(const std::shared_ptr< ome::xml::model::Channel > &channel_BackReference)
Link Channel.
Definition: FilterSet.cpp:509
const std::weak_ptr< ome::xml::model::Filter > & getLinkedEmissionFilter(OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type::size_type index) const
Get linked EmissionFilter.
Definition: FilterSet.cpp:433
boost::multi_index_container< Ptr< T >, boost::multi_index::indexed_by< boost::multi_index::random_access<>, boost::multi_index::ordered_unique< boost::multi_index::identity< Ptr< T > >, std::owner_less< Ptr< T > > > > > type
Multi-index container type.
Definition: OMEModelObject.h:93
OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type getLinkedEmissionFilterList() const
Get the linked EmissionFilter list.
Definition: FilterSet.cpp:427
virtual ~FilterSet()
Destructor.
Definition: FilterSet.cpp:175
void unlinkDichroic(std::shared_ptr< ome::xml::model::Dichroic > &dichroic)
Unlink Dichroic.
Definition: FilterSet.cpp:411
OMEModelObject::indexed_container< ome::xml::model::Channel, std::weak_ptr >::type::size_type sizeOfLinkedChannelList() const
Get size of linked Channel list.
Definition: FilterSet.cpp:481
virtual void asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: FilterSet.cpp:559
const std::string & elementName() const
Get the element name of this model object.
Definition: FilterSet.cpp:189
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:84
Open Microscopy Environment C++ implementation.
bool unlinkChannel(const std::shared_ptr< ome::xml::model::Channel > &channel_BackReference)
Unlink Channel.
Definition: FilterSet.cpp:522
std::weak_ptr< ome::xml::model::Instrument > getInstrument()
Get the Instrument property.
Definition: FilterSet.cpp:539
bool link(std::shared_ptr< Reference > &reference, std::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: FilterSet.cpp:260
OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type::size_type sizeOfLinkedEmissionFilterList() const
Get size of linked EmissionFilter list.
Definition: FilterSet.cpp:421
ManufacturerSpec model object.
Definition: ManufacturerSpec.h:78
Private implementation details of FilterSet model object.
Definition: FilterSet.cpp:78
bool unlinkEmissionFilter(const std::shared_ptr< ome::xml::model::Filter > &emissionFilter)
Unlink EmissionFilter.
Definition: FilterSet.cpp:463
bool unlinkExcitationFilter(const std::shared_ptr< ome::xml::model::Filter > &excitationFilter)
Unlink ExcitationFilter.
Definition: FilterSet.cpp:374
bool linkEmissionFilter(const std::shared_ptr< ome::xml::model::Filter > &emissionFilter)
Link EmissionFilter.
Definition: FilterSet.cpp:449
std::weak_ptr< ome::xml::model::Dichroic > getLinkedDichroic()
Get linked Dichroic.
Definition: FilterSet.cpp:392
OMEModelObject::indexed_container< ome::xml::model::Channel, std::weak_ptr >::type getLinkedChannelList() const
Get the linked Channel list.
Definition: FilterSet.cpp:487
std::shared_ptr< Impl > impl
Private implementation details.
Definition: FilterSet.h:85
FilterSet model object.
Definition: FilterSet.h:82
const std::weak_ptr< ome::xml::model::Channel > & setLinkedChannel(OMEModelObject::indexed_container< ome::xml::model::Channel, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::Channel > &channel_BackReference)
Set linked Channel.
Definition: FilterSet.cpp:499
virtual SKIP void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: FilterSet.cpp:202
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: FilterSet.cpp:636
const std::weak_ptr< ome::xml::model::Filter > & setLinkedEmissionFilter(OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type::size_type index, const std::shared_ptr< ome::xml::model::Filter > &emissionFilter)
Set linked EmissionFilter.
Definition: FilterSet.cpp:439
OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type getLinkedExcitationFilterList() const
Get the linked ExcitationFilter list.
Definition: FilterSet.cpp:338
static std::shared_ptr< FilterSet > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a FilterSet model object from DOM element.
Definition: FilterSet.cpp:180
OMEModelObject::indexed_container< ome::xml::model::Filter, std::weak_ptr >::type::size_type sizeOfLinkedExcitationFilterList() const
Get size of linked ExcitationFilter list.
Definition: FilterSet.cpp:332