![]() |
NeuroML C++ API
2.3.0
C++ API for NeuroML 2
|
Class corresponding to the VoltageClampTriple schema type. More...
#include <NeuroML_v2.3.hxx>
Inheritance diagram for neuroml2::VoltageClampTriple:
Collaboration diagram for neuroml2::VoltageClampTriple:active | |
Accessor and modifier functions for the active required attribute. | |
| typedef ::neuroml2::ZeroOrOne | active_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< active_type, char > | active_traits |
| Attribute traits type. | |
| const active_type & | active () const |
| Return a read-only (constant) reference to the attribute. More... | |
| active_type & | active () |
| Return a read-write reference to the attribute. More... | |
| void | active (const active_type &x) |
| Set the attribute value. More... | |
| void | active (::std::unique_ptr< active_type > p) |
| Set the attribute value without copying. More... | |
delay | |
Accessor and modifier functions for the delay required attribute. | |
| typedef ::neuroml2::Nml2Quantity_time | delay_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< delay_type, char > | delay_traits |
| Attribute traits type. | |
| const delay_type & | delay () const |
| Return a read-only (constant) reference to the attribute. More... | |
| delay_type & | delay () |
| Return a read-write reference to the attribute. More... | |
| void | delay (const delay_type &x) |
| Set the attribute value. More... | |
| void | delay (::std::unique_ptr< delay_type > p) |
| Set the attribute value without copying. More... | |
duration | |
Accessor and modifier functions for the duration required attribute. | |
| typedef ::neuroml2::Nml2Quantity_time | duration_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< duration_type, char > | duration_traits |
| Attribute traits type. | |
| const duration_type & | duration () const |
| Return a read-only (constant) reference to the attribute. More... | |
| duration_type & | duration () |
| Return a read-write reference to the attribute. More... | |
| void | duration (const duration_type &x) |
| Set the attribute value. More... | |
| void | duration (::std::unique_ptr< duration_type > p) |
| Set the attribute value without copying. More... | |
conditioningVoltage | |
Accessor and modifier functions for the conditioningVoltage required attribute. | |
| typedef ::neuroml2::Nml2Quantity_voltage | conditioningVoltage_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< conditioningVoltage_type, char > | conditioningVoltage_traits |
| Attribute traits type. | |
| const conditioningVoltage_type & | conditioningVoltage () const |
| Return a read-only (constant) reference to the attribute. More... | |
| conditioningVoltage_type & | conditioningVoltage () |
| Return a read-write reference to the attribute. More... | |
| void | conditioningVoltage (const conditioningVoltage_type &x) |
| Set the attribute value. More... | |
| void | conditioningVoltage (::std::unique_ptr< conditioningVoltage_type > p) |
| Set the attribute value without copying. More... | |
testingVoltage | |
Accessor and modifier functions for the testingVoltage required attribute. | |
| typedef ::neuroml2::Nml2Quantity_voltage | testingVoltage_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< testingVoltage_type, char > | testingVoltage_traits |
| Attribute traits type. | |
| const testingVoltage_type & | testingVoltage () const |
| Return a read-only (constant) reference to the attribute. More... | |
| testingVoltage_type & | testingVoltage () |
| Return a read-write reference to the attribute. More... | |
| void | testingVoltage (const testingVoltage_type &x) |
| Set the attribute value. More... | |
| void | testingVoltage (::std::unique_ptr< testingVoltage_type > p) |
| Set the attribute value without copying. More... | |
returnVoltage | |
Accessor and modifier functions for the returnVoltage required attribute. | |
| typedef ::neuroml2::Nml2Quantity_voltage | returnVoltage_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< returnVoltage_type, char > | returnVoltage_traits |
| Attribute traits type. | |
| const returnVoltage_type & | returnVoltage () const |
| Return a read-only (constant) reference to the attribute. More... | |
| returnVoltage_type & | returnVoltage () |
| Return a read-write reference to the attribute. More... | |
| void | returnVoltage (const returnVoltage_type &x) |
| Set the attribute value. More... | |
| void | returnVoltage (::std::unique_ptr< returnVoltage_type > p) |
| Set the attribute value without copying. More... | |
simpleSeriesResistance | |
Accessor and modifier functions for the simpleSeriesResistance required attribute. | |
| typedef ::neuroml2::Nml2Quantity_resistance | simpleSeriesResistance_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< simpleSeriesResistance_type, char > | simpleSeriesResistance_traits |
| Attribute traits type. | |
| const simpleSeriesResistance_type & | simpleSeriesResistance () const |
| Return a read-only (constant) reference to the attribute. More... | |
| simpleSeriesResistance_type & | simpleSeriesResistance () |
| Return a read-write reference to the attribute. More... | |
| void | simpleSeriesResistance (const simpleSeriesResistance_type &x) |
| Set the attribute value. More... | |
| void | simpleSeriesResistance (::std::unique_ptr< simpleSeriesResistance_type > p) |
| Set the attribute value without copying. More... | |
Constructors | |
| VoltageClampTriple (const id_type &, const active_type &, const delay_type &, const duration_type &, const conditioningVoltage_type &, const testingVoltage_type &, const returnVoltage_type &, const simpleSeriesResistance_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| VoltageClampTriple (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| VoltageClampTriple (const VoltageClampTriple &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual VoltageClampTriple * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| VoltageClampTriple & | operator= (const VoltageClampTriple &x) |
| Copy assignment operator. More... | |
| virtual | ~VoltageClampTriple () |
| Destructor. | |
Additional Inherited Members | |
Public Types inherited from neuroml2::Standalone | |
| typedef ::neuroml2::Notes | notes_type |
| Element type. | |
| typedef ::xsd::cxx::tree::optional< notes_type > | notes_optional |
| Element optional container type. | |
| typedef ::xsd::cxx::tree::traits< notes_type, char > | notes_traits |
| Element traits type. | |
| typedef ::neuroml2::Property | property_type |
| Element type. | |
| typedef ::xsd::cxx::tree::sequence< property_type > | property_sequence |
| Element sequence container type. | |
| typedef property_sequence::iterator | property_iterator |
| Element iterator type. | |
| typedef property_sequence::const_iterator | property_const_iterator |
| Element constant iterator type. | |
| typedef ::xsd::cxx::tree::traits< property_type, char > | property_traits |
| Element traits type. | |
| typedef ::neuroml2::Annotation | annotation_type |
| Element type. | |
| typedef ::xsd::cxx::tree::optional< annotation_type > | annotation_optional |
| Element optional container type. | |
| typedef ::xsd::cxx::tree::traits< annotation_type, char > | annotation_traits |
| Element traits type. | |
| typedef ::neuroml2::MetaId | metaid_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::optional< metaid_type > | metaid_optional |
| Attribute optional container type. | |
| typedef ::xsd::cxx::tree::traits< metaid_type, char > | metaid_traits |
| Attribute traits type. | |
Public Types inherited from neuroml2::Base | |
| typedef ::neuroml2::NmlId | id_type |
| Attribute type. | |
| typedef ::xsd::cxx::tree::traits< id_type, char > | id_traits |
| Attribute traits type. | |
Public Member Functions inherited from neuroml2::Standalone | |
| const notes_optional & | notes () const |
| Return a read-only (constant) reference to the element container. More... | |
| notes_optional & | notes () |
| Return a read-write reference to the element container. More... | |
| void | notes (const notes_type &x) |
| Set the element value. More... | |
| void | notes (const notes_optional &x) |
| Set the element value. More... | |
| void | notes (::std::unique_ptr< notes_type > p) |
| Set the element value without copying. More... | |
| const property_sequence & | property () const |
| Return a read-only (constant) reference to the element sequence. More... | |
| property_sequence & | property () |
| Return a read-write reference to the element sequence. More... | |
| void | property (const property_sequence &s) |
| Copy elements from a given sequence. More... | |
| const annotation_optional & | annotation () const |
| Return a read-only (constant) reference to the element container. More... | |
| annotation_optional & | annotation () |
| Return a read-write reference to the element container. More... | |
| void | annotation (const annotation_type &x) |
| Set the element value. More... | |
| void | annotation (const annotation_optional &x) |
| Set the element value. More... | |
| void | annotation (::std::unique_ptr< annotation_type > p) |
| Set the element value without copying. More... | |
| const metaid_optional & | metaid () const |
| Return a read-only (constant) reference to the attribute container. More... | |
| metaid_optional & | metaid () |
| Return a read-write reference to the attribute container. More... | |
| void | metaid (const metaid_type &x) |
| Set the attribute value. More... | |
| void | metaid (const metaid_optional &x) |
| Set the attribute value. More... | |
| void | metaid (::std::unique_ptr< metaid_type > p) |
| Set the attribute value without copying. More... | |
| Standalone (const id_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| Standalone (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| Standalone (const Standalone &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| Standalone & | operator= (const Standalone &x) |
| Copy assignment operator. More... | |
| virtual | ~Standalone () |
| Destructor. | |
Public Member Functions inherited from neuroml2::Base | |
| 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... | |
| Base (const id_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| Base (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| Base (const Base &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| Base & | operator= (const Base &x) |
| Copy assignment operator. More... | |
| virtual | ~Base () |
| 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. | |
Class corresponding to the VoltageClampTriple schema type.
Voltage clamp with 3 clamp levels. Applies a variable current i ( through simpleSeriesResistance ) to try to keep parent cell at conditioningVoltage until time delay, testingVoltage until delay + duration, and returnVoltage afterwards. Only enabled if active = 1.
:param active: Whether the voltage clamp is active ( 1 ) or inactive ( 0 ). :type active: none :param delay: Delay before switching from conditioningVoltage to testingVoltage. :type delay: time :param duration: Duration to hold at testingVoltage. :type duration: time :param conditioningVoltage: Target voltage before time delay :type conditioningVoltage: voltage :param testingVoltage: Target voltage between times delay and delay + duration :type testingVoltage: voltage :param returnVoltage: Target voltage after time duration :type returnVoltage: voltage :param simpleSeriesResistance: Current will be calculated by the difference in voltage between the target and parent, divided by this value :type simpleSeriesResistance: resistance
Definition at line 53707 of file NeuroML_v2.3.hxx.
| neuroml2::VoltageClampTriple::VoltageClampTriple | ( | 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 41569 of file NeuroML_v2.3.cxx.
| neuroml2::VoltageClampTriple::VoltageClampTriple | ( | const VoltageClampTriple & | 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 41554 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::Standalone.
Definition at line 41696 of file NeuroML_v2.3.cxx.
| VoltageClampTriple::active_type & neuroml2::VoltageClampTriple::active | ( | ) |
Return a read-write reference to the attribute.
Definition at line 13336 of file NeuroML_v2.3.cxx.
| const VoltageClampTriple::active_type & neuroml2::VoltageClampTriple::active | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 13330 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::active | ( | ::std::unique_ptr< active_type > | p | ) |
Set the attribute value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
Definition at line 13348 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::active | ( | const active_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 13342 of file NeuroML_v2.3.cxx.
| VoltageClampTriple::conditioningVoltage_type & neuroml2::VoltageClampTriple::conditioningVoltage | ( | ) |
Return a read-write reference to the attribute.
Definition at line 13408 of file NeuroML_v2.3.cxx.
| const VoltageClampTriple::conditioningVoltage_type & neuroml2::VoltageClampTriple::conditioningVoltage | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 13402 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::conditioningVoltage | ( | ::std::unique_ptr< conditioningVoltage_type > | p | ) |
Set the attribute value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
Definition at line 13420 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::conditioningVoltage | ( | const conditioningVoltage_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 13414 of file NeuroML_v2.3.cxx.
| VoltageClampTriple::delay_type & neuroml2::VoltageClampTriple::delay | ( | ) |
Return a read-write reference to the attribute.
Definition at line 13360 of file NeuroML_v2.3.cxx.
| const VoltageClampTriple::delay_type & neuroml2::VoltageClampTriple::delay | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 13354 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::delay | ( | ::std::unique_ptr< delay_type > | p | ) |
Set the attribute value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
Definition at line 13372 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::delay | ( | const delay_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 13366 of file NeuroML_v2.3.cxx.
| VoltageClampTriple::duration_type & neuroml2::VoltageClampTriple::duration | ( | ) |
Return a read-write reference to the attribute.
Definition at line 13384 of file NeuroML_v2.3.cxx.
| const VoltageClampTriple::duration_type & neuroml2::VoltageClampTriple::duration | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 13378 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::duration | ( | ::std::unique_ptr< duration_type > | p | ) |
Set the attribute value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
Definition at line 13396 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::duration | ( | const duration_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 13390 of file NeuroML_v2.3.cxx.
| VoltageClampTriple & neuroml2::VoltageClampTriple::operator= | ( | const VoltageClampTriple & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
Definition at line 41703 of file NeuroML_v2.3.cxx.
| VoltageClampTriple::returnVoltage_type & neuroml2::VoltageClampTriple::returnVoltage | ( | ) |
Return a read-write reference to the attribute.
Definition at line 13456 of file NeuroML_v2.3.cxx.
| const VoltageClampTriple::returnVoltage_type & neuroml2::VoltageClampTriple::returnVoltage | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 13450 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::returnVoltage | ( | ::std::unique_ptr< returnVoltage_type > | p | ) |
Set the attribute value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
Definition at line 13468 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::returnVoltage | ( | const returnVoltage_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 13462 of file NeuroML_v2.3.cxx.
| VoltageClampTriple::simpleSeriesResistance_type & neuroml2::VoltageClampTriple::simpleSeriesResistance | ( | ) |
Return a read-write reference to the attribute.
Definition at line 13480 of file NeuroML_v2.3.cxx.
| const VoltageClampTriple::simpleSeriesResistance_type & neuroml2::VoltageClampTriple::simpleSeriesResistance | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 13474 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::simpleSeriesResistance | ( | ::std::unique_ptr< simpleSeriesResistance_type > | p | ) |
Set the attribute value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
Definition at line 13492 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::simpleSeriesResistance | ( | const simpleSeriesResistance_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 13486 of file NeuroML_v2.3.cxx.
| VoltageClampTriple::testingVoltage_type & neuroml2::VoltageClampTriple::testingVoltage | ( | ) |
Return a read-write reference to the attribute.
Definition at line 13432 of file NeuroML_v2.3.cxx.
| const VoltageClampTriple::testingVoltage_type & neuroml2::VoltageClampTriple::testingVoltage | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 13426 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::testingVoltage | ( | ::std::unique_ptr< testingVoltage_type > | p | ) |
Set the attribute value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
Definition at line 13444 of file NeuroML_v2.3.cxx.
| void neuroml2::VoltageClampTriple::testingVoltage | ( | const testingVoltage_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 13438 of file NeuroML_v2.3.cxx.