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


greeting | |
Accessor and modifier functions for the greeting required element. | |
| typedef ::xml_schema::string | greeting_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< greeting_type, char > | greeting_traits |
| Element traits type. More... | |
| const greeting_type & | greeting () const |
| Return a read-only (constant) reference to the element. More... | |
| greeting_type & | greeting () |
| Return a read-write reference to the element. More... | |
| void | greeting (const greeting_type &x) |
| Set the element value. More... | |
| void | greeting (::std::unique_ptr< greeting_type > p) |
| Set the element value without copying. More... | |
Constructors | |
| PolyData_t (const greeting_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| PolyData_t (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| PolyData_t (const PolyData_t &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual PolyData_t * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| PolyData_t & | operator= (const PolyData_t &x) |
| Copy assignment operator. More... | |
| virtual | ~PolyData_t () |
| Destructor. More... | |
Class corresponding to the PolyData_t schema type.
| typedef ::xsd::cxx::tree::traits< greeting_type, char > PolyData_t::greeting_traits |
Element traits type.
| typedef ::xml_schema::string PolyData_t::greeting_type |
Element type.
| PolyData_t::PolyData_t | ( | const greeting_type & | greeting | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| PolyData_t::PolyData_t | ( | 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. |
| PolyData_t::PolyData_t | ( | const PolyData_t & | 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.
| PolyData_t::greeting_type & PolyData_t::greeting | ( | ) |
Return a read-write reference to the element.
| const PolyData_t::greeting_type & PolyData_t::greeting | ( | ) | const |
Return a read-only (constant) reference to the element.

| void PolyData_t::greeting | ( | ::std::unique_ptr< greeting_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 PolyData_t::greeting | ( | const greeting_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.
| PolyData_t & PolyData_t::operator= | ( | const PolyData_t & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.