|
MolSim
|
Class corresponding to the sizeType schema type. More...
#include <SimulationXSD.h>
x | |
Accessor and modifier functions for the x required element. | |
| typedef ::xml_schema::Double | XType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< XType, char, ::xsd::cxx::tree::schema_type::double_ > | XTraits |
| Element traits type. | |
| const XType & | x () const |
| Return a read-only (constant) reference to the element. | |
| XType & | x () |
| Return a read-write reference to the element. | |
| void | x (const XType &x) |
| Set the element value. | |
y | |
Accessor and modifier functions for the y required element. | |
| typedef ::xml_schema::Double | YType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< YType, char, ::xsd::cxx::tree::schema_type::double_ > | YTraits |
| Element traits type. | |
| const YType & | y () const |
| Return a read-only (constant) reference to the element. | |
| YType & | y () |
| Return a read-write reference to the element. | |
| void | y (const YType &x) |
| Set the element value. | |
z | |
Accessor and modifier functions for the z required element. | |
| typedef ::xml_schema::Double | ZType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< ZType, char, ::xsd::cxx::tree::schema_type::double_ > | ZTraits |
| Element traits type. | |
| const ZType & | z () const |
| Return a read-only (constant) reference to the element. | |
| ZType & | z () |
| Return a read-write reference to the element. | |
| void | z (const ZType &x) |
| Set the element value. | |
Constructors | |
| SizeType (const XType &, const YType &, const ZType &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| SizeType (const ::xercesc::DOMElement &e, ::xml_schema::Flags f=0, ::xml_schema::Container *c=0) | |
| Create an instance from a DOM element. | |
| SizeType (const SizeType &x, ::xml_schema::Flags f=0, ::xml_schema::Container *c=0) | |
| Copy constructor. | |
| virtual SizeType * | _clone (::xml_schema::Flags f=0, ::xml_schema::Container *c=0) const |
| Copy the instance polymorphically. | |
| SizeType & | operator= (const SizeType &x) |
| Copy assignment operator. | |
| virtual | ~SizeType () |
| Destructor. | |
Class corresponding to the sizeType schema type.
| typedef ::xsd::cxx::tree::traits<XType, char, ::xsd::cxx::tree::schema_type::double_> SizeType::XTraits |
Element traits type.
| typedef ::xml_schema::Double SizeType::XType |
Element type.
| typedef ::xsd::cxx::tree::traits<YType, char, ::xsd::cxx::tree::schema_type::double_> SizeType::YTraits |
Element traits type.
| typedef ::xml_schema::Double SizeType::YType |
Element type.
| typedef ::xsd::cxx::tree::traits<ZType, char, ::xsd::cxx::tree::schema_type::double_> SizeType::ZTraits |
Element traits type.
| typedef ::xml_schema::Double SizeType::ZType |
Element type.
Create an instance from the ultimate base and initializers for required elements and attributes.
| SizeType::SizeType | ( | const ::xercesc::DOMElement & | e, |
| ::xml_schema::Flags | f = 0, |
||
| ::xml_schema::Container * | c = 0 |
||
| ) |
Create an instance from a DOM element.
| e | A DOM element to extract the data from. |
| f | Flags to create the new instance with. |
| c | A pointer to the object that will contain the new instance. |
| SizeType::SizeType | ( | const SizeType & | x, |
| ::xml_schema::Flags | f = 0, |
||
| ::xml_schema::Container * | c = 0 |
||
| ) |
Copy constructor.
| x | An instance to make a copy of. |
| f | Flags to create the copy with. |
| c | A pointer to the object that will contain the copy. |
For polymorphic object models use the _clone function instead.
|
virtual |
Destructor.
|
virtual |
Copy the instance polymorphically.
| f | Flags to create the copy with. |
| c | A pointer to the object that will contain the copy. |
This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| XType & SizeType::x | ( | ) |
Return a read-write reference to the element.
| const XType & SizeType::x | ( | ) | const |
Return a read-only (constant) reference to the element.
| void SizeType::x | ( | const XType & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.
| YType & SizeType::y | ( | ) |
Return a read-write reference to the element.
| const YType & SizeType::y | ( | ) | const |
Return a read-only (constant) reference to the element.
| void SizeType::y | ( | const YType & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.
| ZType & SizeType::z | ( | ) |
Return a read-write reference to the element.
| const ZType & SizeType::z | ( | ) | const |
Return a read-only (constant) reference to the element.
| void SizeType::z | ( | const ZType & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.