|
MolSim
|
Class corresponding to the objectsType schema type. More...
#include <SimulationXSD.h>
cuboid | |
Accessor and modifier functions for the cuboid sequence element. | |
| typedef ::CuboidType | CuboidType |
| Element type. | |
| typedef ::xsd::cxx::tree::sequence< CuboidType > | CuboidSequence |
| Element sequence container type. | |
| typedef CuboidSequence::iterator | CuboidIterator |
| Element iterator type. | |
| typedef CuboidSequence::const_iterator | CuboidConstIterator |
| Element constant iterator type. | |
| typedef ::xsd::cxx::tree::traits< CuboidType, char > | CuboidTraits |
| Element traits type. | |
| const CuboidSequence & | cuboid () const |
| Return a read-only (constant) reference to the element sequence. | |
| CuboidSequence & | cuboid () |
| Return a read-write reference to the element sequence. | |
| void | cuboid (const CuboidSequence &s) |
| Copy elements from a given sequence. | |
particle | |
Accessor and modifier functions for the particle sequence element. | |
| typedef ::ParticleType | ParticleType |
| Element type. | |
| typedef ::xsd::cxx::tree::sequence< ParticleType > | ParticleSequence |
| Element sequence container type. | |
| typedef ParticleSequence::iterator | ParticleIterator |
| Element iterator type. | |
| typedef ParticleSequence::const_iterator | ParticleConstIterator |
| Element constant iterator type. | |
| typedef ::xsd::cxx::tree::traits< ParticleType, char > | ParticleTraits |
| Element traits type. | |
| const ParticleSequence & | particle () const |
| Return a read-only (constant) reference to the element sequence. | |
| ParticleSequence & | particle () |
| Return a read-write reference to the element sequence. | |
| void | particle (const ParticleSequence &s) |
| Copy elements from a given sequence. | |
disc | |
Accessor and modifier functions for the disc sequence element. | |
| typedef ::DiscType | DiscType |
| Element type. | |
| typedef ::xsd::cxx::tree::sequence< DiscType > | DiscSequence |
| Element sequence container type. | |
| typedef DiscSequence::iterator | DiscIterator |
| Element iterator type. | |
| typedef DiscSequence::const_iterator | DiscConstIterator |
| Element constant iterator type. | |
| typedef ::xsd::cxx::tree::traits< DiscType, char > | DiscTraits |
| Element traits type. | |
| const DiscSequence & | disc () const |
| Return a read-only (constant) reference to the element sequence. | |
| DiscSequence & | disc () |
| Return a read-write reference to the element sequence. | |
| void | disc (const DiscSequence &s) |
| Copy elements from a given sequence. | |
Constructors | |
| ObjectsType () | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| ObjectsType (const ::xercesc::DOMElement &e, ::xml_schema::Flags f=0, ::xml_schema::Container *c=0) | |
| Create an instance from a DOM element. | |
| ObjectsType (const ObjectsType &x, ::xml_schema::Flags f=0, ::xml_schema::Container *c=0) | |
| Copy constructor. | |
| virtual ObjectsType * | _clone (::xml_schema::Flags f=0, ::xml_schema::Container *c=0) const |
| Copy the instance polymorphically. | |
| ObjectsType & | operator= (const ObjectsType &x) |
| Copy assignment operator. | |
| virtual | ~ObjectsType () |
| Destructor. | |
Class corresponding to the objectsType schema type.
| typedef CuboidSequence::const_iterator ObjectsType::CuboidConstIterator |
Element constant iterator type.
| typedef CuboidSequence::iterator ObjectsType::CuboidIterator |
Element iterator type.
| typedef ::xsd::cxx::tree::sequence<CuboidType> ObjectsType::CuboidSequence |
Element sequence container type.
| typedef ::xsd::cxx::tree::traits<CuboidType, char> ObjectsType::CuboidTraits |
Element traits type.
| typedef ::CuboidType ObjectsType::CuboidType |
Element type.
| typedef DiscSequence::const_iterator ObjectsType::DiscConstIterator |
Element constant iterator type.
| typedef DiscSequence::iterator ObjectsType::DiscIterator |
Element iterator type.
| typedef ::xsd::cxx::tree::sequence<DiscType> ObjectsType::DiscSequence |
Element sequence container type.
| typedef ::xsd::cxx::tree::traits<DiscType, char> ObjectsType::DiscTraits |
Element traits type.
| typedef ::DiscType ObjectsType::DiscType |
Element type.
| typedef ParticleSequence::const_iterator ObjectsType::ParticleConstIterator |
Element constant iterator type.
| typedef ParticleSequence::iterator ObjectsType::ParticleIterator |
Element iterator type.
| typedef ::xsd::cxx::tree::sequence<ParticleType> ObjectsType::ParticleSequence |
Element sequence container type.
| typedef ::xsd::cxx::tree::traits<ParticleType, char> ObjectsType::ParticleTraits |
Element traits type.
Element type.
| ObjectsType::ObjectsType | ( | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| ObjectsType::ObjectsType | ( | const ::xercesc::DOMElement & | e, |
| ::xml_schema::Flags | f = 0, |
||
| ::xml_schema::Container * | c = 0 |
||
| ) |
Create an instance from a DOM element.
| e | A DOM element to extract the data from. |
| f | Flags to create the new instance with. |
| c | A pointer to the object that will contain the new instance. |
| ObjectsType::ObjectsType | ( | const ObjectsType & | x, |
| ::xml_schema::Flags | f = 0, |
||
| ::xml_schema::Container * | c = 0 |
||
| ) |
Copy constructor.
| x | An instance to make a copy of. |
| f | Flags to create the copy with. |
| c | A pointer to the object that will contain the copy. |
For polymorphic object models use the _clone function instead.
|
virtual |
Destructor.
|
virtual |
Copy the instance polymorphically.
| f | Flags to create the copy with. |
| c | A pointer to the object that will contain the copy. |
This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.
| CuboidSequence & ObjectsType::cuboid | ( | ) |
Return a read-write reference to the element sequence.
| const CuboidSequence & ObjectsType::cuboid | ( | ) | const |
Return a read-only (constant) reference to the element sequence.
| void ObjectsType::cuboid | ( | const CuboidSequence & | s | ) |
Copy elements from a given sequence.
| s | A sequence to copy elements from. |
For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.
| DiscSequence & ObjectsType::disc | ( | ) |
Return a read-write reference to the element sequence.
| const DiscSequence & ObjectsType::disc | ( | ) | const |
Return a read-only (constant) reference to the element sequence.
| void ObjectsType::disc | ( | const DiscSequence & | s | ) |
Copy elements from a given sequence.
| s | A sequence to copy elements from. |
For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.
| ObjectsType & ObjectsType::operator= | ( | const ObjectsType & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| ParticleSequence & ObjectsType::particle | ( | ) |
Return a read-write reference to the element sequence.
| const ParticleSequence & ObjectsType::particle | ( | ) | const |
Return a read-only (constant) reference to the element sequence.
| void ObjectsType::particle | ( | const ParticleSequence & | s | ) |
Copy elements from a given sequence.
| s | A sequence to copy elements from. |
For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.