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

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

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

| void PullingForce::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.