![]() |
NeuroML C++ API
2.3.0
C++ API for NeuroML 2
|
Class corresponding to the Connection schema type. More...
#include <NeuroML_v2.3.hxx>
Inheritance diagram for neuroml2::Connection_base:
Collaboration diagram for neuroml2::Connection_base:Constructors | |
| Connection_base (const id_type &, const preCellId_type &, const postCellId_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| Connection_base (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| Connection_base (const Connection_base &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual Connection_base * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| virtual | ~Connection_base () |
| Destructor. | |
Additional Inherited Members | |
Public Types inherited from neuroml2::BaseConnectionOldFormat | |
| typedef ::neuroml2::Nml2PopulationReferencePath | preCellId_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< preCellId_type, char > | preCellId_traits |
| Attribute traits type. | |
| typedef ::neuroml2::NonNegativeInteger | preSegmentId_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< preSegmentId_type, char > | preSegmentId_traits |
| Attribute traits type. | |
| typedef ::neuroml2::ZeroToOne | preFractionAlong_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< preFractionAlong_type, char > | preFractionAlong_traits |
| Attribute traits type. | |
| typedef ::neuroml2::Nml2PopulationReferencePath | postCellId_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< postCellId_type, char > | postCellId_traits |
| Attribute traits type. | |
| typedef ::neuroml2::NonNegativeInteger | postSegmentId_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< postSegmentId_type, char > | postSegmentId_traits |
| Attribute traits type. | |
| typedef ::neuroml2::ZeroToOne | postFractionAlong_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< postFractionAlong_type, char > | postFractionAlong_traits |
| Attribute traits type. | |
Public Types inherited from neuroml2::BaseConnection | |
| typedef ::neuroml2::NeuroLexId | neuroLexId_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::optional< neuroLexId_type > | neuroLexId_optional |
| Attribute optional container type. | |
| typedef ::xsd::cxx::tree::traits< neuroLexId_type, char > | neuroLexId_traits |
| Attribute traits type. | |
Public Types inherited from neuroml2::BaseNonNegativeIntegerId | |
| typedef ::neuroml2::NonNegativeInteger | id_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< id_type, char > | id_traits |
| Attribute traits type. | |
Public Member Functions inherited from neuroml2::BaseConnectionOldFormat | |
| const preCellId_type & | preCellId () const |
| Return a read-only (constant) reference to the attribute. More... | |
| preCellId_type & | preCellId () |
| Return a read-write reference to the attribute. More... | |
| void | preCellId (const preCellId_type &x) |
| Set the attribute value. More... | |
| void | preCellId (::std::unique_ptr< preCellId_type > p) |
| Set the attribute value without copying. More... | |
| const preSegmentId_type & | preSegmentId () const |
| Return a read-only (constant) reference to the attribute. More... | |
| preSegmentId_type & | preSegmentId () |
| Return a read-write reference to the attribute. More... | |
| void | preSegmentId (const preSegmentId_type &x) |
| Set the attribute value. More... | |
| void | preSegmentId (::std::unique_ptr< preSegmentId_type > p) |
| Set the attribute value without copying. More... | |
| const preFractionAlong_type & | preFractionAlong () const |
| Return a read-only (constant) reference to the attribute. More... | |
| preFractionAlong_type & | preFractionAlong () |
| Return a read-write reference to the attribute. More... | |
| void | preFractionAlong (const preFractionAlong_type &x) |
| Set the attribute value. More... | |
| void | preFractionAlong (::std::unique_ptr< preFractionAlong_type > p) |
| Set the attribute value without copying. More... | |
| const postCellId_type & | postCellId () const |
| Return a read-only (constant) reference to the attribute. More... | |
| postCellId_type & | postCellId () |
| Return a read-write reference to the attribute. More... | |
| void | postCellId (const postCellId_type &x) |
| Set the attribute value. More... | |
| void | postCellId (::std::unique_ptr< postCellId_type > p) |
| Set the attribute value without copying. More... | |
| const postSegmentId_type & | postSegmentId () const |
| Return a read-only (constant) reference to the attribute. More... | |
| postSegmentId_type & | postSegmentId () |
| Return a read-write reference to the attribute. More... | |
| void | postSegmentId (const postSegmentId_type &x) |
| Set the attribute value. More... | |
| void | postSegmentId (::std::unique_ptr< postSegmentId_type > p) |
| Set the attribute value without copying. More... | |
| const postFractionAlong_type & | postFractionAlong () const |
| Return a read-only (constant) reference to the attribute. More... | |
| postFractionAlong_type & | postFractionAlong () |
| Return a read-write reference to the attribute. More... | |
| void | postFractionAlong (const postFractionAlong_type &x) |
| Set the attribute value. More... | |
| void | postFractionAlong (::std::unique_ptr< postFractionAlong_type > p) |
| Set the attribute value without copying. More... | |
| BaseConnectionOldFormat (const id_type &, const preCellId_type &, const postCellId_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| BaseConnectionOldFormat (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| BaseConnectionOldFormat (const BaseConnectionOldFormat &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| BaseConnectionOldFormat & | operator= (const BaseConnectionOldFormat &x) |
| Copy assignment operator. More... | |
| virtual | ~BaseConnectionOldFormat () |
| Destructor. | |
Public Member Functions inherited from neuroml2::BaseConnection | |
| const neuroLexId_optional & | neuroLexId () const |
| Return a read-only (constant) reference to the attribute container. More... | |
| neuroLexId_optional & | neuroLexId () |
| Return a read-write reference to the attribute container. More... | |
| void | neuroLexId (const neuroLexId_type &x) |
| Set the attribute value. More... | |
| void | neuroLexId (const neuroLexId_optional &x) |
| Set the attribute value. More... | |
| void | neuroLexId (::std::unique_ptr< neuroLexId_type > p) |
| Set the attribute value without copying. More... | |
| BaseConnection (const id_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| BaseConnection (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| BaseConnection (const BaseConnection &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| BaseConnection & | operator= (const BaseConnection &x) |
| Copy assignment operator. More... | |
| virtual | ~BaseConnection () |
| Destructor. | |
Public Member Functions inherited from neuroml2::BaseNonNegativeIntegerId | |
| const id_type & | id () const |
| Return a read-only (constant) reference to the attribute. More... | |
| id_type & | id () |
| Return a read-write reference to the attribute. More... | |
| void | id (const id_type &x) |
| Set the attribute value. More... | |
| void | id (::std::unique_ptr< id_type > p) |
| Set the attribute value without copying. More... | |
| BaseNonNegativeIntegerId (const id_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| BaseNonNegativeIntegerId (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| BaseNonNegativeIntegerId (const BaseNonNegativeIntegerId &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| BaseNonNegativeIntegerId & | operator= (const BaseNonNegativeIntegerId &x) |
| Copy assignment operator. More... | |
| virtual | ~BaseNonNegativeIntegerId () |
| Destructor. | |
Public Member Functions inherited from neuroml2::BaseWithoutId | |
| 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. | |
Static Public Member Functions inherited from neuroml2::BaseConnectionOldFormat | |
| static preSegmentId_type | preSegmentId_default_value () |
| Return the default value for the attribute. More... | |
| static preFractionAlong_type | preFractionAlong_default_value () |
| Return the default value for the attribute. More... | |
| static postSegmentId_type | postSegmentId_default_value () |
| Return the default value for the attribute. More... | |
| static postFractionAlong_type | postFractionAlong_default_value () |
| Return the default value for the attribute. More... | |
Class corresponding to the Connection schema type.
Event connection directly between named components, which gets processed via a new instance of a synapse component which is created on the target component. Normally contained inside a projection element.
Definition at line 63383 of file NeuroML_v2.3.hxx.
| neuroml2::Connection_base::Connection_base | ( | 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 45937 of file NeuroML_v2.3.cxx.
| neuroml2::Connection_base::Connection_base | ( | const Connection_base & | 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 45929 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::BaseConnectionOldFormat.
Reimplemented in neuroml2::Connection.
Definition at line 45945 of file NeuroML_v2.3.cxx.