39 #ifndef CONFIGURATION_FILE_H
40 #define CONFIGURATION_FILE_H
50 #ifndef XSD_CXX_TREE_USE_CHAR
51 #define XSD_CXX_TREE_USE_CHAR
59 #include <xsd/cxx/config.hxx>
61 #if (XSD_INT_VERSION != 4000000L)
62 #error XSD runtime version mismatch
65 #include <xsd/cxx/pre.hxx>
67 #include <xsd/cxx/xml/char-utf8.hxx>
69 #include <xsd/cxx/tree/exceptions.hxx>
70 #include <xsd/cxx/tree/elements.hxx>
71 #include <xsd/cxx/tree/types.hxx>
73 #include <xsd/cxx/xml/error-handler.hxx>
75 #include <xsd/cxx/xml/dom/auto-ptr.hxx>
77 #include <xsd/cxx/tree/parsing.hxx>
78 #include <xsd/cxx/tree/parsing/byte.hxx>
79 #include <xsd/cxx/tree/parsing/unsigned-byte.hxx>
80 #include <xsd/cxx/tree/parsing/short.hxx>
81 #include <xsd/cxx/tree/parsing/unsigned-short.hxx>
82 #include <xsd/cxx/tree/parsing/int.hxx>
83 #include <xsd/cxx/tree/parsing/unsigned-int.hxx>
84 #include <xsd/cxx/tree/parsing/long.hxx>
85 #include <xsd/cxx/tree/parsing/unsigned-long.hxx>
86 #include <xsd/cxx/tree/parsing/boolean.hxx>
87 #include <xsd/cxx/tree/parsing/float.hxx>
88 #include <xsd/cxx/tree/parsing/double.hxx>
89 #include <xsd/cxx/tree/parsing/decimal.hxx>
91 #include <xsd/cxx/xml/dom/serialization-header.hxx>
92 #include <xsd/cxx/tree/serialization.hxx>
93 #include <xsd/cxx/tree/serialization/byte.hxx>
94 #include <xsd/cxx/tree/serialization/unsigned-byte.hxx>
95 #include <xsd/cxx/tree/serialization/short.hxx>
96 #include <xsd/cxx/tree/serialization/unsigned-short.hxx>
97 #include <xsd/cxx/tree/serialization/int.hxx>
98 #include <xsd/cxx/tree/serialization/unsigned-int.hxx>
99 #include <xsd/cxx/tree/serialization/long.hxx>
100 #include <xsd/cxx/tree/serialization/unsigned-long.hxx>
101 #include <xsd/cxx/tree/serialization/boolean.hxx>
102 #include <xsd/cxx/tree/serialization/float.hxx>
103 #include <xsd/cxx/tree/serialization/double.hxx>
104 #include <xsd/cxx/tree/serialization/decimal.hxx>
125 typedef ::xsd::cxx::tree::simple_type< char, type >
simple_type;
140 typedef signed char byte;
188 typedef long long long_;
270 typedef ::xsd::cxx::tree::string< char, simple_type >
string;
282 typedef ::xsd::cxx::tree::token< char, normalized_string >
token;
288 typedef ::xsd::cxx::tree::name< char, token >
name;
294 typedef ::xsd::cxx::tree::nmtoken< char, token >
nmtoken;
300 typedef ::xsd::cxx::tree::nmtokens< char, simple_type, nmtoken >
nmtokens;
306 typedef ::xsd::cxx::tree::ncname< char, name >
ncname;
312 typedef ::xsd::cxx::tree::language< char, token >
language;
322 typedef ::xsd::cxx::tree::id< char, ncname >
id;
328 typedef ::xsd::cxx::tree::idref< char, ncname, type >
idref;
334 typedef ::xsd::cxx::tree::idrefs< char, simple_type, idref >
idrefs;
344 typedef ::xsd::cxx::tree::uri< char, simple_type >
uri;
354 typedef ::xsd::cxx::tree::qname< char, simple_type, uri, ncname >
qname;
363 typedef ::xsd::cxx::tree::buffer< char >
buffer;
369 typedef ::xsd::cxx::tree::base64_binary< char, simple_type >
base64_binary;
375 typedef ::xsd::cxx::tree::hex_binary< char, simple_type >
hex_binary;
390 typedef ::xsd::cxx::tree::date< char, simple_type >
date;
396 typedef ::xsd::cxx::tree::date_time< char, simple_type >
date_time;
402 typedef ::xsd::cxx::tree::duration< char, simple_type >
duration;
408 typedef ::xsd::cxx::tree::gday< char, simple_type >
gday;
414 typedef ::xsd::cxx::tree::gmonth< char, simple_type >
gmonth;
420 typedef ::xsd::cxx::tree::gmonth_day< char, simple_type >
gmonth_day;
426 typedef ::xsd::cxx::tree::gyear< char, simple_type >
gyear;
432 typedef ::xsd::cxx::tree::gyear_month< char, simple_type >
gyear_month;
438 typedef ::xsd::cxx::tree::time< char, simple_type >
time;
448 typedef ::xsd::cxx::tree::entity< char, ncname >
entity;
454 typedef ::xsd::cxx::tree::entities< char, simple_type, entity >
entities;
468 typedef ::xsd::cxx::xml::dom::namespace_info< char >
namespace_info;
478 typedef ::xsd::cxx::tree::list_stream< char >
list_stream;
483 typedef ::xsd::cxx::tree::as_double< double_ >
as_double;
488 typedef ::xsd::cxx::tree::as_decimal< decimal >
as_decimal;
506 typedef ::xsd::cxx::tree::properties< char >
properties;
519 typedef ::xsd::cxx::tree::error< char >
error;
524 typedef ::xsd::cxx::tree::diagnostics< char >
diagnostics;
532 typedef ::xsd::cxx::tree::exception< char >
exception;
538 typedef ::xsd::cxx::tree::bounds< char >
bounds;
544 typedef ::xsd::cxx::tree::duplicate_id< char >
duplicate_id;
549 typedef ::xsd::cxx::tree::parsing< char >
parsing;
590 typedef ::xsd::cxx::tree::serialization< char >
serialization;
595 typedef ::xsd::cxx::xml::error_handler< char >
error_handler;
605 using ::xsd::cxx::xml::dom::unique_ptr;
607 #ifndef XSD_CXX_TREE_TREE_NODE_KEY__XML_SCHEMA
608 #define XSD_CXX_TREE_TREE_NODE_KEY__XML_SCHEMA
612 const XMLCh*
const tree_node_key = ::xsd::cxx::tree::user_data_keys::node;
682 #include <xsd/cxx/xml/char-utf8.hxx>
684 #include <xsd/cxx/tree/exceptions.hxx>
685 #include <xsd/cxx/tree/elements.hxx>
686 #include <xsd/cxx/tree/containers.hxx>
687 #include <xsd/cxx/tree/list.hxx>
689 #include <xsd/cxx/xml/dom/parsing-header.hxx>
1097 model (::std::unique_ptr< model_type > p);
1249 Cuboids (::std::unique_ptr< Cuboids_type > p);
1325 Discs (::std::unique_ptr< Discs_type > p);
1401 Spheres (::std::unique_ptr< Spheres_type > p);
1477 Membrane (::std::unique_ptr< Membrane_type > p);
1504 ::std::unique_ptr< model_type >);
1514 Molecules (const ::xercesc::DOMElement& e,
1572 parse (::xsd::cxx::xml::dom::parser< char >&,
1576 ::xsd::cxx::tree::one< OutputFileName_type > OutputFileName_;
1577 ::xsd::cxx::tree::one< OutputFrequency_type > OutputFrequency_;
1581 ::xsd::cxx::tree::one< model_type > model_;
1662 const ::xercesc::DOMElement* e,
1708 class OutputFrequency:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
1756 const ::xercesc::DOMElement* e,
1877 const ::xercesc::DOMElement* e,
1927 return _xsd_ParallelizationStrategy_convert ();
1934 _xsd_ParallelizationStrategy_convert ()
const;
1937 static const char*
const _xsd_ParallelizationStrategy_literals_[3];
1938 static const value _xsd_ParallelizationStrategy_indexes_[3];
2005 Type (::std::unique_ptr< Type_type > p);
2407 Dimension (::std::unique_ptr< Dimension_type > p);
2494 parse (::xsd::cxx::xml::dom::parser< char >&,
2498 ::xsd::cxx::tree::one< Type_type > Type_;
2499 ::xsd::cxx::tree::one< InitialTemperature_type > InitialTemperature_;
2500 ::xsd::cxx::tree::one< TargetTemperature_type > TargetTemperature_;
2501 ::xsd::cxx::tree::one< InitialBrownian_type > InitialBrownian_;
2502 ::xsd::cxx::tree::one< ScalingGradually_type > ScalingGradually_;
2504 ::xsd::cxx::tree::one< ApplyAfterHowManySteps_type > ApplyAfterHowManySteps_;
2505 ::xsd::cxx::tree::one< Dimension_type > Dimension_;
2534 typedef ::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal >
X_traits;
2581 typedef ::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal >
Y_traits;
2628 typedef ::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal >
Z_traits;
2738 parse (::xsd::cxx::xml::dom::parser< char >&,
2742 ::xsd::cxx::tree::one< X_type > X_;
2743 ::xsd::cxx::tree::one< Y_type > Y_;
2744 ::xsd::cxx::tree::one< Z_type > Z_;
2811 Name (::std::unique_ptr< Name_type > p);
2869 t_end (::std::unique_ptr< t_end_type > p);
2927 delta_t (::std::unique_ptr< delta_t_type > p);
2985 force (::std::unique_ptr< force_type > p);
3061 DomainSize (::std::unique_ptr< DomainSize_type > p);
3137 rCutOff (::std::unique_ptr< rCutOff_type > p);
3239 model (const ::xercesc::DOMElement& e,
3297 parse (::xsd::cxx::xml::dom::parser< char >&,
3301 ::xsd::cxx::tree::one< Name_type > Name_;
3302 ::xsd::cxx::tree::one< t_end_type > t_end_;
3303 ::xsd::cxx::tree::one< delta_t_type > delta_t_;
3304 ::xsd::cxx::tree::one< force_type > force_;
3374 Size (::std::unique_ptr< Size_type > p);
3519 parse (::xsd::cxx::xml::dom::parser< char >&,
3523 ::xsd::cxx::tree::one< Size_type > Size_;
3591 Size (::std::unique_ptr< Size_type > p);
3678 Cuboids (const ::xercesc::DOMElement& e,
3736 parse (::xsd::cxx::xml::dom::parser< char >&,
3740 ::xsd::cxx::tree::one< Size_type > Size_;
3808 Size (::std::unique_ptr< Size_type > p);
3895 Discs (const ::xercesc::DOMElement& e,
3953 parse (::xsd::cxx::xml::dom::parser< char >&,
3957 ::xsd::cxx::tree::one< Size_type > Size_;
4025 Size (::std::unique_ptr< Size_type > p);
4112 Spheres (const ::xercesc::DOMElement& e,
4170 parse (::xsd::cxx::xml::dom::parser< char >&,
4174 ::xsd::cxx::tree::one< Size_type > Size_;
4383 PullingForce (::std::unique_ptr< PullingForce_type > p);
4403 typedef ::xsd::cxx::tree::traits< r0_type, char, ::xsd::cxx::tree::schema_type::decimal >
r0_traits;
4450 typedef ::xsd::cxx::tree::traits< k_type, char, ::xsd::cxx::tree::schema_type::decimal >
k_traits;
4535 Velocity (::std::unique_ptr< Velocity_type > p);
4593 Position (::std::unique_ptr< Position_type > p);
4613 typedef ::xsd::cxx::tree::traits< N1_type, char >
N1_traits;
4651 N1 (::std::unique_ptr< N1_type > p);
4671 typedef ::xsd::cxx::tree::traits< N2_type, char >
N2_traits;
4709 N2 (::std::unique_ptr< N2_type > p);
4767 Mass (::std::unique_ptr< Mass_type > p);
4883 Sigma (::std::unique_ptr< Sigma_type > p);
4941 Epsilon (::std::unique_ptr< Epsilon_type > p);
4977 ::std::unique_ptr< Velocity_type >,
4978 ::std::unique_ptr< Position_type >,
4994 Membrane (const ::xercesc::DOMElement& e,
5052 parse (::xsd::cxx::xml::dom::parser< char >&,
5056 ::xsd::cxx::tree::one< Pull_type > Pull_;
5059 ::xsd::cxx::tree::one< r0_type > r0_;
5060 ::xsd::cxx::tree::one< k_type > k_;
5061 ::xsd::cxx::tree::one< Velocity_type > Velocity_;
5062 ::xsd::cxx::tree::one< Position_type > Position_;
5063 ::xsd::cxx::tree::one< N1_type > N1_;
5064 ::xsd::cxx::tree::one< N2_type > N2_;
5065 ::xsd::cxx::tree::one< Mass_type > Mass_;
5066 ::xsd::cxx::tree::one< InterParticleDistance_type > InterParticleDistance_;
5067 ::xsd::cxx::tree::one< Sigma_type > Sigma_;
5068 ::xsd::cxx::tree::one< Epsilon_type > Epsilon_;
5102 Type (
const char* v);
5126 Type (const ::xercesc::DOMElement& e,
5138 Type (const ::xercesc::DOMAttr& a,
5152 const ::xercesc::DOMElement* e,
5202 return _xsd_Type_convert ();
5209 _xsd_Type_convert ()
const;
5212 static const char*
const _xsd_Type_literals_[2];
5213 static const value _xsd_Type_indexes_[2];
5223 class InitialTemperature:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
5271 const ::xercesc::DOMElement* e,
5317 class TargetTemperature:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
5365 const ::xercesc::DOMElement* e,
5411 class MaximumTemperatureChange:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
5459 const ::xercesc::DOMElement* e,
5505 class ApplyAfterHowManySteps:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
5553 const ::xercesc::DOMElement* e,
5599 class Dimension:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
5621 Dimension (const ::xercesc::DOMElement& e,
5647 const ::xercesc::DOMElement* e,
5717 Name (
const char* v);
5741 Name (const ::xercesc::DOMElement& e,
5753 Name (const ::xercesc::DOMAttr& a,
5767 const ::xercesc::DOMElement* e,
5817 return _xsd_Name_convert ();
5824 _xsd_Name_convert ()
const;
5827 static const char*
const _xsd_Name_literals_[2];
5828 static const value _xsd_Name_indexes_[2];
5838 class t_end:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
5860 t_end (const ::xercesc::DOMElement& e,
5872 t_end (const ::xercesc::DOMAttr& a,
5886 const ::xercesc::DOMElement* e,
5932 class delta_t:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
5954 delta_t (const ::xercesc::DOMElement& e,
5966 delta_t (const ::xercesc::DOMAttr& a,
5980 const ::xercesc::DOMElement* e,
6050 force (
const char* v);
6074 force (const ::xercesc::DOMElement& e,
6086 force (const ::xercesc::DOMAttr& a,
6100 const ::xercesc::DOMElement* e,
6150 return _xsd_force_convert ();
6157 _xsd_force_convert ()
const;
6160 static const char*
const _xsd_force_literals_[2];
6161 static const value _xsd_force_indexes_[2];
6228 First (::std::unique_ptr< First_type > p);
6286 Second (::std::unique_ptr< Second_type > p);
6344 Third (::std::unique_ptr< Third_type > p);
6427 parse (::xsd::cxx::xml::dom::parser< char >&,
6431 ::xsd::cxx::tree::one< First_type > First_;
6432 ::xsd::cxx::tree::one< Second_type > Second_;
6433 ::xsd::cxx::tree::one< Third_type > Third_;
6443 class rCutOff:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
6465 rCutOff (const ::xercesc::DOMElement& e,
6477 rCutOff (const ::xercesc::DOMAttr& a,
6491 const ::xercesc::DOMElement* e,
6685 parse (::xsd::cxx::xml::dom::parser< char >&,
6689 ::xsd::cxx::tree::one< boundaries_type > boundaries_;
6699 class Size:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
6721 Size (const ::xercesc::DOMElement& e,
6733 Size (const ::xercesc::DOMAttr& a,
6747 const ::xercesc::DOMElement* e,
6850 Position (::std::unique_ptr< Position_type > p);
6908 Velocity (::std::unique_ptr< Velocity_type > p);
6966 Mass (::std::unique_ptr< Mass_type > p);
7042 Sigma (::std::unique_ptr< Sigma_type > p);
7118 Epsilon (::std::unique_ptr< Epsilon_type > p);
7144 ::std::unique_ptr< Velocity_type >,
7213 parse (::xsd::cxx::xml::dom::parser< char >&,
7217 ::xsd::cxx::tree::one< Position_type > Position_;
7218 ::xsd::cxx::tree::one< Velocity_type > Velocity_;
7219 ::xsd::cxx::tree::one< Mass_type > Mass_;
7288 Position (::std::unique_ptr< Position_type > p);
7346 Velocity (::std::unique_ptr< Velocity_type > p);
7366 typedef ::xsd::cxx::tree::traits< N1_type, char >
N1_traits;
7404 N1 (::std::unique_ptr< N1_type > p);
7424 typedef ::xsd::cxx::tree::traits< N2_type, char >
N2_traits;
7462 N2 (::std::unique_ptr< N2_type > p);
7482 typedef ::xsd::cxx::tree::traits< N3_type, char >
N3_traits;
7520 N3 (::std::unique_ptr< N3_type > p);
7578 Distance (::std::unique_ptr< Distance_type > p);
7636 Mass (::std::unique_ptr< Mass_type > p);
7694 Brownian (::std::unique_ptr< Brownian_type > p);
7828 Sigma (::std::unique_ptr< Sigma_type > p);
7904 Epsilon (::std::unique_ptr< Epsilon_type > p);
8000 Cuboid (::std::unique_ptr< Position_type >,
8001 ::std::unique_ptr< Velocity_type >,
8018 Cuboid (const ::xercesc::DOMElement& e,
8076 parse (::xsd::cxx::xml::dom::parser< char >&,
8080 ::xsd::cxx::tree::one< Position_type > Position_;
8081 ::xsd::cxx::tree::one< Velocity_type > Velocity_;
8082 ::xsd::cxx::tree::one< N1_type > N1_;
8083 ::xsd::cxx::tree::one< N2_type > N2_;
8084 ::xsd::cxx::tree::one< N3_type > N3_;
8085 ::xsd::cxx::tree::one< Distance_type > Distance_;
8086 ::xsd::cxx::tree::one< Mass_type > Mass_;
8087 ::xsd::cxx::tree::one< Brownian_type > Brownian_;
8088 ::xsd::cxx::tree::one< DimensionBrownian_type > DimensionBrownian_;
8158 Center (::std::unique_ptr< Center_type > p);
8216 Mass (::std::unique_ptr< Mass_type > p);
8332 Velocity (::std::unique_ptr< Velocity_type > p);
8352 typedef ::xsd::cxx::tree::traits< Radius_type, char, ::xsd::cxx::tree::schema_type::decimal >
Radius_traits;
8399 typedef ::xsd::cxx::tree::traits< Brownian_type, char, ::xsd::cxx::tree::schema_type::decimal >
Brownian_traits;
8549 Sigma (::std::unique_ptr< Sigma_type > p);
8625 Epsilon (::std::unique_ptr< Epsilon_type > p);
8719 Disc (::std::unique_ptr< Center_type >,
8722 ::std::unique_ptr< Velocity_type >,
8735 Disc (const ::xercesc::DOMElement& e,
8793 parse (::xsd::cxx::xml::dom::parser< char >&,
8797 ::xsd::cxx::tree::one< Center_type > Center_;
8798 ::xsd::cxx::tree::one< Mass_type > Mass_;
8799 ::xsd::cxx::tree::one< InterParticleDistance_type > InterParticleDistance_;
8800 ::xsd::cxx::tree::one< Velocity_type > Velocity_;
8801 ::xsd::cxx::tree::one< Radius_type > Radius_;
8802 ::xsd::cxx::tree::one< Brownian_type > Brownian_;
8803 ::xsd::cxx::tree::one< DimensionBrownian_type > DimensionBrownian_;
8873 Center (::std::unique_ptr< Center_type > p);
8931 Mass (::std::unique_ptr< Mass_type > p);
9047 Velocity (::std::unique_ptr< Velocity_type > p);
9067 typedef ::xsd::cxx::tree::traits< Radius_type, char, ::xsd::cxx::tree::schema_type::decimal >
Radius_traits;
9114 typedef ::xsd::cxx::tree::traits< Brownian_type, char, ::xsd::cxx::tree::schema_type::decimal >
Brownian_traits;
9264 Sigma (::std::unique_ptr< Sigma_type > p);
9340 Epsilon (::std::unique_ptr< Epsilon_type > p);
9434 Sphere (::std::unique_ptr< Center_type >,
9437 ::std::unique_ptr< Velocity_type >,
9450 Sphere (const ::xercesc::DOMElement& e,
9508 parse (::xsd::cxx::xml::dom::parser< char >&,
9512 ::xsd::cxx::tree::one< Center_type > Center_;
9513 ::xsd::cxx::tree::one< Mass_type > Mass_;
9514 ::xsd::cxx::tree::one< InterParticleDistance_type > InterParticleDistance_;
9515 ::xsd::cxx::tree::one< Velocity_type > Velocity_;
9516 ::xsd::cxx::tree::one< Radius_type > Radius_;
9517 ::xsd::cxx::tree::one< Brownian_type > Brownian_;
9518 ::xsd::cxx::tree::one< DimensionBrownian_type > DimensionBrownian_;
9531 class PullingActiveUntil:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::int_, char, ::xml_schema::simple_type >
9579 const ::xercesc::DOMElement* e,
9644 typedef ::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal >
X_traits;
9691 typedef ::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal >
Y_traits;
9738 typedef ::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal >
Z_traits;
9848 parse (::xsd::cxx::xml::dom::parser< char >&,
9852 ::xsd::cxx::tree::one< X_type > X_;
9853 ::xsd::cxx::tree::one< Y_type > Y_;
9854 ::xsd::cxx::tree::one< Z_type > Z_;
9883 typedef ::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal >
X_traits;
9930 typedef ::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal >
Y_traits;
9977 typedef ::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal >
Z_traits;
10029 Velocity (const ::xercesc::DOMElement& e,
10087 parse (::xsd::cxx::xml::dom::parser< char >&,
10091 ::xsd::cxx::tree::one< X_type > X_;
10092 ::xsd::cxx::tree::one< Y_type > Y_;
10093 ::xsd::cxx::tree::one< Z_type > Z_;
10122 typedef ::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal >
X_traits;
10169 typedef ::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal >
Y_traits;
10216 typedef ::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal >
Z_traits;
10268 Position (const ::xercesc::DOMElement& e,
10326 parse (::xsd::cxx::xml::dom::parser< char >&,
10330 ::xsd::cxx::tree::one< X_type > X_;
10331 ::xsd::cxx::tree::one< Y_type > Y_;
10332 ::xsd::cxx::tree::one< Z_type > Z_;
10342 class N1:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::unsigned_int, char, ::xml_schema::simple_type >
10364 N1 (const ::xercesc::DOMElement& e,
10376 N1 (const ::xercesc::DOMAttr& a,
10390 const ::xercesc::DOMElement* e,
10436 class N2:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::unsigned_int, char, ::xml_schema::simple_type >
10458 N2 (const ::xercesc::DOMElement& e,
10470 N2 (const ::xercesc::DOMAttr& a,
10484 const ::xercesc::DOMElement* e,
10530 class Mass:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
10552 Mass (const ::xercesc::DOMElement& e,
10564 Mass (const ::xercesc::DOMAttr& a,
10578 const ::xercesc::DOMElement* e,
10624 class InterParticleDistance:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
10672 const ::xercesc::DOMElement* e,
10718 class Sigma:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
10740 Sigma (const ::xercesc::DOMElement& e,
10752 Sigma (const ::xercesc::DOMAttr& a,
10766 const ::xercesc::DOMElement* e,
10812 class Epsilon:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
10834 Epsilon (const ::xercesc::DOMElement& e,
10846 Epsilon (const ::xercesc::DOMAttr& a,
10860 const ::xercesc::DOMElement* e,
10906 class First:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
10928 First (const ::xercesc::DOMElement& e,
10940 First (const ::xercesc::DOMAttr& a,
10954 const ::xercesc::DOMElement* e,
11000 class Second:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
11022 Second (const ::xercesc::DOMElement& e,
11034 Second (const ::xercesc::DOMAttr& a,
11048 const ::xercesc::DOMElement* e,
11094 class Third:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
11116 Third (const ::xercesc::DOMElement& e,
11128 Third (const ::xercesc::DOMAttr& a,
11142 const ::xercesc::DOMElement* e,
11245 Front (::std::unique_ptr< Front_type > p);
11303 Back (::std::unique_ptr< Back_type > p);
11361 Left (::std::unique_ptr< Left_type > p);
11419 Right (::std::unique_ptr< Right_type > p);
11477 Top (::std::unique_ptr< Top_type > p);
11535 Bottom (::std::unique_ptr< Bottom_type > p);
11621 parse (::xsd::cxx::xml::dom::parser< char >&,
11625 ::xsd::cxx::tree::one< Front_type > Front_;
11626 ::xsd::cxx::tree::one< Back_type > Back_;
11627 ::xsd::cxx::tree::one< Left_type > Left_;
11628 ::xsd::cxx::tree::one< Right_type > Right_;
11629 ::xsd::cxx::tree::one< Top_type > Top_;
11630 ::xsd::cxx::tree::one< Bottom_type > Bottom_;
11640 class N11:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
11662 N11 (const ::xercesc::DOMElement& e,
11674 N11 (const ::xercesc::DOMAttr& a,
11688 const ::xercesc::DOMElement* e,
11734 class N21:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
11756 N21 (const ::xercesc::DOMElement& e,
11768 N21 (const ::xercesc::DOMAttr& a,
11782 const ::xercesc::DOMElement* e,
11828 class N3:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
11850 N3 (const ::xercesc::DOMElement& e,
11862 N3 (const ::xercesc::DOMAttr& a,
11876 const ::xercesc::DOMElement* e,
11922 class Distance:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
11944 Distance (const ::xercesc::DOMElement& e,
11956 Distance (const ::xercesc::DOMAttr& a,
11970 const ::xercesc::DOMElement* e,
12016 class Brownian:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::double_, char, ::xml_schema::simple_type, ::xsd::cxx::tree::schema_type::double_ >
12038 Brownian (const ::xercesc::DOMElement& e,
12050 Brownian (const ::xercesc::DOMAttr& a,
12064 const ::xercesc::DOMElement* e,
12110 class DimensionBrownian:
public ::xsd::cxx::tree::fundamental_base< ::xml_schema::integer, char, ::xml_schema::simple_type >
12158 const ::xercesc::DOMElement* e,
12223 typedef ::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal >
X_traits;
12270 typedef ::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal >
Y_traits;
12317 typedef ::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal >
Z_traits;
12369 Center (const ::xercesc::DOMElement& e,
12427 parse (::xsd::cxx::xml::dom::parser< char >&,
12431 ::xsd::cxx::tree::one< X_type > X_;
12432 ::xsd::cxx::tree::one< Y_type > Y_;
12433 ::xsd::cxx::tree::one< Z_type > Z_;
12468 Front (
const char* v);
12492 Front (const ::xercesc::DOMElement& e,
12504 Front (const ::xercesc::DOMAttr& a,
12518 const ::xercesc::DOMElement* e,
12568 return _xsd_Front_convert ();
12575 _xsd_Front_convert ()
const;
12578 static const char*
const _xsd_Front_literals_[3];
12579 static const value _xsd_Front_indexes_[3];
12614 Back (
const char* v);
12638 Back (const ::xercesc::DOMElement& e,
12650 Back (const ::xercesc::DOMAttr& a,
12664 const ::xercesc::DOMElement* e,
12714 return _xsd_Back_convert ();
12721 _xsd_Back_convert ()
const;
12724 static const char*
const _xsd_Back_literals_[3];
12725 static const value _xsd_Back_indexes_[3];
12760 Left (
const char* v);
12784 Left (const ::xercesc::DOMElement& e,
12796 Left (const ::xercesc::DOMAttr& a,
12810 const ::xercesc::DOMElement* e,
12860 return _xsd_Left_convert ();
12867 _xsd_Left_convert ()
const;
12870 static const char*
const _xsd_Left_literals_[3];
12871 static const value _xsd_Left_indexes_[3];
12906 Right (
const char* v);
12930 Right (const ::xercesc::DOMElement& e,
12942 Right (const ::xercesc::DOMAttr& a,
12956 const ::xercesc::DOMElement* e,
13006 return _xsd_Right_convert ();
13013 _xsd_Right_convert ()
const;
13016 static const char*
const _xsd_Right_literals_[3];
13017 static const value _xsd_Right_indexes_[3];
13052 Top (
const char* v);
13076 Top (const ::xercesc::DOMElement& e,
13088 Top (const ::xercesc::DOMAttr& a,
13102 const ::xercesc::DOMElement* e,
13152 return _xsd_Top_convert ();
13159 _xsd_Top_convert ()
const;
13162 static const char*
const _xsd_Top_literals_[3];
13163 static const value _xsd_Top_indexes_[3];
13222 Bottom (const ::xercesc::DOMElement& e,
13234 Bottom (const ::xercesc::DOMAttr& a,
13248 const ::xercesc::DOMElement* e,
13298 return _xsd_Bottom_convert ();
13305 _xsd_Bottom_convert ()
const;
13308 static const char*
const _xsd_Bottom_literals_[3];
13309 static const value _xsd_Bottom_indexes_[3];
13316 #include <xercesc/sax/InputSource.hpp>
13317 #include <xercesc/dom/DOMDocument.hpp>
13318 #include <xercesc/dom/DOMErrorHandler.hpp>
13335 ::std::unique_ptr< ::Molecules >
13351 ::std::unique_ptr< ::Molecules >
13369 ::std::unique_ptr< ::Molecules >
13371 ::xercesc::DOMErrorHandler& eh,
13385 ::std::unique_ptr< ::Molecules >
13401 ::std::unique_ptr< ::Molecules >
13419 ::std::unique_ptr< ::Molecules >
13421 ::xercesc::DOMErrorHandler& eh,
13439 ::std::unique_ptr< ::Molecules >
13461 ::std::unique_ptr< ::Molecules >
13484 ::std::unique_ptr< ::Molecules >
13487 ::xercesc::DOMErrorHandler& eh,
13501 ::std::unique_ptr< ::Molecules >
13517 ::std::unique_ptr< ::Molecules >
13535 ::std::unique_ptr< ::Molecules >
13537 ::xercesc::DOMErrorHandler& eh,
13549 ::std::unique_ptr< ::Molecules >
13550 Molecules_ (const ::xercesc::DOMDocument& d,
13566 ::std::unique_ptr< ::Molecules >
13567 Molecules_ (::xml_schema::dom::unique_ptr< ::xercesc::DOMDocument > d,
13575 #include <xercesc/dom/DOMDocument.hpp>
13576 #include <xercesc/dom/DOMErrorHandler.hpp>
13577 #include <xercesc/framework/XMLFormatter.hpp>
13579 #include <xsd/cxx/xml/dom/auto-ptr.hxx>
13599 const ::Molecules& x,
13619 const ::Molecules& x,
13641 const ::Molecules& x,
13642 ::xercesc::DOMErrorHandler& eh,
13660 const ::Molecules& x,
13681 const ::Molecules& x,
13703 const ::Molecules& x,
13704 ::xercesc::DOMErrorHandler& eh,
13722 const ::Molecules& x,
13733 ::xml_schema::dom::unique_ptr< ::xercesc::DOMDocument >
14170 #include <xsd/cxx/post.hxx>
::std::unique_ptr< ::Molecules > Molecules_(const ::std::string &uri, ::xml_schema::flags f=0, const ::xml_schema::properties &p=::xml_schema::properties())
Parse a URI or a local file.
Definition: ConfigurationFile.cpp:9407
void operator<<(::xercesc::DOMElement &, const Molecules &)
Definition: ConfigurationFile.cpp:9825
Class corresponding to the ApplyAfterHowManySteps schema type.
Definition: ConfigurationFile.h:5506
virtual ~ApplyAfterHowManySteps()
Destructor.
Definition: ConfigurationFile.cpp:5493
ApplyAfterHowManySteps(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5447
virtual ApplyAfterHowManySteps * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5486
Enumeration class corresponding to the Back schema type.
Definition: ConfigurationFile.h:12589
value
Underlying enum type.
Definition: ConfigurationFile.h:12596
@ Periodic
Definition: ConfigurationFile.h:12599
@ Outflow
Definition: ConfigurationFile.h:12598
@ Reflective
Definition: ConfigurationFile.h:12597
virtual Back * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:9074
Back & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:3060
Back(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:3028
Enumeration class corresponding to the Bottom schema type.
Definition: ConfigurationFile.h:13173
virtual Bottom * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:9362
value
Underlying enum type.
Definition: ConfigurationFile.h:13180
@ Outflow
Definition: ConfigurationFile.h:13182
@ Periodic
Definition: ConfigurationFile.h:13183
@ Reflective
Definition: ConfigurationFile.h:13181
Bottom & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:3240
Bottom(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:3208
Class corresponding to the BoundaryCondition schema type.
Definition: ConfigurationFile.h:6538
void boundaries(::std::unique_ptr< boundaries_type > p)
Set the element value without copying.
BoundaryCondition & operator=(const BoundaryCondition &x)
Copy assignment operator.
::boundaries boundaries_type
Element type.
Definition: ConfigurationFile.h:6551
boundaries_type & boundaries()
Return a read-write reference to the element.
BoundaryCondition(::std::unique_ptr< boundaries_type >)
Create an instance from the ultimate base and initializers for required elements and attributes (::st...
BoundaryCondition(const BoundaryCondition &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
Copy constructor.
::xsd::cxx::tree::traits< boundaries_type, char > boundaries_traits
Element traits type.
Definition: ConfigurationFile.h:6556
const boundaries_type & boundaries() const
Return a read-only (constant) reference to the element.
BoundaryCondition(const boundaries_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
BoundaryCondition(const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
Create an instance from a DOM element.
virtual BoundaryCondition * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
virtual ~BoundaryCondition()
Destructor.
void boundaries(const boundaries_type &x)
Set the element value.
Class corresponding to the Brownian schema type.
Definition: ConfigurationFile.h:12017
Brownian(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8731
virtual ~Brownian()
Destructor.
Definition: ConfigurationFile.cpp:8777
virtual Brownian * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8770
Class corresponding to the Center schema type.
Definition: ConfigurationFile.h:12205
const X_type & X() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2925
const Y_type & Y() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2943
const Z_type & Z() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2961
::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal > Y_traits
Element traits type.
Definition: ConfigurationFile.h:12270
virtual ~Center()
Destructor.
Definition: ConfigurationFile.cpp:8966
::xml_schema::decimal Y_type
Element type.
Definition: ConfigurationFile.h:12265
::xml_schema::decimal X_type
Element type.
Definition: ConfigurationFile.h:12218
::xml_schema::decimal Z_type
Element type.
Definition: ConfigurationFile.h:12312
::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal > Z_traits
Element traits type.
Definition: ConfigurationFile.h:12317
::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal > X_traits
Element traits type.
Definition: ConfigurationFile.h:12223
Center & operator=(const Center &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:8952
Center(const X_type &, const Y_type &, const Z_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8839
virtual Center * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8945
Class corresponding to the Cuboid schema type.
Definition: ConfigurationFile.h:7232
const Brownian_type & Brownian() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1927
const Fixed_optional & Fixed() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2035
const Sigma_optional & Sigma() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:1975
::Epsilon Epsilon_type
Element type.
Definition: ConfigurationFile.h:7843
const Mass_type & Mass() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1903
Cuboid(const Position_type &, const Velocity_type &, const N1_type &, const N2_type &, const N3_type &, const Distance_type &, const Mass_type &, const Brownian_type &, const DimensionBrownian_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:6347
virtual Cuboid * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:6686
::N21 N2_type
Element type.
Definition: ConfigurationFile.h:7419
::N11 N1_type
Element type.
Definition: ConfigurationFile.h:7361
::xsd::cxx::tree::optional< Epsilon_type > Epsilon_optional
Element optional container type.
Definition: ConfigurationFile.h:7848
::xsd::cxx::tree::traits< Sigma_type, char > Sigma_traits
Element traits type.
Definition: ConfigurationFile.h:7777
const Velocity_type & Velocity() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1783
::Mass Mass_type
Element type.
Definition: ConfigurationFile.h:7593
::xsd::cxx::tree::traits< DimensionBrownian_type, char > DimensionBrownian_traits
Element traits type.
Definition: ConfigurationFile.h:7714
::Distance Distance_type
Element type.
Definition: ConfigurationFile.h:7535
Cuboid & operator=(const Cuboid &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:6693
const DimensionBrownian_type & DimensionBrownian() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1951
::xsd::cxx::tree::traits< Brownian_type, char > Brownian_traits
Element traits type.
Definition: ConfigurationFile.h:7656
const N1_type & N1() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1807
::Velocity Velocity_type
Element type.
Definition: ConfigurationFile.h:7303
::Brownian Brownian_type
Element type.
Definition: ConfigurationFile.h:7651
::N3 N3_type
Element type.
Definition: ConfigurationFile.h:7477
::xsd::cxx::tree::traits< Fixed_type, char > Fixed_traits
Element traits type.
Definition: ConfigurationFile.h:7929
const Distance_type & Distance() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1879
const N2_type & N2() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1831
::Sigma Sigma_type
Element type.
Definition: ConfigurationFile.h:7767
::DimensionBrownian DimensionBrownian_type
Element type.
Definition: ConfigurationFile.h:7709
::xsd::cxx::tree::traits< N1_type, char > N1_traits
Element traits type.
Definition: ConfigurationFile.h:7366
const N3_type & N3() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1855
::xsd::cxx::tree::traits< Position_type, char > Position_traits
Element traits type.
Definition: ConfigurationFile.h:7250
const Position_type & Position() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1759
::Position Position_type
Element type.
Definition: ConfigurationFile.h:7245
virtual ~Cuboid()
Destructor.
Definition: ConfigurationFile.cpp:6716
::xml_schema::boolean Fixed_type
Element type.
Definition: ConfigurationFile.h:7919
::xsd::cxx::tree::traits< Velocity_type, char > Velocity_traits
Element traits type.
Definition: ConfigurationFile.h:7308
::xsd::cxx::tree::optional< Fixed_type > Fixed_optional
Element optional container type.
Definition: ConfigurationFile.h:7924
::xsd::cxx::tree::traits< Epsilon_type, char > Epsilon_traits
Element traits type.
Definition: ConfigurationFile.h:7853
::xsd::cxx::tree::traits< Mass_type, char > Mass_traits
Element traits type.
Definition: ConfigurationFile.h:7598
::xsd::cxx::tree::traits< N3_type, char > N3_traits
Element traits type.
Definition: ConfigurationFile.h:7482
const Epsilon_optional & Epsilon() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2005
::xsd::cxx::tree::optional< Sigma_type > Sigma_optional
Element optional container type.
Definition: ConfigurationFile.h:7772
::xsd::cxx::tree::traits< N2_type, char > N2_traits
Element traits type.
Definition: ConfigurationFile.h:7424
::xsd::cxx::tree::traits< Distance_type, char > Distance_traits
Element traits type.
Definition: ConfigurationFile.h:7540
Class corresponding to the Cuboids schema type.
Definition: ConfigurationFile.h:3535
::xsd::cxx::tree::traits< Size_type, char > Size_traits
Element traits type.
Definition: ConfigurationFile.h:3553
Cuboid_sequence::const_iterator Cuboid_const_iterator
Element constant iterator type.
Definition: ConfigurationFile.h:3621
virtual Cuboids * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:4565
const Size_type & Size() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:900
::xsd::cxx::tree::traits< Cuboid_type, char > Cuboid_traits
Element traits type.
Definition: ConfigurationFile.h:3626
virtual ~Cuboids()
Destructor.
Definition: ConfigurationFile.cpp:4585
::Cuboid Cuboid_type
Element type.
Definition: ConfigurationFile.h:3606
const Cuboid_sequence & Cuboid() const
Return a read-only (constant) reference to the element sequence.
Definition: ConfigurationFile.cpp:924
::Size Size_type
Element type.
Definition: ConfigurationFile.h:3548
::xsd::cxx::tree::sequence< Cuboid_type > Cuboid_sequence
Element sequence container type.
Definition: ConfigurationFile.h:3611
Cuboid_sequence::iterator Cuboid_iterator
Element iterator type.
Definition: ConfigurationFile.h:3616
Cuboids(const Size_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:4486
Cuboids & operator=(const Cuboids &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:4572
Class corresponding to the DimensionBrownian schema type.
Definition: ConfigurationFile.h:12111
virtual ~DimensionBrownian()
Destructor.
Definition: ConfigurationFile.cpp:8831
virtual DimensionBrownian * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8824
DimensionBrownian(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8785
Class corresponding to the Dimension schema type.
Definition: ConfigurationFile.h:5600
virtual ~Dimension()
Destructor.
Definition: ConfigurationFile.cpp:5547
virtual Dimension * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5540
Dimension(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5501
Class corresponding to the Disc schema type.
Definition: ConfigurationFile.h:8102
::xsd::cxx::tree::traits< Mass_type, char > Mass_traits
Element traits type.
Definition: ConfigurationFile.h:8178
Disc & operator=(const Disc &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:7007
::xml_schema::decimal Brownian_type
Element type.
Definition: ConfigurationFile.h:8394
const Mass_type & Mass() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2087
::Center Center_type
Element type.
Definition: ConfigurationFile.h:8115
::xml_schema::decimal Radius_type
Element type.
Definition: ConfigurationFile.h:8347
::Velocity Velocity_type
Element type.
Definition: ConfigurationFile.h:8289
::xml_schema::boolean Fixed_type
Element type.
Definition: ConfigurationFile.h:8640
::xsd::cxx::tree::traits< Fixed_type, char > Fixed_traits
Element traits type.
Definition: ConfigurationFile.h:8650
::xsd::cxx::tree::traits< Center_type, char > Center_traits
Element traits type.
Definition: ConfigurationFile.h:8120
const Sigma_optional & Sigma() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2213
const DimensionBrownian_type & DimensionBrownian() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2195
::xsd::cxx::tree::optional< Fixed_type > Fixed_optional
Element optional container type.
Definition: ConfigurationFile.h:8645
const Radius_type & Radius() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2159
::xml_schema::unsigned_byte DimensionBrownian_type
Element type.
Definition: ConfigurationFile.h:8441
::xsd::cxx::tree::traits< Brownian_type, char, ::xsd::cxx::tree::schema_type::decimal > Brownian_traits
Element traits type.
Definition: ConfigurationFile.h:8399
::xsd::cxx::tree::optional< Epsilon_type > Epsilon_optional
Element optional container type.
Definition: ConfigurationFile.h:8569
::Mass Mass_type
Element type.
Definition: ConfigurationFile.h:8173
const Fixed_optional & Fixed() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2273
const Epsilon_optional & Epsilon() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2243
Disc(const Center_type &, const Mass_type &, const InterParticleDistance_type &, const Velocity_type &, const Radius_type &, const Brownian_type &, const DimensionBrownian_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:6724
::InterParticleDistance InterParticleDistance_type
Element type.
Definition: ConfigurationFile.h:8231
::xsd::cxx::tree::optional< Sigma_type > Sigma_optional
Element optional container type.
Definition: ConfigurationFile.h:8493
::Sigma Sigma_type
Element type.
Definition: ConfigurationFile.h:8488
::xsd::cxx::tree::traits< Sigma_type, char > Sigma_traits
Element traits type.
Definition: ConfigurationFile.h:8498
::xsd::cxx::tree::traits< Radius_type, char, ::xsd::cxx::tree::schema_type::decimal > Radius_traits
Element traits type.
Definition: ConfigurationFile.h:8352
const InterParticleDistance_type & InterParticleDistance() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2111
virtual ~Disc()
Destructor.
Definition: ConfigurationFile.cpp:7028
::xsd::cxx::tree::traits< DimensionBrownian_type, char > DimensionBrownian_traits
Element traits type.
Definition: ConfigurationFile.h:8446
virtual Disc * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7000
const Center_type & Center() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2063
::xsd::cxx::tree::traits< Velocity_type, char > Velocity_traits
Element traits type.
Definition: ConfigurationFile.h:8294
::Epsilon Epsilon_type
Element type.
Definition: ConfigurationFile.h:8564
::xsd::cxx::tree::traits< Epsilon_type, char > Epsilon_traits
Element traits type.
Definition: ConfigurationFile.h:8574
const Brownian_type & Brownian() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2177
const Velocity_type & Velocity() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2135
::xsd::cxx::tree::traits< InterParticleDistance_type, char > InterParticleDistance_traits
Element traits type.
Definition: ConfigurationFile.h:8236
Class corresponding to the Discs schema type.
Definition: ConfigurationFile.h:3752
::xsd::cxx::tree::sequence< Disc_type > Disc_sequence
Element sequence container type.
Definition: ConfigurationFile.h:3828
virtual ~Discs()
Destructor.
Definition: ConfigurationFile.cpp:4692
::xsd::cxx::tree::traits< Disc_type, char > Disc_traits
Element traits type.
Definition: ConfigurationFile.h:3843
::Disc Disc_type
Element type.
Definition: ConfigurationFile.h:3823
const Disc_sequence & Disc() const
Return a read-only (constant) reference to the element sequence.
Definition: ConfigurationFile.cpp:970
Disc_sequence::const_iterator Disc_const_iterator
Element constant iterator type.
Definition: ConfigurationFile.h:3838
const Size_type & Size() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:946
::Size Size_type
Element type.
Definition: ConfigurationFile.h:3765
::xsd::cxx::tree::traits< Size_type, char > Size_traits
Element traits type.
Definition: ConfigurationFile.h:3770
Discs(const Size_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:4593
Disc_sequence::iterator Disc_iterator
Element iterator type.
Definition: ConfigurationFile.h:3833
Discs & operator=(const Discs &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:4679
virtual Discs * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:4672
Class corresponding to the Distance schema type.
Definition: ConfigurationFile.h:11923
virtual ~Distance()
Destructor.
Definition: ConfigurationFile.cpp:8723
virtual Distance * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8716
Distance(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8677
Class corresponding to the DomainSize schema type.
Definition: ConfigurationFile.h:6172
DomainSize & operator=(const DomainSize &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:5925
::xsd::cxx::tree::traits< Second_type, char > Second_traits
Element traits type.
Definition: ConfigurationFile.h:6248
DomainSize(const First_type &, const Second_type &, const Third_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5803
const First_type & First() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1511
::First First_type
Element type.
Definition: ConfigurationFile.h:6185
const Second_type & Second() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1535
virtual ~DomainSize()
Destructor.
Definition: ConfigurationFile.cpp:5939
::xsd::cxx::tree::traits< Third_type, char > Third_traits
Element traits type.
Definition: ConfigurationFile.h:6306
const Third_type & Third() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1559
virtual DomainSize * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5918
::Third Third_type
Element type.
Definition: ConfigurationFile.h:6301
::xsd::cxx::tree::traits< First_type, char > First_traits
Element traits type.
Definition: ConfigurationFile.h:6190
::Second Second_type
Element type.
Definition: ConfigurationFile.h:6243
Class corresponding to the Epsilon schema type.
Definition: ConfigurationFile.h:10813
virtual Epsilon * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8116
virtual ~Epsilon()
Destructor.
Definition: ConfigurationFile.cpp:8123
Epsilon(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8077
Class corresponding to the First schema type.
Definition: ConfigurationFile.h:10907
virtual ~First()
Destructor.
Definition: ConfigurationFile.cpp:8177
virtual First * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8170
First(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8131
Enumeration class corresponding to the Front schema type.
Definition: ConfigurationFile.h:12443
value
Underlying enum type.
Definition: ConfigurationFile.h:12450
@ Reflective
Definition: ConfigurationFile.h:12451
@ Periodic
Definition: ConfigurationFile.h:12453
@ Outflow
Definition: ConfigurationFile.h:12452
Front & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:3015
virtual Front * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:9002
Front(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:2983
Class corresponding to the GravityConfig schema type.
Definition: ConfigurationFile.h:2516
::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal > Z_traits
Element traits type.
Definition: ConfigurationFile.h:2628
::xml_schema::decimal Y_type
Element type.
Definition: ConfigurationFile.h:2576
::xml_schema::decimal Z_type
Element type.
Definition: ConfigurationFile.h:2623
virtual ~GravityConfig()
Destructor.
Definition: ConfigurationFile.cpp:4147
const Z_type & Z() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:642
const X_type & X() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:606
::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal > Y_traits
Element traits type.
Definition: ConfigurationFile.h:2581
const Y_type & Y() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:624
::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal > X_traits
Element traits type.
Definition: ConfigurationFile.h:2534
GravityConfig(const X_type &, const Y_type &, const Z_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:4020
virtual GravityConfig * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:4126
GravityConfig & operator=(const GravityConfig &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:4133
::xml_schema::decimal X_type
Element type.
Definition: ConfigurationFile.h:2529
Class corresponding to the InitialTemperature schema type.
Definition: ConfigurationFile.h:5224
InitialTemperature(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5285
virtual InitialTemperature * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5324
virtual ~InitialTemperature()
Destructor.
Definition: ConfigurationFile.cpp:5331
Class corresponding to the InterParticleDistance schema type.
Definition: ConfigurationFile.h:10625
virtual InterParticleDistance * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8008
InterParticleDistance(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7969
virtual ~InterParticleDistance()
Destructor.
Definition: ConfigurationFile.cpp:8015
Enumeration class corresponding to the Left schema type.
Definition: ConfigurationFile.h:12735
Left & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:3105
value
Underlying enum type.
Definition: ConfigurationFile.h:12742
@ Periodic
Definition: ConfigurationFile.h:12745
@ Reflective
Definition: ConfigurationFile.h:12743
@ Outflow
Definition: ConfigurationFile.h:12744
virtual Left * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:9146
Left(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:3073
Definition: LennardJonesForce.h:8
Model that implements the linked cell algorithm.
Definition: LinkedCells.h:18
Class corresponding to the Mass schema type.
Definition: ConfigurationFile.h:10531
virtual Mass * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7954
Mass(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7915
virtual ~Mass()
Destructor.
Definition: ConfigurationFile.cpp:7961
Class corresponding to the MaximumTemperatureChange schema type.
Definition: ConfigurationFile.h:5412
virtual MaximumTemperatureChange * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5432
MaximumTemperatureChange(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5393
virtual ~MaximumTemperatureChange()
Destructor.
Definition: ConfigurationFile.cpp:5439
Class corresponding to the Membrane schema type.
Definition: ConfigurationFile.h:4186
Membrane(const Pull_type &, const r0_type &, const k_type &, const Velocity_type &, const Position_type &, const N1_type &, const N2_type &, const Mass_type &, const InterParticleDistance_type &, const Sigma_type &, const Epsilon_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:4807
const Velocity_type & Velocity() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1152
virtual ~Membrane()
Destructor.
Definition: ConfigurationFile.cpp:5207
::xml_schema::decimal k_type
Element type.
Definition: ConfigurationFile.h:4445
::xsd::cxx::tree::traits< Sigma_type, char > Sigma_traits
Element traits type.
Definition: ConfigurationFile.h:4845
Membrane & operator=(const Membrane &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:5183
::Mass Mass_type
Element type.
Definition: ConfigurationFile.h:4724
::PullingActiveUntil PullingActiveUntil_type
Element type.
Definition: ConfigurationFile.h:4246
::xsd::cxx::tree::traits< N2_type, char > N2_traits
Element traits type.
Definition: ConfigurationFile.h:4671
::Position Position_type
Element type.
Definition: ConfigurationFile.h:4550
::InterParticleDistance InterParticleDistance_type
Element type.
Definition: ConfigurationFile.h:4782
::N1 N1_type
Element type.
Definition: ConfigurationFile.h:4608
::xsd::cxx::tree::traits< k_type, char, ::xsd::cxx::tree::schema_type::decimal > k_traits
Element traits type.
Definition: ConfigurationFile.h:4450
virtual Membrane * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5176
::xsd::cxx::tree::traits< Epsilon_type, char > Epsilon_traits
Element traits type.
Definition: ConfigurationFile.h:4903
const Sigma_type & Sigma() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1296
::xml_schema::boolean Pull_type
Element type.
Definition: ConfigurationFile.h:4199
::N2 N2_type
Element type.
Definition: ConfigurationFile.h:4666
const Mass_type & Mass() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1248
::xsd::cxx::tree::traits< r0_type, char, ::xsd::cxx::tree::schema_type::decimal > r0_traits
Element traits type.
Definition: ConfigurationFile.h:4403
::xml_schema::decimal r0_type
Element type.
Definition: ConfigurationFile.h:4398
::xsd::cxx::tree::traits< N1_type, char > N1_traits
Element traits type.
Definition: ConfigurationFile.h:4613
const N2_type & N2() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1224
const N1_type & N1() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1200
const Position_type & Position() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1176
::xsd::cxx::tree::traits< Velocity_type, char > Velocity_traits
Element traits type.
Definition: ConfigurationFile.h:4497
::Sigma Sigma_type
Element type.
Definition: ConfigurationFile.h:4840
::xsd::cxx::tree::traits< InterParticleDistance_type, char > InterParticleDistance_traits
Element traits type.
Definition: ConfigurationFile.h:4787
const Pull_type & Pull() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1038
const r0_type & r0() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1116
::xsd::cxx::tree::optional< PullingActiveUntil_type > PullingActiveUntil_optional
Element optional container type.
Definition: ConfigurationFile.h:4251
::xsd::cxx::tree::traits< Position_type, char > Position_traits
Element traits type.
Definition: ConfigurationFile.h:4555
const PullingActiveUntil_optional & PullingActiveUntil() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:1056
::xsd::cxx::tree::traits< Pull_type, char > Pull_traits
Element traits type.
Definition: ConfigurationFile.h:4204
::PullingForce PullingForce_type
Element type.
Definition: ConfigurationFile.h:4322
const k_type & k() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1134
::xsd::cxx::tree::traits< PullingActiveUntil_type, char > PullingActiveUntil_traits
Element traits type.
Definition: ConfigurationFile.h:4256
const InterParticleDistance_type & InterParticleDistance() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1272
const PullingForce_optional & PullingForce() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:1086
::Epsilon Epsilon_type
Element type.
Definition: ConfigurationFile.h:4898
const Epsilon_type & Epsilon() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1320
::xsd::cxx::tree::traits< PullingForce_type, char > PullingForce_traits
Element traits type.
Definition: ConfigurationFile.h:4332
::xsd::cxx::tree::optional< PullingForce_type > PullingForce_optional
Element optional container type.
Definition: ConfigurationFile.h:4327
::Velocity Velocity_type
Element type.
Definition: ConfigurationFile.h:4492
::xsd::cxx::tree::traits< Mass_type, char > Mass_traits
Element traits type.
Definition: ConfigurationFile.h:4729
Class corresponding to the Molecules schema type.
Definition: ConfigurationFile.h:697
::xsd::cxx::tree::optional< SingleParticles_type > SingleParticles_optional
Element optional container type.
Definition: ConfigurationFile.h:1117
::Membrane Membrane_type
Element type.
Definition: ConfigurationFile.h:1416
::Spheres Spheres_type
Element type.
Definition: ConfigurationFile.h:1340
const Cuboids_optional & Cuboids() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:239
const model_type & model() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:185
::xsd::cxx::tree::optional< ParallelizationStrategy_type > ParallelizationStrategy_optional
Element optional container type.
Definition: ConfigurationFile.h:831
::Cuboids Cuboids_type
Element type.
Definition: ConfigurationFile.h:1188
::OutputFrequency OutputFrequency_type
Element type.
Definition: ConfigurationFile.h:768
const ThermostatConfig_optional & ThermostatConfig() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:125
::xsd::cxx::tree::traits< Membrane_type, char > Membrane_traits
Element traits type.
Definition: ConfigurationFile.h:1426
::SingleParticles SingleParticles_type
Element type.
Definition: ConfigurationFile.h:1112
const Discs_optional & Discs() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:269
const GravityConfig_optional & GravityConfig() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:155
::xsd::cxx::tree::traits< Spheres_type, char > Spheres_traits
Element traits type.
Definition: ConfigurationFile.h:1350
::xsd::cxx::tree::optional< Spheres_type > Spheres_optional
Element optional container type.
Definition: ConfigurationFile.h:1345
::xsd::cxx::tree::traits< GravityConfig_type, char > GravityConfig_traits
Element traits type.
Definition: ConfigurationFile.h:988
::xsd::cxx::tree::optional< Membrane_type > Membrane_optional
Element optional container type.
Definition: ConfigurationFile.h:1421
::xsd::cxx::tree::traits< ParallelizationStrategy_type, char > ParallelizationStrategy_traits
Element traits type.
Definition: ConfigurationFile.h:836
const ParallelizationStrategy_optional & ParallelizationStrategy() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:95
::OutputFileName OutputFileName_type
Element type.
Definition: ConfigurationFile.h:710
const OutputFileName_type & OutputFileName() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:47
::xsd::cxx::tree::traits< model_type, char > model_traits
Element traits type.
Definition: ConfigurationFile.h:1059
::ThermostatConfig ThermostatConfig_type
Element type.
Definition: ConfigurationFile.h:902
const OutputFrequency_type & OutputFrequency() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:71
::ParallelizationStrategy ParallelizationStrategy_type
Element type.
Definition: ConfigurationFile.h:826
virtual Molecules * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:3525
Molecules & operator=(const Molecules &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:3532
::xsd::cxx::tree::traits< Discs_type, char > Discs_traits
Element traits type.
Definition: ConfigurationFile.h:1274
const Spheres_optional & Spheres() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:299
::xsd::cxx::tree::traits< OutputFileName_type, char > OutputFileName_traits
Element traits type.
Definition: ConfigurationFile.h:715
Molecules(const OutputFileName_type &, const OutputFrequency_type &, const model_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:3255
const Membrane_optional & Membrane() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:329
::xsd::cxx::tree::optional< Cuboids_type > Cuboids_optional
Element optional container type.
Definition: ConfigurationFile.h:1193
::xsd::cxx::tree::traits< Cuboids_type, char > Cuboids_traits
Element traits type.
Definition: ConfigurationFile.h:1198
virtual ~Molecules()
Destructor.
Definition: ConfigurationFile.cpp:3554
::xsd::cxx::tree::optional< Discs_type > Discs_optional
Element optional container type.
Definition: ConfigurationFile.h:1269
const SingleParticles_optional & SingleParticles() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:209
::xsd::cxx::tree::traits< SingleParticles_type, char > SingleParticles_traits
Element traits type.
Definition: ConfigurationFile.h:1122
::model model_type
Element type.
Definition: ConfigurationFile.h:1054
::xsd::cxx::tree::traits< ThermostatConfig_type, char > ThermostatConfig_traits
Element traits type.
Definition: ConfigurationFile.h:912
::xsd::cxx::tree::optional< GravityConfig_type > GravityConfig_optional
Element optional container type.
Definition: ConfigurationFile.h:983
::xsd::cxx::tree::traits< OutputFrequency_type, char > OutputFrequency_traits
Element traits type.
Definition: ConfigurationFile.h:773
::xsd::cxx::tree::optional< ThermostatConfig_type > ThermostatConfig_optional
Element optional container type.
Definition: ConfigurationFile.h:907
::Discs Discs_type
Element type.
Definition: ConfigurationFile.h:1264
::GravityConfig GravityConfig_type
Element type.
Definition: ConfigurationFile.h:978
Class corresponding to the N11 schema type.
Definition: ConfigurationFile.h:11641
virtual ~N11()
Destructor.
Definition: ConfigurationFile.cpp:8561
N11(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8515
virtual N11 * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8554
Class corresponding to the N1 schema type.
Definition: ConfigurationFile.h:10343
N1(const ::xml_schema::unsigned_int &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7807
virtual N1 * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7846
virtual ~N1()
Destructor.
Definition: ConfigurationFile.cpp:7853
Class corresponding to the N21 schema type.
Definition: ConfigurationFile.h:11735
virtual ~N21()
Destructor.
Definition: ConfigurationFile.cpp:8615
N21(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8569
virtual N21 * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8608
Class corresponding to the N2 schema type.
Definition: ConfigurationFile.h:10437
virtual ~N2()
Destructor.
Definition: ConfigurationFile.cpp:7907
N2(const ::xml_schema::unsigned_int &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7861
virtual N2 * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7900
Class corresponding to the N3 schema type.
Definition: ConfigurationFile.h:11829
virtual ~N3()
Destructor.
Definition: ConfigurationFile.cpp:8669
virtual N3 * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8662
N3(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8623
Enumeration class corresponding to the Name schema type.
Definition: ConfigurationFile.h:5693
virtual Name * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5583
value
Underlying enum type.
Definition: ConfigurationFile.h:5700
@ DirectSum
Definition: ConfigurationFile.h:5701
Name & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:1445
Name(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:1413
Class corresponding to the OutputFileName schema type.
Definition: ConfigurationFile.h:1597
OutputFileName()
Create an instance from initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:3562
virtual ~OutputFileName()
Destructor.
Definition: ConfigurationFile.cpp:3626
virtual OutputFileName * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:3619
Class corresponding to the OutputFrequency schema type.
Definition: ConfigurationFile.h:1709
OutputFrequency(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:3634
virtual OutputFrequency * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:3673
virtual ~OutputFrequency()
Destructor.
Definition: ConfigurationFile.cpp:3680
Enumeration class corresponding to the ParallelizationStrategy schema type.
Definition: ConfigurationFile.h:1802
ParallelizationStrategy(const char *v)
Create an instance from a C string.
ParallelizationStrategy(const ::std::string &v)
Create an instance from a string.
ParallelizationStrategy(const ::xml_schema::string &v)
Create an instance from the base value.
ParallelizationStrategy(const ParallelizationStrategy &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
Copy constructor.
ParallelizationStrategy & operator=(value v)
Assign the underlying enum value.
virtual ParallelizationStrategy * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
ParallelizationStrategy(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.
ParallelizationStrategy(const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
Create an instance from a DOM element.
ParallelizationStrategy(value v)
Create an instance from the underlying enum value.
ParallelizationStrategy(const ::xercesc::DOMAttr &a, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
Create an instance from a DOM attribute.
value
Underlying enum type.
Definition: ConfigurationFile.h:1809
@ Skipping
Definition: ConfigurationFile.h:1811
@ Linear
Definition: ConfigurationFile.h:1810
@ Reduction
Definition: ConfigurationFile.h:1812
Class corresponding to the Position schema type.
Definition: ConfigurationFile.h:10104
::xml_schema::decimal X_type
Element type.
Definition: ConfigurationFile.h:10117
Position(const X_type &, const Y_type &, const Z_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7672
::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal > Y_traits
Element traits type.
Definition: ConfigurationFile.h:10169
const X_type & X() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2659
::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal > Z_traits
Element traits type.
Definition: ConfigurationFile.h:10216
::xml_schema::decimal Z_type
Element type.
Definition: ConfigurationFile.h:10211
Position & operator=(const Position &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:7785
::xml_schema::decimal Y_type
Element type.
Definition: ConfigurationFile.h:10164
virtual Position * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7778
const Z_type & Z() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2695
virtual ~Position()
Destructor.
Definition: ConfigurationFile.cpp:7799
::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal > X_traits
Element traits type.
Definition: ConfigurationFile.h:10122
const Y_type & Y() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2677
Class corresponding to the PullingActiveUntil schema type.
Definition: ConfigurationFile.h:9532
virtual ~PullingActiveUntil()
Destructor.
Definition: ConfigurationFile.cpp:7394
virtual PullingActiveUntil * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7387
PullingActiveUntil(const ::xml_schema::int_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7348
Class corresponding to the PullingForce schema type.
Definition: ConfigurationFile.h:9626
const X_type & X() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2543
const Y_type & Y() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2561
::xml_schema::decimal X_type
Element type.
Definition: ConfigurationFile.h:9639
::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal > Y_traits
Element traits type.
Definition: ConfigurationFile.h:9691
::xml_schema::decimal Z_type
Element type.
Definition: ConfigurationFile.h:9733
::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal > X_traits
Element traits type.
Definition: ConfigurationFile.h:9644
::xml_schema::decimal Y_type
Element type.
Definition: ConfigurationFile.h:9686
virtual ~PullingForce()
Destructor.
Definition: ConfigurationFile.cpp:7529
PullingForce & operator=(const PullingForce &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:7515
virtual PullingForce * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7508
PullingForce(const X_type &, const Y_type &, const Z_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7402
::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal > Z_traits
Element traits type.
Definition: ConfigurationFile.h:9738
const Z_type & Z() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2579
Enumeration class corresponding to the Right schema type.
Definition: ConfigurationFile.h:12881
Right & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:3150
virtual Right * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:9218
value
Underlying enum type.
Definition: ConfigurationFile.h:12888
@ Outflow
Definition: ConfigurationFile.h:12890
@ Reflective
Definition: ConfigurationFile.h:12889
@ Periodic
Definition: ConfigurationFile.h:12891
Right(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:3118
Class corresponding to the Second schema type.
Definition: ConfigurationFile.h:11001
Second(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8185
virtual ~Second()
Destructor.
Definition: ConfigurationFile.cpp:8231
virtual Second * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8224
Class corresponding to the Sigma schema type.
Definition: ConfigurationFile.h:10719
virtual ~Sigma()
Destructor.
Definition: ConfigurationFile.cpp:8069
Sigma(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8023
virtual Sigma * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8062
Class corresponding to the SingleParticle schema type.
Definition: ConfigurationFile.h:6794
::xsd::cxx::tree::traits< Sigma_type, char > Sigma_traits
Element traits type.
Definition: ConfigurationFile.h:6991
::Mass Mass_type
Element type.
Definition: ConfigurationFile.h:6923
::xsd::cxx::tree::traits< Mass_type, char > Mass_traits
Element traits type.
Definition: ConfigurationFile.h:6928
SingleParticle(const Position_type &, const Velocity_type &, const Mass_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:6154
::xsd::cxx::tree::traits< Epsilon_type, char > Epsilon_traits
Element traits type.
Definition: ConfigurationFile.h:7067
const Mass_type & Mass() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1671
::Epsilon Epsilon_type
Element type.
Definition: ConfigurationFile.h:7057
::Position Position_type
Element type.
Definition: ConfigurationFile.h:6807
const Position_type & Position() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1623
virtual SingleParticle * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:6316
virtual ~SingleParticle()
Destructor.
Definition: ConfigurationFile.cpp:6339
::Velocity Velocity_type
Element type.
Definition: ConfigurationFile.h:6865
const Epsilon_optional & Epsilon() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:1725
::xsd::cxx::tree::traits< Velocity_type, char > Velocity_traits
Element traits type.
Definition: ConfigurationFile.h:6870
const Velocity_type & Velocity() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:1647
const Sigma_optional & Sigma() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:1695
::xsd::cxx::tree::traits< Position_type, char > Position_traits
Element traits type.
Definition: ConfigurationFile.h:6812
::xsd::cxx::tree::optional< Epsilon_type > Epsilon_optional
Element optional container type.
Definition: ConfigurationFile.h:7062
::xsd::cxx::tree::optional< Sigma_type > Sigma_optional
Element optional container type.
Definition: ConfigurationFile.h:6986
SingleParticle & operator=(const SingleParticle &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:6323
::Sigma Sigma_type
Element type.
Definition: ConfigurationFile.h:6981
Class corresponding to the SingleParticles schema type.
Definition: ConfigurationFile.h:3318
SingleParticles(const Size_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:4379
SingleParticle_sequence::const_iterator SingleParticle_const_iterator
Element constant iterator type.
Definition: ConfigurationFile.h:3404
::Size Size_type
Element type.
Definition: ConfigurationFile.h:3331
::xsd::cxx::tree::traits< Size_type, char > Size_traits
Element traits type.
Definition: ConfigurationFile.h:3336
::xsd::cxx::tree::traits< SingleParticle_type, char > SingleParticle_traits
Element traits type.
Definition: ConfigurationFile.h:3409
::SingleParticle SingleParticle_type
Element type.
Definition: ConfigurationFile.h:3389
const SingleParticle_sequence & SingleParticle() const
Return a read-only (constant) reference to the element sequence.
Definition: ConfigurationFile.cpp:878
SingleParticle_sequence::iterator SingleParticle_iterator
Element iterator type.
Definition: ConfigurationFile.h:3399
::xsd::cxx::tree::sequence< SingleParticle_type > SingleParticle_sequence
Element sequence container type.
Definition: ConfigurationFile.h:3394
const Size_type & Size() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:854
virtual ~SingleParticles()
Destructor.
Definition: ConfigurationFile.cpp:4478
SingleParticles & operator=(const SingleParticles &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:4465
virtual SingleParticles * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:4458
Class corresponding to the Size schema type.
Definition: ConfigurationFile.h:6700
virtual ~Size()
Destructor.
Definition: ConfigurationFile.cpp:6146
virtual Size * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:6139
Size(const ::xml_schema::integer &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:6100
Class corresponding to the Sphere schema type.
Definition: ConfigurationFile.h:8817
::xsd::cxx::tree::traits< Brownian_type, char, ::xsd::cxx::tree::schema_type::decimal > Brownian_traits
Element traits type.
Definition: ConfigurationFile.h:9114
::xsd::cxx::tree::traits< InterParticleDistance_type, char > InterParticleDistance_traits
Element traits type.
Definition: ConfigurationFile.h:8951
::xml_schema::unsigned_byte DimensionBrownian_type
Element type.
Definition: ConfigurationFile.h:9156
const Center_type & Center() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2301
const DimensionBrownian_type & DimensionBrownian() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2433
::Center Center_type
Element type.
Definition: ConfigurationFile.h:8830
virtual Sphere * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7312
::Mass Mass_type
Element type.
Definition: ConfigurationFile.h:8888
const Brownian_type & Brownian() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2415
const Radius_type & Radius() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2397
virtual ~Sphere()
Destructor.
Definition: ConfigurationFile.cpp:7340
::xsd::cxx::tree::traits< Mass_type, char > Mass_traits
Element traits type.
Definition: ConfigurationFile.h:8893
::xsd::cxx::tree::traits< Sigma_type, char > Sigma_traits
Element traits type.
Definition: ConfigurationFile.h:9213
const Fixed_optional & Fixed() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2511
::xsd::cxx::tree::optional< Fixed_type > Fixed_optional
Element optional container type.
Definition: ConfigurationFile.h:9360
const Velocity_type & Velocity() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2373
::xsd::cxx::tree::traits< Epsilon_type, char > Epsilon_traits
Element traits type.
Definition: ConfigurationFile.h:9289
const Epsilon_optional & Epsilon() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2481
::Velocity Velocity_type
Element type.
Definition: ConfigurationFile.h:9004
::xsd::cxx::tree::optional< Sigma_type > Sigma_optional
Element optional container type.
Definition: ConfigurationFile.h:9208
const Mass_type & Mass() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2325
::xsd::cxx::tree::traits< Velocity_type, char > Velocity_traits
Element traits type.
Definition: ConfigurationFile.h:9009
::xml_schema::boolean Fixed_type
Element type.
Definition: ConfigurationFile.h:9355
Sphere(const Center_type &, const Mass_type &, const InterParticleDistance_type &, const Velocity_type &, const Radius_type &, const Brownian_type &, const DimensionBrownian_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7036
::xsd::cxx::tree::traits< Fixed_type, char > Fixed_traits
Element traits type.
Definition: ConfigurationFile.h:9365
Sphere & operator=(const Sphere &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:7319
::xsd::cxx::tree::traits< Center_type, char > Center_traits
Element traits type.
Definition: ConfigurationFile.h:8835
::xml_schema::decimal Radius_type
Element type.
Definition: ConfigurationFile.h:9062
::xsd::cxx::tree::traits< Radius_type, char, ::xsd::cxx::tree::schema_type::decimal > Radius_traits
Element traits type.
Definition: ConfigurationFile.h:9067
::xsd::cxx::tree::traits< DimensionBrownian_type, char > DimensionBrownian_traits
Element traits type.
Definition: ConfigurationFile.h:9161
const Sigma_optional & Sigma() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:2451
const InterParticleDistance_type & InterParticleDistance() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2349
::xml_schema::decimal Brownian_type
Element type.
Definition: ConfigurationFile.h:9109
::Epsilon Epsilon_type
Element type.
Definition: ConfigurationFile.h:9279
::Sigma Sigma_type
Element type.
Definition: ConfigurationFile.h:9203
::xsd::cxx::tree::optional< Epsilon_type > Epsilon_optional
Element optional container type.
Definition: ConfigurationFile.h:9284
::InterParticleDistance InterParticleDistance_type
Element type.
Definition: ConfigurationFile.h:8946
Class corresponding to the Spheres schema type.
Definition: ConfigurationFile.h:3969
virtual Spheres * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:4779
const Sphere_sequence & Sphere() const
Return a read-only (constant) reference to the element sequence.
Definition: ConfigurationFile.cpp:1016
Spheres(const Size_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:4700
Sphere_sequence::const_iterator Sphere_const_iterator
Element constant iterator type.
Definition: ConfigurationFile.h:4055
Spheres & operator=(const Spheres &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:4786
::Size Size_type
Element type.
Definition: ConfigurationFile.h:3982
::xsd::cxx::tree::traits< Sphere_type, char > Sphere_traits
Element traits type.
Definition: ConfigurationFile.h:4060
::Sphere Sphere_type
Element type.
Definition: ConfigurationFile.h:4040
const Size_type & Size() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:992
Sphere_sequence::iterator Sphere_iterator
Element iterator type.
Definition: ConfigurationFile.h:4050
virtual ~Spheres()
Destructor.
Definition: ConfigurationFile.cpp:4799
::xsd::cxx::tree::traits< Size_type, char > Size_traits
Element traits type.
Definition: ConfigurationFile.h:3987
::xsd::cxx::tree::sequence< Sphere_type > Sphere_sequence
Element sequence container type.
Definition: ConfigurationFile.h:4045
Class corresponding to the TargetTemperature schema type.
Definition: ConfigurationFile.h:5318
virtual TargetTemperature * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5378
virtual ~TargetTemperature()
Destructor.
Definition: ConfigurationFile.cpp:5385
TargetTemperature(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5339
Class corresponding to the ThermostatConfig schema type.
Definition: ConfigurationFile.h:1949
::xml_schema::boolean InitialBrownian_type
Element type.
Definition: ConfigurationFile.h:2136
virtual ThermostatConfig * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:3986
const InitialTemperature_type & InitialTemperature() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:440
const MaximumTemperatureChange_optional & MaximumTemperatureChange() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:524
::Type Type_type
Element type.
Definition: ConfigurationFile.h:1962
::xsd::cxx::tree::traits< ApplyAfterHowManySteps_type, char > ApplyAfterHowManySteps_traits
Element traits type.
Definition: ConfigurationFile.h:2311
const InitialBrownian_type & InitialBrownian() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:488
::xsd::cxx::tree::traits< Type_type, char > Type_traits
Element traits type.
Definition: ConfigurationFile.h:1967
::xsd::cxx::tree::traits< MaximumTemperatureChange_type, char > MaximumTemperatureChange_traits
Element traits type.
Definition: ConfigurationFile.h:2240
::xsd::cxx::tree::traits< InitialTemperature_type, char > InitialTemperature_traits
Element traits type.
Definition: ConfigurationFile.h:2025
::ApplyAfterHowManySteps ApplyAfterHowManySteps_type
Element type.
Definition: ConfigurationFile.h:2306
const ScalingGradually_type & ScalingGradually() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:506
virtual ~ThermostatConfig()
Destructor.
Definition: ConfigurationFile.cpp:4012
::xsd::cxx::tree::optional< MaximumTemperatureChange_type > MaximumTemperatureChange_optional
Element optional container type.
Definition: ConfigurationFile.h:2235
::xsd::cxx::tree::traits< Dimension_type, char > Dimension_traits
Element traits type.
Definition: ConfigurationFile.h:2369
ThermostatConfig(const Type_type &, const InitialTemperature_type &, const TargetTemperature_type &, const InitialBrownian_type &, const ScalingGradually_type &, const ApplyAfterHowManySteps_type &, const Dimension_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:3760
::xsd::cxx::tree::traits< TargetTemperature_type, char > TargetTemperature_traits
Element traits type.
Definition: ConfigurationFile.h:2083
const ApplyAfterHowManySteps_type & ApplyAfterHowManySteps() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:554
::xml_schema::boolean ScalingGradually_type
Element type.
Definition: ConfigurationFile.h:2183
::InitialTemperature InitialTemperature_type
Element type.
Definition: ConfigurationFile.h:2020
::xsd::cxx::tree::traits< ScalingGradually_type, char > ScalingGradually_traits
Element traits type.
Definition: ConfigurationFile.h:2188
const Type_type & Type() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:416
::Dimension Dimension_type
Element type.
Definition: ConfigurationFile.h:2364
::TargetTemperature TargetTemperature_type
Element type.
Definition: ConfigurationFile.h:2078
::MaximumTemperatureChange MaximumTemperatureChange_type
Element type.
Definition: ConfigurationFile.h:2230
const TargetTemperature_type & TargetTemperature() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:464
const Dimension_type & Dimension() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:578
::xsd::cxx::tree::traits< InitialBrownian_type, char > InitialBrownian_traits
Element traits type.
Definition: ConfigurationFile.h:2141
ThermostatConfig & operator=(const ThermostatConfig &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:3993
Class corresponding to the Third schema type.
Definition: ConfigurationFile.h:11095
virtual Third * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8278
virtual ~Third()
Destructor.
Definition: ConfigurationFile.cpp:8285
Third(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8239
Enumeration class corresponding to the Top schema type.
Definition: ConfigurationFile.h:13027
Top(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:3163
value
Underlying enum type.
Definition: ConfigurationFile.h:13034
@ Periodic
Definition: ConfigurationFile.h:13037
@ Reflective
Definition: ConfigurationFile.h:13035
@ Outflow
Definition: ConfigurationFile.h:13036
Top & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:3195
virtual Top * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:9290
Enumeration class corresponding to the Type schema type.
Definition: ConfigurationFile.h:5078
Type & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:1380
value
Underlying enum type.
Definition: ConfigurationFile.h:5085
@ Flow
Definition: ConfigurationFile.h:5087
@ Default
Definition: ConfigurationFile.h:5086
virtual Type * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5243
Type(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:1348
Class corresponding to the Velocity schema type.
Definition: ConfigurationFile.h:9865
::xml_schema::decimal Y_type
Element type.
Definition: ConfigurationFile.h:9925
Velocity & operator=(const Velocity &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:7650
const Y_type & Y() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2619
const X_type & X() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2601
Velocity(const X_type &, const Y_type &, const Z_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:7537
virtual Velocity * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:7643
::xsd::cxx::tree::traits< Y_type, char, ::xsd::cxx::tree::schema_type::decimal > Y_traits
Element traits type.
Definition: ConfigurationFile.h:9930
const Z_type & Z() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2637
::xml_schema::decimal Z_type
Element type.
Definition: ConfigurationFile.h:9972
virtual ~Velocity()
Destructor.
Definition: ConfigurationFile.cpp:7664
::xml_schema::decimal X_type
Element type.
Definition: ConfigurationFile.h:9878
::xsd::cxx::tree::traits< Z_type, char, ::xsd::cxx::tree::schema_type::decimal > Z_traits
Element traits type.
Definition: ConfigurationFile.h:9977
::xsd::cxx::tree::traits< X_type, char, ::xsd::cxx::tree::schema_type::decimal > X_traits
Element traits type.
Definition: ConfigurationFile.h:9883
Class corresponding to the boundaries schema type.
Definition: ConfigurationFile.h:11189
virtual ~boundaries()
Destructor.
Definition: ConfigurationFile.cpp:8507
boundaries & operator=(const boundaries &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:8490
::Front Front_type
Element type.
Definition: ConfigurationFile.h:11202
const Right_type & Right() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2825
virtual boundaries * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:8483
const Back_type & Back() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2777
::xsd::cxx::tree::traits< Left_type, char > Left_traits
Element traits type.
Definition: ConfigurationFile.h:11323
::Right Right_type
Element type.
Definition: ConfigurationFile.h:11376
::Back Back_type
Element type.
Definition: ConfigurationFile.h:11260
const Top_type & Top() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2849
::xsd::cxx::tree::traits< Bottom_type, char > Bottom_traits
Element traits type.
Definition: ConfigurationFile.h:11497
::xsd::cxx::tree::traits< Right_type, char > Right_traits
Element traits type.
Definition: ConfigurationFile.h:11381
::Left Left_type
Element type.
Definition: ConfigurationFile.h:11318
boundaries(const Front_type &, const Back_type &, const Left_type &, const Right_type &, const Top_type &, const Bottom_type &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:8293
const Left_type & Left() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2801
const Bottom_type & Bottom() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2873
::xsd::cxx::tree::traits< Back_type, char > Back_traits
Element traits type.
Definition: ConfigurationFile.h:11265
::Bottom Bottom_type
Element type.
Definition: ConfigurationFile.h:11492
::Top Top_type
Element type.
Definition: ConfigurationFile.h:11434
const Front_type & Front() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:2753
::xsd::cxx::tree::traits< Front_type, char > Front_traits
Element traits type.
Definition: ConfigurationFile.h:11207
::xsd::cxx::tree::traits< Top_type, char > Top_traits
Element traits type.
Definition: ConfigurationFile.h:11439
Class corresponding to the delta_t schema type.
Definition: ConfigurationFile.h:5933
virtual delta_t * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5718
virtual ~delta_t()
Destructor.
Definition: ConfigurationFile.cpp:5725
delta_t(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5679
Enumeration class corresponding to the force schema type.
Definition: ConfigurationFile.h:6026
force(value v)
Create an instance from the underlying enum value.
Definition: ConfigurationFile.cpp:1466
value
Underlying enum type.
Definition: ConfigurationFile.h:6033
@ Gravity
Definition: ConfigurationFile.h:6034
virtual force * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5761
force & operator=(value v)
Assign the underlying enum value.
Definition: ConfigurationFile.cpp:1498
Class corresponding to the model schema type.
Definition: ConfigurationFile.h:2755
::xsd::cxx::tree::traits< BoundaryCondition_type, char > BoundaryCondition_traits
Element traits type.
Definition: ConfigurationFile.h:3162
const force_type & force() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:736
virtual ~model()
Destructor.
Definition: ConfigurationFile.cpp:4371
::xsd::cxx::tree::traits< delta_t_type, char > delta_t_traits
Element traits type.
Definition: ConfigurationFile.h:2889
::xsd::cxx::tree::optional< BoundaryCondition_type > BoundaryCondition_optional
Element optional container type.
Definition: ConfigurationFile.h:3157
model & operator=(const model &x)
Copy assignment operator.
Definition: ConfigurationFile.cpp:4353
::xsd::cxx::tree::traits< DomainSize_type, char > DomainSize_traits
Element traits type.
Definition: ConfigurationFile.h:3010
::t_end t_end_type
Element type.
Definition: ConfigurationFile.h:2826
::xsd::cxx::tree::traits< rCutOff_type, char > rCutOff_traits
Element traits type.
Definition: ConfigurationFile.h:3086
::BoundaryCondition BoundaryCondition_type
Element type.
Definition: ConfigurationFile.h:3152
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.
Definition: ConfigurationFile.cpp:4155
::force force_type
Element type.
Definition: ConfigurationFile.h:2942
::xsd::cxx::tree::optional< rCutOff_type > rCutOff_optional
Element optional container type.
Definition: ConfigurationFile.h:3081
::xsd::cxx::tree::traits< force_type, char > force_traits
Element traits type.
Definition: ConfigurationFile.h:2947
virtual model * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:4346
::rCutOff rCutOff_type
Element type.
Definition: ConfigurationFile.h:3076
::Name Name_type
Element type.
Definition: ConfigurationFile.h:2768
::xsd::cxx::tree::traits< t_end_type, char > t_end_traits
Element traits type.
Definition: ConfigurationFile.h:2831
const rCutOff_optional & rCutOff() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:790
const DomainSize_optional & DomainSize() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:760
::xsd::cxx::tree::optional< DomainSize_type > DomainSize_optional
Element optional container type.
Definition: ConfigurationFile.h:3005
::delta_t delta_t_type
Element type.
Definition: ConfigurationFile.h:2884
const delta_t_type & delta_t() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:712
::DomainSize DomainSize_type
Element type.
Definition: ConfigurationFile.h:3000
const BoundaryCondition_optional & BoundaryCondition() const
Return a read-only (constant) reference to the element container.
Definition: ConfigurationFile.cpp:820
::xsd::cxx::tree::traits< Name_type, char > Name_traits
Element traits type.
Definition: ConfigurationFile.h:2773
const t_end_type & t_end() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:688
const Name_type & Name() const
Return a read-only (constant) reference to the element.
Definition: ConfigurationFile.cpp:664
Class corresponding to the rCutOff schema type.
Definition: ConfigurationFile.h:6444
virtual ~rCutOff()
Destructor.
Definition: ConfigurationFile.cpp:5993
virtual rCutOff * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5986
rCutOff(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5947
Class corresponding to the t_end schema type.
Definition: ConfigurationFile.h:5839
virtual t_end * _clone(::xml_schema::flags f=0, ::xml_schema::container *c=0) const
Copy the instance polymorphically.
Definition: ConfigurationFile.cpp:5664
t_end(const ::xml_schema::double_ &)
Create an instance from the ultimate base and initializers for required elements and attributes.
Definition: ConfigurationFile.cpp:5625
virtual ~t_end()
Destructor.
Definition: ConfigurationFile.cpp:5671
ParallelizationStrategy
Definition: enumsStructs.h:51
BoundaryCondition
Definition: enumsStructs.h:34
const XMLCh *const tree_node_key
DOM user data key for back pointers to tree nodes.
Definition: vtk-unstructured.h:612
C++ namespace for the http://www.w3.org/2001/XMLSchema schema namespace.
Definition: vtk-unstructured.h:111
::xsd::cxx::tree::bounds< char > bounds
Exception indicating that the size argument exceeds the capacity argument.
Definition: vtk-unstructured.h:538
::xsd::cxx::tree::flags flags
Parsing and serialization flags.
Definition: vtk-unstructured.h:501
::xsd::cxx::xml::error_handler< char > error_handler
Error handler callback interface.
Definition: vtk-unstructured.h:595
::xsd::cxx::tree::diagnostics< char > diagnostics
List of error conditions.
Definition: vtk-unstructured.h:524
::xsd::cxx::tree::no_prefix_mapping< char > no_prefix_mapping
Exception indicating that a prefix-namespace mapping was not provided.
Definition: vtk-unstructured.h:585
::xsd::cxx::xml::dom::namespace_infomap< char > namespace_infomap
Namespace serialization information map.
Definition: vtk-unstructured.h:473
::xsd::cxx::tree::gyear< char, simple_type > gyear
C++ type corresponding to the gYear XML Schema built-in type.
Definition: vtk-unstructured.h:426
::xsd::cxx::tree::properties< char > properties
Parsing properties.
Definition: vtk-unstructured.h:506
::xsd::cxx::tree::duration< char, simple_type > duration
C++ type corresponding to the duration XML Schema built-in type.
Definition: vtk-unstructured.h:402
long long long_
C++ type corresponding to the long XML Schema built-in type.
Definition: vtk-unstructured.h:188
::xsd::cxx::tree::exception< char > exception
Root of the C++/Tree exception hierarchy.
Definition: vtk-unstructured.h:532
::xsd::cxx::tree::error< char > error
Error condition.
Definition: vtk-unstructured.h:519
::xsd::cxx::tree::entities< char, simple_type, entity > entities
C++ type corresponding to the ENTITIES XML Schema built-in type.
Definition: vtk-unstructured.h:454
signed char byte
C++ type corresponding to the byte XML Schema built-in type.
Definition: vtk-unstructured.h:140
::xsd::cxx::tree::simple_type< char, type > simple_type
C++ type corresponding to the anySimpleType XML Schema built-in type.
Definition: vtk-unstructured.h:125
::xsd::cxx::tree::name< char, token > name
C++ type corresponding to the Name XML Schema built-in type.
Definition: vtk-unstructured.h:288
::xsd::cxx::tree::unexpected_element< char > unexpected_element
Exception indicating that an unexpected element was encountered.
Definition: vtk-unstructured.h:561
::xsd::cxx::tree::buffer< char > buffer
Binary buffer type.
Definition: vtk-unstructured.h:363
::xsd::cxx::xml::dom::namespace_info< char > namespace_info
Namespace serialization information.
Definition: vtk-unstructured.h:468
long long non_positive_integer
C++ type corresponding to the nonPositiveInteger XML Schema built-in type.
Definition: vtk-unstructured.h:210
unsigned long long unsigned_long
C++ type corresponding to the unsignedLong XML Schema built-in type.
Definition: vtk-unstructured.h:194
::xsd::cxx::tree::type type
C++ type corresponding to the anyType XML Schema built-in type.
Definition: vtk-unstructured.h:119
::xsd::cxx::tree::serialization< char > serialization
Exception indicating a serialization failure.
Definition: vtk-unstructured.h:590
::xsd::cxx::tree::idref< char, ncname, type > idref
C++ type corresponding to the IDREF XML Schema built-in type.
Definition: vtk-unstructured.h:328
::xsd::cxx::tree::qname< char, simple_type, uri, ncname > qname
C++ type corresponding to the QName XML Schema built-in type.
Definition: vtk-unstructured.h:354
::xsd::cxx::tree::id< char, ncname > id
C++ type corresponding to the ID XML Schema built-in type.
Definition: vtk-unstructured.h:322
::xsd::cxx::tree::time< char, simple_type > time
C++ type corresponding to the time XML Schema built-in type.
Definition: vtk-unstructured.h:438
::xsd::cxx::tree::gmonth_day< char, simple_type > gmonth_day
C++ type corresponding to the gMonthDay XML Schema built-in type.
Definition: vtk-unstructured.h:420
double decimal
C++ type corresponding to the decimal XML Schema built-in type.
Definition: vtk-unstructured.h:260
::xsd::cxx::tree::base64_binary< char, simple_type > base64_binary
C++ type corresponding to the base64Binary XML Schema built-in type.
Definition: vtk-unstructured.h:369
::xsd::cxx::tree::duplicate_id< char > duplicate_id
Exception indicating that a duplicate ID value was encountered in the object model.
Definition: vtk-unstructured.h:544
short short_
C++ type corresponding to the short XML Schema built-in type.
Definition: vtk-unstructured.h:156
::xsd::cxx::tree::normalized_string< char, string > normalized_string
C++ type corresponding to the normalizedString XML Schema built-in type.
Definition: vtk-unstructured.h:276
::xsd::cxx::tree::unexpected_enumerator< char > unexpected_enumerator
Exception indicating that an unexpected enumerator was encountered.
Definition: vtk-unstructured.h:573
::xsd::cxx::tree::severity severity
Error severity.
Definition: vtk-unstructured.h:514
unsigned short unsigned_short
C++ type corresponding to the unsignedShort XML Schema built-in type.
Definition: vtk-unstructured.h:162
::xsd::cxx::tree::gday< char, simple_type > gday
C++ type corresponding to the gDay XML Schema built-in type.
Definition: vtk-unstructured.h:408
::xsd::cxx::tree::list_stream< char > list_stream
List serialization stream.
Definition: vtk-unstructured.h:478
unsigned int unsigned_int
C++ type corresponding to the unsignedInt XML Schema built-in type.
Definition: vtk-unstructured.h:178
::xsd::cxx::tree::as_double< double_ > as_double
Serialization wrapper for the double type.
Definition: vtk-unstructured.h:483
unsigned char unsigned_byte
C++ type corresponding to the unsignedByte XML Schema built-in type.
Definition: vtk-unstructured.h:146
::xsd::cxx::tree::gyear_month< char, simple_type > gyear_month
C++ type corresponding to the gYearMonth XML Schema built-in type.
Definition: vtk-unstructured.h:432
::xsd::cxx::tree::expected_element< char > expected_element
Exception indicating that an expected element was not encountered.
Definition: vtk-unstructured.h:555
::xsd::cxx::tree::facet facet
Simple type facet.
Definition: vtk-unstructured.h:493
::xsd::cxx::tree::date_time< char, simple_type > date_time
C++ type corresponding to the dateTime XML Schema built-in type.
Definition: vtk-unstructured.h:396
::xsd::cxx::tree::language< char, token > language
C++ type corresponding to the language XML Schema built-in type.
Definition: vtk-unstructured.h:312
::xsd::cxx::tree::as_decimal< decimal > as_decimal
Serialization wrapper for the decimal type.
Definition: vtk-unstructured.h:488
long long integer
C++ type corresponding to the integer XML Schema built-in type.
Definition: vtk-unstructured.h:204
::xsd::cxx::tree::idrefs< char, simple_type, idref > idrefs
C++ type corresponding to the IDREFS XML Schema built-in type.
Definition: vtk-unstructured.h:334
double double_
C++ type corresponding to the double XML Schema built-in type.
Definition: vtk-unstructured.h:254
::xsd::cxx::tree::token< char, normalized_string > token
C++ type corresponding to the token XML Schema built-in type.
Definition: vtk-unstructured.h:282
::xsd::cxx::tree::uri< char, simple_type > uri
C++ type corresponding to the anyURI XML Schema built-in type.
Definition: vtk-unstructured.h:344
::xsd::cxx::tree::nmtokens< char, simple_type, nmtoken > nmtokens
C++ type corresponding to the NMTOKENS XML Schema built-in type.
Definition: vtk-unstructured.h:300
::xsd::cxx::tree::time_zone time_zone
Time zone type.
Definition: vtk-unstructured.h:384
::xsd::cxx::tree::date< char, simple_type > date
C++ type corresponding to the date XML Schema built-in type.
Definition: vtk-unstructured.h:390
unsigned long long positive_integer
C++ type corresponding to the positiveInteger XML Schema built-in type.
Definition: vtk-unstructured.h:222
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-unstructured.h:270
::xsd::cxx::tree::hex_binary< char, simple_type > hex_binary
C++ type corresponding to the hexBinary XML Schema built-in type.
Definition: vtk-unstructured.h:375
::xsd::cxx::tree::entity< char, ncname > entity
C++ type corresponding to the ENTITY XML Schema built-in type.
Definition: vtk-unstructured.h:448
long long negative_integer
C++ type corresponding to the negativeInteger XML Schema built-in type.
Definition: vtk-unstructured.h:228
int int_
C++ type corresponding to the int XML Schema built-in type.
Definition: vtk-unstructured.h:172
::xsd::cxx::tree::expected_text_content< char > expected_text_content
Exception indicating that the text content was expected for an element.
Definition: vtk-unstructured.h:579
float float_
C++ type corresponding to the float XML Schema built-in type.
Definition: vtk-unstructured.h:248
::xsd::cxx::tree::type container
Alias for the anyType type.
Definition: vtk-unstructured.h:130
::xsd::cxx::tree::ncname< char, name > ncname
C++ type corresponding to the NCName XML Schema built-in type.
Definition: vtk-unstructured.h:306
::xsd::cxx::tree::content_order content_order
Content order sequence entry.
Definition: vtk-unstructured.h:461
bool boolean
C++ type corresponding to the boolean XML Schema built-in type.
Definition: vtk-unstructured.h:238
::xsd::cxx::tree::expected_attribute< char > expected_attribute
Exception indicating that an expected attribute was not encountered.
Definition: vtk-unstructured.h:567
unsigned long long non_negative_integer
C++ type corresponding to the nonNegativeInteger XML Schema built-in type.
Definition: vtk-unstructured.h:216
::xsd::cxx::tree::nmtoken< char, token > nmtoken
C++ type corresponding to the NMTOKEN XML Schema built-in type.
Definition: vtk-unstructured.h:294
::xsd::cxx::tree::parsing< char > parsing
Exception indicating a parsing failure.
Definition: vtk-unstructured.h:549
::xsd::cxx::tree::gmonth< char, simple_type > gmonth
C++ type corresponding to the gMonth XML Schema built-in type.
Definition: vtk-unstructured.h:414