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


UnstructuredGrid | |
Accessor and modifier functions for the UnstructuredGrid optional element. | |
| typedef ::UnstructuredGrid_t | UnstructuredGrid_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::optional< UnstructuredGrid_type > | UnstructuredGrid_optional |
| Element optional container type. More... | |
| typedef ::xsd::cxx::tree::traits< UnstructuredGrid_type, char > | UnstructuredGrid_traits |
| Element traits type. More... | |
| const UnstructuredGrid_optional & | UnstructuredGrid () const |
| Return a read-only (constant) reference to the element container. More... | |
| UnstructuredGrid_optional & | UnstructuredGrid () |
| Return a read-write reference to the element container. More... | |
| void | UnstructuredGrid (const UnstructuredGrid_type &x) |
| Set the element value. More... | |
| void | UnstructuredGrid (const UnstructuredGrid_optional &x) |
| Set the element value. More... | |
| void | UnstructuredGrid (::std::unique_ptr< UnstructuredGrid_type > p) |
| Set the element value without copying. More... | |
PolyData | |
Accessor and modifier functions for the PolyData optional element. | |
| typedef ::PolyData_t | PolyData_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::optional< PolyData_type > | PolyData_optional |
| Element optional container type. More... | |
| typedef ::xsd::cxx::tree::traits< PolyData_type, char > | PolyData_traits |
| Element traits type. More... | |
| const PolyData_optional & | PolyData () const |
| Return a read-only (constant) reference to the element container. More... | |
| PolyData_optional & | PolyData () |
| Return a read-write reference to the element container. More... | |
| void | PolyData (const PolyData_type &x) |
| Set the element value. More... | |
| void | PolyData (const PolyData_optional &x) |
| Set the element value. More... | |
| void | PolyData (::std::unique_ptr< PolyData_type > p) |
| Set the element value without copying. More... | |
type | |
Accessor and modifier functions for the type required attribute. | |
| typedef ::xml_schema::string | type_type |
| Attribute type. More... | |
| typedef ::xsd::cxx::tree::traits< type_type, char > | type_traits |
| Attribute traits type. More... | |
| const type_type & | type () const |
| Return a read-only (constant) reference to the attribute. More... | |
| type_type & | type () |
| Return a read-write reference to the attribute. More... | |
| void | type (const type_type &x) |
| Set the attribute value. More... | |
| void | type (::std::unique_ptr< type_type > p) |
| Set the attribute value without copying. More... | |
version | |
Accessor and modifier functions for the version required attribute. | |
| typedef ::xml_schema::string | version_type |
| Attribute type. More... | |
| typedef ::xsd::cxx::tree::traits< version_type, char > | version_traits |
| Attribute traits type. More... | |
| const version_type & | version () const |
| Return a read-only (constant) reference to the attribute. More... | |
| static const version_type & | version_default_value () |
| Return the default value for the attribute. More... | |
byte_order | |
Accessor and modifier functions for the byte_order required attribute. | |
| typedef ::xml_schema::string | byte_order_type |
| Attribute type. More... | |
| typedef ::xsd::cxx::tree::traits< byte_order_type, char > | byte_order_traits |
| Attribute traits type. More... | |
| const byte_order_type & | byte_order () const |
| Return a read-only (constant) reference to the attribute. More... | |
| static const byte_order_type & | byte_order_default_value () |
| Return the default value for the attribute. More... | |
Constructors | |
| VTKFile_t (const type_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| VTKFile_t (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| VTKFile_t (const VTKFile_t &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual VTKFile_t * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| VTKFile_t & | operator= (const VTKFile_t &x) |
| Copy assignment operator. More... | |
| virtual | ~VTKFile_t () |
| Destructor. More... | |
Class corresponding to the VTKFile_t schema type.
The hello_t type consists of a greeting phrase and a collection of names to which this greeting applies.
| typedef ::xsd::cxx::tree::traits< byte_order_type, char > VTKFile_t::byte_order_traits |
Attribute traits type.
| typedef ::xml_schema::string VTKFile_t::byte_order_type |
Attribute type.
| typedef ::xsd::cxx::tree::optional< PolyData_type > VTKFile_t::PolyData_optional |
Element optional container type.
| typedef ::xsd::cxx::tree::traits< PolyData_type, char > VTKFile_t::PolyData_traits |
Element traits type.
| typedef ::PolyData_t VTKFile_t::PolyData_type |
Element type.
| typedef ::xsd::cxx::tree::traits< type_type, char > VTKFile_t::type_traits |
Attribute traits type.
| typedef ::xml_schema::string VTKFile_t::type_type |
Attribute type.
| typedef ::xsd::cxx::tree::optional< UnstructuredGrid_type > VTKFile_t::UnstructuredGrid_optional |
Element optional container type.
| typedef ::xsd::cxx::tree::traits< UnstructuredGrid_type, char > VTKFile_t::UnstructuredGrid_traits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits< version_type, char > VTKFile_t::version_traits |
Attribute traits type.
| typedef ::xml_schema::string VTKFile_t::version_type |
Attribute type.
| VTKFile_t::VTKFile_t | ( | const type_type & | type | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| VTKFile_t::VTKFile_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. |
| VTKFile_t::VTKFile_t | ( | const VTKFile_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.
| const VTKFile_t::byte_order_type & VTKFile_t::byte_order | ( | ) | const |
Return a read-only (constant) reference to the attribute.

|
static |
Return the default value for the attribute.
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| VTKFile_t::PolyData_optional & VTKFile_t::PolyData | ( | ) |
Return a read-write reference to the element container.
| const VTKFile_t::PolyData_optional & VTKFile_t::PolyData | ( | ) | const |
Return a read-only (constant) reference to the element container.

| void VTKFile_t::PolyData | ( | ::std::unique_ptr< PolyData_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 VTKFile_t::PolyData | ( | const PolyData_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 VTKFile_t::PolyData | ( | const PolyData_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.
| VTKFile_t::type_type & VTKFile_t::type | ( | ) |
Return a read-write reference to the attribute.
| const VTKFile_t::type_type & VTKFile_t::type | ( | ) | const |
Return a read-only (constant) reference to the attribute.

| void VTKFile_t::type | ( | ::std::unique_ptr< type_type > | p | ) |
Set the attribute 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 VTKFile_t::type | ( | const type_type & | x | ) |
Set the attribute value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
| VTKFile_t::UnstructuredGrid_optional & VTKFile_t::UnstructuredGrid | ( | ) |
Return a read-write reference to the element container.
| const VTKFile_t::UnstructuredGrid_optional & VTKFile_t::UnstructuredGrid | ( | ) | const |
Return a read-only (constant) reference to the element container.

| void VTKFile_t::UnstructuredGrid | ( | ::std::unique_ptr< UnstructuredGrid_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 VTKFile_t::UnstructuredGrid | ( | const UnstructuredGrid_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 VTKFile_t::UnstructuredGrid | ( | const UnstructuredGrid_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.
| const VTKFile_t::version_type & VTKFile_t::version | ( | ) | const |
Return a read-only (constant) reference to the attribute.

|
static |
Return the default value for the attribute.