Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
List of all members
rCutOff Class Reference

Class corresponding to the rCutOff schema type. More...

#include <ConfigurationFile.h>

Inheritance diagram for rCutOff:
Inheritance graph
Collaboration diagram for rCutOff:
Collaboration graph

Constructors

 rCutOff (const ::xml_schema::double_ &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 rCutOff (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 rCutOff (const ::xercesc::DOMAttr &a, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM attribute. More...
 
 rCutOff (const ::std::string &s, const ::xercesc::DOMElement *e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a string fragment. More...
 
 rCutOff (const rCutOff &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual rCutOff_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
virtual ~rCutOff ()
 Destructor. More...
 

Detailed Description

Class corresponding to the rCutOff schema type.

Constructor & Destructor Documentation

◆ rCutOff() [1/5]

rCutOff::rCutOff ( const ::xml_schema::double_ _xsd_double__base)

Create an instance from the ultimate base and initializers for required elements and attributes.

◆ rCutOff() [2/5]

rCutOff::rCutOff ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM element.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.

◆ rCutOff() [3/5]

rCutOff::rCutOff ( const ::xercesc::DOMAttr &  a,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM attribute.

Parameters
aA DOM attribute to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.

◆ rCutOff() [4/5]

rCutOff::rCutOff ( const ::std::string &  s,
const ::xercesc::DOMElement *  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a string fragment.

Parameters
sA string fragment to extract the data from.
eA pointer to DOM element containing the string fragment.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.

◆ rCutOff() [5/5]

rCutOff::rCutOff ( const rCutOff x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Copy constructor.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA pointer to the object that will contain the copy.

For polymorphic object models use the _clone function instead.

◆ ~rCutOff()

rCutOff::~rCutOff ( )
virtual

Destructor.

Member Function Documentation

◆ _clone()

rCutOff * rCutOff::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA pointer to the object that will contain the copy.
Returns
A pointer to the dynamically allocated 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.


The documentation for this class was generated from the following files: