Hermes2D  3.0
XMLMesh::knot Class Reference

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

#include <mesh_h2d_xml.h>

+ Inheritance diagram for XMLMesh::knot:

Public Member Functions

virtual ~knot ()
 Destructor.
 

value

Accessor and modifier functions for the value required attribute.

typedef ::xml_schema::decimal value_type
 Attribute type.
 
typedef
::xsd::cxx::tree::traits
< value_type, char,::xsd::cxx::tree::schema_type::decimal > 
value_traits
 Attribute traits type.
 
const value_typevalue () const
 Return a read-only (constant) reference to the attribute. More...
 
value_typevalue ()
 Return a read-write reference to the attribute. More...
 
void value (const value_type &x)
 Set the attribute value. More...
 

Constructors

 knot (const value_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 knot (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 knot (const knot &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual knot_clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 

Detailed Description

Class corresponding to the knot schema type.

Definition at line 4287 of file mesh_h2d_xml.h.

Constructor & Destructor Documentation

XMLMesh::knot::knot ( 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.

Definition at line 2627 of file mesh_h2d_xml.cpp.

XMLMesh::knot::knot ( const knot 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.

Definition at line 2618 of file mesh_h2d_xml.cpp.

Member Function Documentation

knot * XMLMesh::knot::_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.

Definition at line 2666 of file mesh_h2d_xml.cpp.

const knot::value_type & XMLMesh::knot::value ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 903 of file mesh_h2d_xml.cpp.

knot::value_type & XMLMesh::knot::value ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 909 of file mesh_h2d_xml.cpp.

void XMLMesh::knot::value ( const value_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 915 of file mesh_h2d_xml.cpp.


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