|
| TransmittanceRange () |
| Default constructor.
|
|
| TransmittanceRange (const TransmittanceRange ©) |
| Copy constructor. More...
|
|
virtual | ~TransmittanceRange () |
| Destructor.
|
|
const std::string & | elementName () const |
| Get the element name of this model object. More...
|
|
bool | validElementName (const std::string &name) const |
| Check if a given element name is valid for processing by this model object. More...
|
|
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. More...
|
|
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. More...
|
|
std::shared_ptr< ome::xml::model::primitives::PercentFraction > | getTransmittance () |
| Get the Transmittance property. More...
|
|
const std::shared_ptr< ome::xml::model::primitives::PercentFraction > | getTransmittance () const |
| Get the Transmittance property. More...
|
|
void | setTransmittance (std::shared_ptr< ome::xml::model::primitives::PercentFraction > &transmittance) |
| Set the Transmittance property. More...
|
|
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::NonNegativeFloat > > & | getCutInTolerance () |
| Get the CutInTolerance property. More...
|
|
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::NonNegativeFloat > > & | getCutInTolerance () const |
| Get the CutInTolerance property. More...
|
|
void | setCutInTolerance (const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::NonNegativeFloat > > &cutInTolerance) |
| Set the CutInTolerance property. More...
|
|
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::NonNegativeFloat > > & | getCutOutTolerance () |
| Get the CutOutTolerance property. More...
|
|
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::NonNegativeFloat > > & | getCutOutTolerance () const |
| Get the CutOutTolerance property. More...
|
|
void | setCutOutTolerance (const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::NonNegativeFloat > > &cutOutTolerance) |
| Set the CutOutTolerance property. More...
|
|
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::PositiveFloat > > & | getCutIn () |
| Get the CutIn property. More...
|
|
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::PositiveFloat > > & | getCutIn () const |
| Get the CutIn property. More...
|
|
void | setCutIn (const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::PositiveFloat > > &cutIn) |
| Set the CutIn property. More...
|
|
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::PositiveFloat > > & | getCutOut () |
| Get the CutOut property. More...
|
|
const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::PositiveFloat > > & | getCutOut () const |
| Get the CutOut property. More...
|
|
void | setCutOut (const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength, ome::xml::model::primitives::PositiveFloat > > &cutOut) |
| Set the CutOut property. More...
|
|
const std::string & | getXMLNamespace () const |
| Get the XML namespace for this model object. More...
|
|
virtual | ~OMEModelObject () |
| Destructor.
|
|
virtual common::xml::dom::Element | asXMLElement (common::xml::dom::Document &document) const |
| Transform the object hierarchy rooted at this element to XML. More...
|
|
virtual void | asXMLElement (common::xml::dom::Document &document, common::xml::dom::Element &element) const |
| Transform the object hierarchy rooted at this element to XML. More...
|
|
virtual void | update (const common::xml::dom::Element &element, ::ome::xml::model::OMEModel &model) |
| Update the object hierarchy recursively from an XML DOM tree. More...
|
|
virtual 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. More...
|
|
virtual bool | link (std::shared_ptr< Reference > &reference, std::shared_ptr< OMEModelObject > &object)=0 |
| Link a given OME model object to this model object. More...
|
|