|
Molecular Dynamics
v0.4
Project for the Practical hosted by the Scientific Computing Chair
|
Class corresponding to the GravityConfig schema type. More...
#include <ConfigurationFile.h>


X | |
| typedef ::xml_schema::decimal | X_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal > | X_traits |
| Element traits type. More... | |
| const X_type & | X () const |
| Return a read-only (constant) reference to the element. More... | |
| X_type & | X () |
| Return a read-write reference to the element. More... | |
| void | X (const X_type &x) |
| Set the element value. More... | |
Y | |
| typedef ::xml_schema::decimal | Y_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal > | Y_traits |
| Element traits type. More... | |
| const Y_type & | Y () const |
| Return a read-only (constant) reference to the element. More... | |
| Y_type & | Y () |
| Return a read-write reference to the element. More... | |
| void | Y (const Y_type &x) |
| Set the element value. More... | |
Z | |
| typedef ::xml_schema::decimal | Z_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal > | Z_traits |
| Element traits type. More... | |
| const Z_type & | Z () const |
| Return a read-only (constant) reference to the element. More... | |
| Z_type & | Z () |
| Return a read-write reference to the element. More... | |
| void | Z (const Z_type &x) |
| Set the element value. More... | |
Constructors | |
| GravityConfig (const X_type &, const Y_type &, const Z_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| GravityConfig (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| GravityConfig (const GravityConfig &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual GravityConfig * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| GravityConfig & | operator= (const GravityConfig &x) |
| Copy assignment operator. More... | |
| virtual | ~GravityConfig () |
| Destructor. More... | |
Class corresponding to the GravityConfig schema type.
| typedef ::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal > GravityConfig::X_traits |
Element traits type.
| typedef ::xml_schema::decimal GravityConfig::X_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal > GravityConfig::Y_traits |
Element traits type.
| typedef ::xml_schema::decimal GravityConfig::Y_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal > GravityConfig::Z_traits |
Element traits type.
| typedef ::xml_schema::decimal GravityConfig::Z_type |
Element type.
Create an instance from the ultimate base and initializers for required elements and attributes.
| GravityConfig::GravityConfig | ( | 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. |
| GravityConfig::GravityConfig | ( | const GravityConfig & | 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.
| GravityConfig & GravityConfig::operator= | ( | const GravityConfig & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| GravityConfig::X_type & GravityConfig::X | ( | ) |
Return a read-write reference to the element.
| const GravityConfig::X_type & GravityConfig::X | ( | ) | const |
Return a read-only (constant) reference to the element.

| void GravityConfig::X | ( | const X_type & | 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.
| GravityConfig::Y_type & GravityConfig::Y | ( | ) |
Return a read-write reference to the element.
| const GravityConfig::Y_type & GravityConfig::Y | ( | ) | const |
Return a read-only (constant) reference to the element.

| void GravityConfig::Y | ( | const Y_type & | 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.
| GravityConfig::Z_type & GravityConfig::Z | ( | ) |
Return a read-write reference to the element.
| const GravityConfig::Z_type & GravityConfig::Z | ( | ) | const |
Return a read-only (constant) reference to the element.

| void GravityConfig::Z | ( | const Z_type & | 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.