![]() |
NeuroML C++ API
2.3.0
C++ API for NeuroML 2
|
Class corresponding to the SpaceStructure schema type. More...
#include <NeuroML_v2.3.hxx>
xSpacing | |
Accessor and modifier functions for the xSpacing optional attribute. | |
typedef ::xml_schema::float_ | xSpacing_type |
Attribute type. | |
typedef ::xsd::cxx::tree::optional< xSpacing_type > | xSpacing_optional |
Attribute optional container type. | |
typedef ::xsd::cxx::tree::traits< xSpacing_type, char > | xSpacing_traits |
Attribute traits type. | |
const xSpacing_optional & | xSpacing () const |
Return a read-only (constant) reference to the attribute container. More... | |
xSpacing_optional & | xSpacing () |
Return a read-write reference to the attribute container. More... | |
void | xSpacing (const xSpacing_type &x) |
Set the attribute value. More... | |
void | xSpacing (const xSpacing_optional &x) |
Set the attribute value. More... | |
ySpacing | |
Accessor and modifier functions for the ySpacing optional attribute. | |
typedef ::xml_schema::float_ | ySpacing_type |
Attribute type. | |
typedef ::xsd::cxx::tree::optional< ySpacing_type > | ySpacing_optional |
Attribute optional container type. | |
typedef ::xsd::cxx::tree::traits< ySpacing_type, char > | ySpacing_traits |
Attribute traits type. | |
const ySpacing_optional & | ySpacing () const |
Return a read-only (constant) reference to the attribute container. More... | |
ySpacing_optional & | ySpacing () |
Return a read-write reference to the attribute container. More... | |
void | ySpacing (const ySpacing_type &x) |
Set the attribute value. More... | |
void | ySpacing (const ySpacing_optional &x) |
Set the attribute value. More... | |
zSpacing | |
Accessor and modifier functions for the zSpacing optional attribute. | |
typedef ::xml_schema::float_ | zSpacing_type |
Attribute type. | |
typedef ::xsd::cxx::tree::optional< zSpacing_type > | zSpacing_optional |
Attribute optional container type. | |
typedef ::xsd::cxx::tree::traits< zSpacing_type, char > | zSpacing_traits |
Attribute traits type. | |
const zSpacing_optional & | zSpacing () const |
Return a read-only (constant) reference to the attribute container. More... | |
zSpacing_optional & | zSpacing () |
Return a read-write reference to the attribute container. More... | |
void | zSpacing (const zSpacing_type &x) |
Set the attribute value. More... | |
void | zSpacing (const zSpacing_optional &x) |
Set the attribute value. More... | |
xStart | |
Accessor and modifier functions for the xStart optional attribute with a default value. | |
typedef ::xml_schema::float_ | xStart_type |
Attribute type. | |
typedef ::xsd::cxx::tree::traits< xStart_type, char > | xStart_traits |
Attribute traits type. | |
const xStart_type & | xStart () const |
Return a read-only (constant) reference to the attribute. More... | |
xStart_type & | xStart () |
Return a read-write reference to the attribute. More... | |
void | xStart (const xStart_type &x) |
Set the attribute value. More... | |
static xStart_type | xStart_default_value () |
Return the default value for the attribute. More... | |
yStart | |
Accessor and modifier functions for the yStart optional attribute with a default value. | |
typedef ::xml_schema::float_ | yStart_type |
Attribute type. | |
typedef ::xsd::cxx::tree::traits< yStart_type, char > | yStart_traits |
Attribute traits type. | |
const yStart_type & | yStart () const |
Return a read-only (constant) reference to the attribute. More... | |
yStart_type & | yStart () |
Return a read-write reference to the attribute. More... | |
void | yStart (const yStart_type &x) |
Set the attribute value. More... | |
static yStart_type | yStart_default_value () |
Return the default value for the attribute. More... | |
zStart | |
Accessor and modifier functions for the zStart optional attribute with a default value. | |
typedef ::xml_schema::float_ | zStart_type |
Attribute type. | |
typedef ::xsd::cxx::tree::traits< zStart_type, char > | zStart_traits |
Attribute traits type. | |
const zStart_type & | zStart () const |
Return a read-only (constant) reference to the attribute. More... | |
zStart_type & | zStart () |
Return a read-write reference to the attribute. More... | |
void | zStart (const zStart_type &x) |
Set the attribute value. More... | |
static zStart_type | zStart_default_value () |
Return the default value for the attribute. More... | |
Constructors | |
SpaceStructure () | |
Create an instance from the ultimate base and initializers for required elements and attributes. | |
SpaceStructure (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
SpaceStructure (const SpaceStructure &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual SpaceStructure * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
SpaceStructure & | operator= (const SpaceStructure &x) |
Copy assignment operator. More... | |
virtual | ~SpaceStructure () |
Destructor. | |
Additional Inherited Members | |
![]() | |
BaseWithoutId () | |
Create an instance from the ultimate base and initializers for required elements and attributes. | |
BaseWithoutId (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
BaseWithoutId (const ::xercesc::DOMAttr &a, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Create an instance from a DOM attribute. More... | |
BaseWithoutId (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. More... | |
BaseWithoutId (const BaseWithoutId &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual | ~BaseWithoutId () |
Destructor. | |
Class corresponding to the SpaceStructure schema type.
Definition at line 57731 of file NeuroML_v2.3.hxx.
neuroml2::SpaceStructure::SpaceStructure | ( | 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. |
Definition at line 43469 of file NeuroML_v2.3.cxx.
neuroml2::SpaceStructure::SpaceStructure | ( | const SpaceStructure & | 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.
Definition at line 43455 of file NeuroML_v2.3.cxx.
|
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.
Reimplemented from neuroml2::BaseWithoutId.
Definition at line 43551 of file NeuroML_v2.3.cxx.
SpaceStructure & neuroml2::SpaceStructure::operator= | ( | const SpaceStructure & | x | ) |
Copy assignment operator.
x | An instance to make a copy of. |
For polymorphic object models use the _clone
function instead.
Definition at line 43558 of file NeuroML_v2.3.cxx.
SpaceStructure::xSpacing_optional & neuroml2::SpaceStructure::xSpacing | ( | ) |
Return a read-write reference to the attribute container.
Definition at line 14365 of file NeuroML_v2.3.cxx.
const SpaceStructure::xSpacing_optional & neuroml2::SpaceStructure::xSpacing | ( | ) | const |
Return a read-only (constant) reference to the attribute container.
Definition at line 14359 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::xSpacing | ( | const xSpacing_optional & | x | ) |
Set the attribute value.
x | An optional container with the new value to set. |
If the value is present in x then this function makes a copy of this value and sets it as the new value of the attribute. Otherwise the attribute container is set the 'not present' state.
Definition at line 14377 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::xSpacing | ( | const xSpacing_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 14371 of file NeuroML_v2.3.cxx.
SpaceStructure::xStart_type & neuroml2::SpaceStructure::xStart | ( | ) |
Return a read-write reference to the attribute.
Definition at line 14437 of file NeuroML_v2.3.cxx.
const SpaceStructure::xStart_type & neuroml2::SpaceStructure::xStart | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 14431 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::xStart | ( | const xStart_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 14443 of file NeuroML_v2.3.cxx.
|
static |
Return the default value for the attribute.
Definition at line 14449 of file NeuroML_v2.3.cxx.
SpaceStructure::ySpacing_optional & neuroml2::SpaceStructure::ySpacing | ( | ) |
Return a read-write reference to the attribute container.
Definition at line 14389 of file NeuroML_v2.3.cxx.
const SpaceStructure::ySpacing_optional & neuroml2::SpaceStructure::ySpacing | ( | ) | const |
Return a read-only (constant) reference to the attribute container.
Definition at line 14383 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::ySpacing | ( | const ySpacing_optional & | x | ) |
Set the attribute value.
x | An optional container with the new value to set. |
If the value is present in x then this function makes a copy of this value and sets it as the new value of the attribute. Otherwise the attribute container is set the 'not present' state.
Definition at line 14401 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::ySpacing | ( | const ySpacing_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 14395 of file NeuroML_v2.3.cxx.
SpaceStructure::yStart_type & neuroml2::SpaceStructure::yStart | ( | ) |
Return a read-write reference to the attribute.
Definition at line 14461 of file NeuroML_v2.3.cxx.
const SpaceStructure::yStart_type & neuroml2::SpaceStructure::yStart | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 14455 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::yStart | ( | const yStart_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 14467 of file NeuroML_v2.3.cxx.
|
static |
Return the default value for the attribute.
Definition at line 14473 of file NeuroML_v2.3.cxx.
SpaceStructure::zSpacing_optional & neuroml2::SpaceStructure::zSpacing | ( | ) |
Return a read-write reference to the attribute container.
Definition at line 14413 of file NeuroML_v2.3.cxx.
const SpaceStructure::zSpacing_optional & neuroml2::SpaceStructure::zSpacing | ( | ) | const |
Return a read-only (constant) reference to the attribute container.
Definition at line 14407 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::zSpacing | ( | const zSpacing_optional & | x | ) |
Set the attribute value.
x | An optional container with the new value to set. |
If the value is present in x then this function makes a copy of this value and sets it as the new value of the attribute. Otherwise the attribute container is set the 'not present' state.
Definition at line 14425 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::zSpacing | ( | const zSpacing_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 14419 of file NeuroML_v2.3.cxx.
SpaceStructure::zStart_type & neuroml2::SpaceStructure::zStart | ( | ) |
Return a read-write reference to the attribute.
Definition at line 14485 of file NeuroML_v2.3.cxx.
const SpaceStructure::zStart_type & neuroml2::SpaceStructure::zStart | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 14479 of file NeuroML_v2.3.cxx.
void neuroml2::SpaceStructure::zStart | ( | const zStart_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 14491 of file NeuroML_v2.3.cxx.
|
static |
Return the default value for the attribute.
Definition at line 14497 of file NeuroML_v2.3.cxx.