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


Name | |
Accessor and modifier functions for the Name required element. | |
| typedef ::Name | Name_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Name_type, char > | Name_traits |
| Element traits type. More... | |
| const Name_type & | Name () const |
| Return a read-only (constant) reference to the element. More... | |
| Name_type & | Name () |
| Return a read-write reference to the element. More... | |
| void | Name (const Name_type &x) |
| Set the element value. More... | |
| void | Name (::std::unique_ptr< Name_type > p) |
| Set the element value without copying. More... | |
t_end | |
Accessor and modifier functions for the t_end required element. | |
| typedef ::t_end | t_end_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< t_end_type, char > | t_end_traits |
| Element traits type. More... | |
| const t_end_type & | t_end () const |
| Return a read-only (constant) reference to the element. More... | |
| t_end_type & | t_end () |
| Return a read-write reference to the element. More... | |
| void | t_end (const t_end_type &x) |
| Set the element value. More... | |
| void | t_end (::std::unique_ptr< t_end_type > p) |
| Set the element value without copying. More... | |
delta_t | |
Accessor and modifier functions for the delta_t required element. | |
| typedef ::delta_t | delta_t_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< delta_t_type, char > | delta_t_traits |
| Element traits type. More... | |
| const delta_t_type & | delta_t () const |
| Return a read-only (constant) reference to the element. More... | |
| delta_t_type & | delta_t () |
| Return a read-write reference to the element. More... | |
| void | delta_t (const delta_t_type &x) |
| Set the element value. More... | |
| void | delta_t (::std::unique_ptr< delta_t_type > p) |
| Set the element value without copying. More... | |
force | |
Accessor and modifier functions for the force required element. | |
| typedef ::force | force_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< force_type, char > | force_traits |
| Element traits type. More... | |
| const force_type & | force () const |
| Return a read-only (constant) reference to the element. More... | |
| force_type & | force () |
| Return a read-write reference to the element. More... | |
| void | force (const force_type &x) |
| Set the element value. More... | |
| void | force (::std::unique_ptr< force_type > p) |
| Set the element value without copying. More... | |
DomainSize | |
Accessor and modifier functions for the DomainSize optional element. | |
| typedef ::DomainSize | DomainSize_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::optional< DomainSize_type > | DomainSize_optional |
| Element optional container type. More... | |
| typedef ::xsd::cxx::tree::traits< DomainSize_type, char > | DomainSize_traits |
| Element traits type. More... | |
| const DomainSize_optional & | DomainSize () const |
| Return a read-only (constant) reference to the element container. More... | |
| DomainSize_optional & | DomainSize () |
| Return a read-write reference to the element container. More... | |
| void | DomainSize (const DomainSize_type &x) |
| Set the element value. More... | |
| void | DomainSize (const DomainSize_optional &x) |
| Set the element value. More... | |
| void | DomainSize (::std::unique_ptr< DomainSize_type > p) |
| Set the element value without copying. More... | |
rCutOff | |
Accessor and modifier functions for the rCutOff optional element. | |
| typedef ::rCutOff | rCutOff_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::optional< rCutOff_type > | rCutOff_optional |
| Element optional container type. More... | |
| typedef ::xsd::cxx::tree::traits< rCutOff_type, char > | rCutOff_traits |
| Element traits type. More... | |
| const rCutOff_optional & | rCutOff () const |
| Return a read-only (constant) reference to the element container. More... | |
| rCutOff_optional & | rCutOff () |
| Return a read-write reference to the element container. More... | |
| void | rCutOff (const rCutOff_type &x) |
| Set the element value. More... | |
| void | rCutOff (const rCutOff_optional &x) |
| Set the element value. More... | |
| void | rCutOff (::std::unique_ptr< rCutOff_type > p) |
| Set the element value without copying. More... | |
BoundaryCondition | |
Accessor and modifier functions for the BoundaryCondition optional element. | |
| typedef ::BoundaryCondition | BoundaryCondition_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::optional< BoundaryCondition_type > | BoundaryCondition_optional |
| Element optional container type. More... | |
| typedef ::xsd::cxx::tree::traits< BoundaryCondition_type, char > | BoundaryCondition_traits |
| Element traits type. More... | |
| const BoundaryCondition_optional & | BoundaryCondition () const |
| Return a read-only (constant) reference to the element container. More... | |
| BoundaryCondition_optional & | BoundaryCondition () |
| Return a read-write reference to the element container. More... | |
| void | BoundaryCondition (const BoundaryCondition_type &x) |
| Set the element value. More... | |
| void | BoundaryCondition (const BoundaryCondition_optional &x) |
| Set the element value. More... | |
| void | BoundaryCondition (::std::unique_ptr< BoundaryCondition_type > p) |
| Set the element value without copying. More... | |
Constructors | |
| model (const Name_type &, const t_end_type &, const delta_t_type &, const force_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| model (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| model (const model &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual model * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| model & | operator= (const model &x) |
| Copy assignment operator. More... | |
| virtual | ~model () |
| Destructor. More... | |
Class corresponding to the model schema type.
| typedef ::xsd::cxx::tree::optional< BoundaryCondition_type > model::BoundaryCondition_optional |
Element optional container type.
| typedef ::xsd::cxx::tree::traits< BoundaryCondition_type, char > model::BoundaryCondition_traits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits< delta_t_type, char > model::delta_t_traits |
Element traits type.
| typedef ::delta_t model::delta_t_type |
Element type.
| typedef ::xsd::cxx::tree::optional< DomainSize_type > model::DomainSize_optional |
Element optional container type.
| typedef ::xsd::cxx::tree::traits< DomainSize_type, char > model::DomainSize_traits |
Element traits type.
| typedef ::DomainSize model::DomainSize_type |
Element type.
| typedef ::xsd::cxx::tree::traits< force_type, char > model::force_traits |
Element traits type.
| typedef ::force model::force_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Name_type, char > model::Name_traits |
Element traits type.
| typedef ::Name model::Name_type |
Element type.
| typedef ::xsd::cxx::tree::optional< rCutOff_type > model::rCutOff_optional |
Element optional container type.
| typedef ::xsd::cxx::tree::traits< rCutOff_type, char > model::rCutOff_traits |
Element traits type.
| typedef ::rCutOff model::rCutOff_type |
Element type.
| typedef ::xsd::cxx::tree::traits< t_end_type, char > model::t_end_traits |
Element traits type.
| typedef ::t_end model::t_end_type |
Element type.
| model::model | ( | const Name_type & | Name, |
| const t_end_type & | t_end, | ||
| const delta_t_type & | delta_t, | ||
| const force_type & | force | ||
| ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| model::model | ( | 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. |
| model::model | ( | const model & | 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.
| model::BoundaryCondition_optional & model::BoundaryCondition | ( | ) |
Return a read-write reference to the element container.
| const model::BoundaryCondition_optional & model::BoundaryCondition | ( | ) | const |
Return a read-only (constant) reference to the element container.

| void model::BoundaryCondition | ( | ::std::unique_ptr< BoundaryCondition_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void model::BoundaryCondition | ( | const BoundaryCondition_optional & | x | ) |
Set the element value.
| x | An optional container with the new value to set. |
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
| void model::BoundaryCondition | ( | const BoundaryCondition_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.
| model::delta_t_type & model::delta_t | ( | ) |
Return a read-write reference to the element.
| const model::delta_t_type & model::delta_t | ( | ) | const |
Return a read-only (constant) reference to the element.

| void model::delta_t | ( | ::std::unique_ptr< delta_t_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void model::delta_t | ( | const delta_t_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.
| model::DomainSize_optional & model::DomainSize | ( | ) |
Return a read-write reference to the element container.
| const model::DomainSize_optional & model::DomainSize | ( | ) | const |
Return a read-only (constant) reference to the element container.

| void model::DomainSize | ( | ::std::unique_ptr< DomainSize_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void model::DomainSize | ( | const DomainSize_optional & | x | ) |
Set the element value.
| x | An optional container with the new value to set. |
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
| void model::DomainSize | ( | const DomainSize_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.
| model::force_type & model::force | ( | ) |
Return a read-write reference to the element.
| const model::force_type & model::force | ( | ) | const |
Return a read-only (constant) reference to the element.

| void model::force | ( | ::std::unique_ptr< force_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void model::force | ( | const force_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.
| model::Name_type & model::Name | ( | ) |
Return a read-write reference to the element.
| const model::Name_type & model::Name | ( | ) | const |
Return a read-only (constant) reference to the element.

| void model::Name | ( | ::std::unique_ptr< Name_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void model::Name | ( | const Name_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.
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| model::rCutOff_optional & model::rCutOff | ( | ) |
Return a read-write reference to the element container.
| const model::rCutOff_optional & model::rCutOff | ( | ) | const |
Return a read-only (constant) reference to the element container.

| void model::rCutOff | ( | ::std::unique_ptr< rCutOff_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void model::rCutOff | ( | const rCutOff_optional & | x | ) |
Set the element value.
| x | An optional container with the new value to set. |
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
| void model::rCutOff | ( | const rCutOff_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.
| model::t_end_type & model::t_end | ( | ) |
Return a read-write reference to the element.
| const model::t_end_type & model::t_end | ( | ) | const |
Return a read-only (constant) reference to the element.

| void model::t_end | ( | ::std::unique_ptr< t_end_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void model::t_end | ( | const t_end_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.