NeuroML C++ API  2.3.0
C++ API for NeuroML 2
List of all members
neuroml2::Izhikevich2007Cell Class Reference

Class corresponding to the Izhikevich2007Cell schema type. More...

#include <NeuroML_v2.3.hxx>

+ Inheritance diagram for neuroml2::Izhikevich2007Cell:
+ Collaboration diagram for neuroml2::Izhikevich2007Cell:

v0

Accessor and modifier functions for the v0 required attribute.

typedef ::neuroml2::Nml2Quantity_voltage v0_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< v0_type, char > v0_traits
 Attribute traits type.
 
const v0_typev0 () const
 Return a read-only (constant) reference to the attribute. More...
 
v0_typev0 ()
 Return a read-write reference to the attribute. More...
 
void v0 (const v0_type &x)
 Set the attribute value. More...
 
void v0 (::std::unique_ptr< v0_type > p)
 Set the attribute value without copying. More...
 

k

Accessor and modifier functions for the k required attribute.

typedef ::neuroml2::Nml2Quantity_conductancePerVoltage k_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< k_type, char > k_traits
 Attribute traits type.
 
const k_typek () const
 Return a read-only (constant) reference to the attribute. More...
 
k_typek ()
 Return a read-write reference to the attribute. More...
 
void k (const k_type &x)
 Set the attribute value. More...
 
void k (::std::unique_ptr< k_type > p)
 Set the attribute value without copying. More...
 

vr

Accessor and modifier functions for the vr required attribute.

typedef ::neuroml2::Nml2Quantity_voltage vr_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< vr_type, char > vr_traits
 Attribute traits type.
 
const vr_typevr () const
 Return a read-only (constant) reference to the attribute. More...
 
vr_typevr ()
 Return a read-write reference to the attribute. More...
 
void vr (const vr_type &x)
 Set the attribute value. More...
 
void vr (::std::unique_ptr< vr_type > p)
 Set the attribute value without copying. More...
 

vt

Accessor and modifier functions for the vt required attribute.

typedef ::neuroml2::Nml2Quantity_voltage vt_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< vt_type, char > vt_traits
 Attribute traits type.
 
const vt_typevt () const
 Return a read-only (constant) reference to the attribute. More...
 
vt_typevt ()
 Return a read-write reference to the attribute. More...
 
void vt (const vt_type &x)
 Set the attribute value. More...
 
void vt (::std::unique_ptr< vt_type > p)
 Set the attribute value without copying. More...
 

vpeak

Accessor and modifier functions for the vpeak required attribute.

typedef ::neuroml2::Nml2Quantity_voltage vpeak_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< vpeak_type, char > vpeak_traits
 Attribute traits type.
 
const vpeak_typevpeak () const
 Return a read-only (constant) reference to the attribute. More...
 
vpeak_typevpeak ()
 Return a read-write reference to the attribute. More...
 
void vpeak (const vpeak_type &x)
 Set the attribute value. More...
 
void vpeak (::std::unique_ptr< vpeak_type > p)
 Set the attribute value without copying. More...
 

a

Accessor and modifier functions for the a required attribute.

typedef ::neuroml2::Nml2Quantity_pertime a_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< a_type, char > a_traits
 Attribute traits type.
 
const a_typea () const
 Return a read-only (constant) reference to the attribute. More...
 
a_typea ()
 Return a read-write reference to the attribute. More...
 
void a (const a_type &x)
 Set the attribute value. More...
 
void a (::std::unique_ptr< a_type > p)
 Set the attribute value without copying. More...
 

b

Accessor and modifier functions for the b required attribute.

typedef ::neuroml2::Nml2Quantity_conductance b_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< b_type, char > b_traits
 Attribute traits type.
 
const b_typeb () const
 Return a read-only (constant) reference to the attribute. More...
 
b_typeb ()
 Return a read-write reference to the attribute. More...
 
void b (const b_type &x)
 Set the attribute value. More...
 
void b (::std::unique_ptr< b_type > p)
 Set the attribute value without copying. More...
 

c

Accessor and modifier functions for the c required attribute.

typedef ::neuroml2::Nml2Quantity_voltage c_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< c_type, char > c_traits
 Attribute traits type.
 
const c_typec () const
 Return a read-only (constant) reference to the attribute. More...
 
c_typec ()
 Return a read-write reference to the attribute. More...
 
void c (const c_type &x)
 Set the attribute value. More...
 
void c (::std::unique_ptr< c_type > p)
 Set the attribute value without copying. More...
 

d

Accessor and modifier functions for the d required attribute.

typedef ::neuroml2::Nml2Quantity_current d_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< d_type, char > d_traits
 Attribute traits type.
 
const d_typed () const
 Return a read-only (constant) reference to the attribute. More...
 
d_typed ()
 Return a read-write reference to the attribute. More...
 
void d (const d_type &x)
 Set the attribute value. More...
 
void d (::std::unique_ptr< d_type > p)
 Set the attribute value without copying. More...
 

Constructors

 Izhikevich2007Cell (const id_type &, const C_type &, const v0_type &, const k_type &, const vr_type &, const vt_type &, const vpeak_type &, const a_type &, const b_type &, const c_type &, const d_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 Izhikevich2007Cell (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 Izhikevich2007Cell (const Izhikevich2007Cell &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual Izhikevich2007Cell_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
Izhikevich2007Celloperator= (const Izhikevich2007Cell &x)
 Copy assignment operator. More...
 
virtual ~Izhikevich2007Cell ()
 Destructor.
 

Additional Inherited Members

- Public Types inherited from neuroml2::BaseCellMembPotCap
typedef ::neuroml2::Nml2Quantity_capacitance C_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< C_type, char > C_traits
 Attribute traits type.
 
- Public Types inherited from neuroml2::BaseCell
typedef ::neuroml2::NeuroLexId neuroLexId_type
 Attribute type.
 
typedef ::xsd::cxx::tree::optional< neuroLexId_typeneuroLexId_optional
 Attribute optional container type.
 
typedef ::xsd::cxx::tree::traits< neuroLexId_type, char > neuroLexId_traits
 Attribute traits type.
 
- Public Types inherited from neuroml2::Standalone
typedef ::neuroml2::Notes notes_type
 Element type.
 
typedef ::xsd::cxx::tree::optional< notes_typenotes_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_typeproperty_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_typeannotation_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_typemetaid_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::BaseCellMembPotCap
const C_typeC () const
 Return a read-only (constant) reference to the attribute. More...
 
C_typeC ()
 Return a read-write reference to the attribute. More...
 
void C (const C_type &x)
 Set the attribute value. More...
 
void C (::std::unique_ptr< C_type > p)
 Set the attribute value without copying. More...
 
 BaseCellMembPotCap (const id_type &, const C_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 BaseCellMembPotCap (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 BaseCellMembPotCap (const BaseCellMembPotCap &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
BaseCellMembPotCapoperator= (const BaseCellMembPotCap &x)
 Copy assignment operator. More...
 
virtual ~BaseCellMembPotCap ()
 Destructor.
 
- Public Member Functions inherited from neuroml2::BaseCell
const neuroLexId_optionalneuroLexId () const
 Return a read-only (constant) reference to the attribute container. More...
 
neuroLexId_optionalneuroLexId ()
 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...
 
 BaseCell (const id_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 BaseCell (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 BaseCell (const BaseCell &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
BaseCelloperator= (const BaseCell &x)
 Copy assignment operator. More...
 
virtual ~BaseCell ()
 Destructor.
 
- Public Member Functions inherited from neuroml2::Standalone
const notes_optionalnotes () const
 Return a read-only (constant) reference to the element container. More...
 
notes_optionalnotes ()
 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_sequenceproperty () const
 Return a read-only (constant) reference to the element sequence. More...
 
property_sequenceproperty ()
 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_optionalannotation () const
 Return a read-only (constant) reference to the element container. More...
 
annotation_optionalannotation ()
 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_optionalmetaid () const
 Return a read-only (constant) reference to the attribute container. More...
 
metaid_optionalmetaid ()
 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...
 
Standaloneoperator= (const Standalone &x)
 Copy assignment operator. More...
 
virtual ~Standalone ()
 Destructor.
 
- Public Member Functions inherited from neuroml2::Base
const id_typeid () const
 Return a read-only (constant) reference to the attribute. More...
 
id_typeid ()
 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...
 
Baseoperator= (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.
 

Detailed Description

Class corresponding to the Izhikevich2007Cell schema type.

Cell based on the modified Izhikevich model in Izhikevich 2007, Dynamical systems in neuroscience, MIT Press
:param v0: Initial membrane potential :type v0: voltage :param k: :type k: conductance_per_voltage :param vr: Resting membrane potential :type vr: voltage :param vt: Spike threshold :type vt: voltage :param vpeak: Peak action potential value :type vpeak: voltage :param a: Time scale of recovery variable u :type a: per_time :param b: Sensitivity of recovery variable u to subthreshold fluctuations of membrane potential v :type b: conductance :param c: After-spike reset value of v :type c: voltage :param d: After-spike increase to u :type d: current :param C: Total capacitance of the cell membrane :type C: capacitance

Definition at line 33280 of file NeuroML_v2.3.hxx.

Constructor & Destructor Documentation

◆ Izhikevich2007Cell() [1/2]

neuroml2::Izhikevich2007Cell::Izhikevich2007Cell ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM element.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.

Definition at line 32243 of file NeuroML_v2.3.cxx.

◆ Izhikevich2007Cell() [2/2]

neuroml2::Izhikevich2007Cell::Izhikevich2007Cell ( const Izhikevich2007Cell x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Copy constructor.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA pointer to the object that will contain the copy.

For polymorphic object models use the _clone function instead.

Definition at line 32226 of file NeuroML_v2.3.cxx.

Member Function Documentation

◆ _clone()

Izhikevich2007Cell * neuroml2::Izhikevich2007Cell::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA pointer to the object that will contain the copy.
Returns
A pointer to the dynamically allocated 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::BaseCellMembPotCap.

Definition at line 32398 of file NeuroML_v2.3.cxx.

◆ a() [1/4]

Izhikevich2007Cell::a_type & neuroml2::Izhikevich2007Cell::a ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7905 of file NeuroML_v2.3.cxx.

◆ a() [2/4]

const Izhikevich2007Cell::a_type & neuroml2::Izhikevich2007Cell::a ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7899 of file NeuroML_v2.3.cxx.

◆ a() [3/4]

void neuroml2::Izhikevich2007Cell::a ( ::std::unique_ptr< a_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7917 of file NeuroML_v2.3.cxx.

◆ a() [4/4]

void neuroml2::Izhikevich2007Cell::a ( const a_type x)

Set the attribute value.

Parameters
xA 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 7911 of file NeuroML_v2.3.cxx.

◆ b() [1/4]

Izhikevich2007Cell::b_type & neuroml2::Izhikevich2007Cell::b ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7929 of file NeuroML_v2.3.cxx.

◆ b() [2/4]

const Izhikevich2007Cell::b_type & neuroml2::Izhikevich2007Cell::b ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7923 of file NeuroML_v2.3.cxx.

◆ b() [3/4]

void neuroml2::Izhikevich2007Cell::b ( ::std::unique_ptr< b_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7941 of file NeuroML_v2.3.cxx.

◆ b() [4/4]

void neuroml2::Izhikevich2007Cell::b ( const b_type x)

Set the attribute value.

Parameters
xA 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 7935 of file NeuroML_v2.3.cxx.

◆ c() [1/4]

Izhikevich2007Cell::c_type & neuroml2::Izhikevich2007Cell::c ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7953 of file NeuroML_v2.3.cxx.

◆ c() [2/4]

const Izhikevich2007Cell::c_type & neuroml2::Izhikevich2007Cell::c ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7947 of file NeuroML_v2.3.cxx.

◆ c() [3/4]

void neuroml2::Izhikevich2007Cell::c ( ::std::unique_ptr< c_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7965 of file NeuroML_v2.3.cxx.

◆ c() [4/4]

void neuroml2::Izhikevich2007Cell::c ( const c_type x)

Set the attribute value.

Parameters
xA 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 7959 of file NeuroML_v2.3.cxx.

◆ d() [1/4]

Izhikevich2007Cell::d_type & neuroml2::Izhikevich2007Cell::d ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7977 of file NeuroML_v2.3.cxx.

◆ d() [2/4]

const Izhikevich2007Cell::d_type & neuroml2::Izhikevich2007Cell::d ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7971 of file NeuroML_v2.3.cxx.

◆ d() [3/4]

void neuroml2::Izhikevich2007Cell::d ( ::std::unique_ptr< d_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7989 of file NeuroML_v2.3.cxx.

◆ d() [4/4]

void neuroml2::Izhikevich2007Cell::d ( const d_type x)

Set the attribute value.

Parameters
xA 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 7983 of file NeuroML_v2.3.cxx.

◆ k() [1/4]

Izhikevich2007Cell::k_type & neuroml2::Izhikevich2007Cell::k ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7809 of file NeuroML_v2.3.cxx.

◆ k() [2/4]

const Izhikevich2007Cell::k_type & neuroml2::Izhikevich2007Cell::k ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7803 of file NeuroML_v2.3.cxx.

◆ k() [3/4]

void neuroml2::Izhikevich2007Cell::k ( ::std::unique_ptr< k_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7821 of file NeuroML_v2.3.cxx.

◆ k() [4/4]

void neuroml2::Izhikevich2007Cell::k ( const k_type x)

Set the attribute value.

Parameters
xA 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 7815 of file NeuroML_v2.3.cxx.

◆ operator=()

Izhikevich2007Cell & neuroml2::Izhikevich2007Cell::operator= ( const Izhikevich2007Cell x)

Copy assignment operator.

Parameters
xAn instance to make a copy of.
Returns
A reference to itself.

For polymorphic object models use the _clone function instead.

Definition at line 32405 of file NeuroML_v2.3.cxx.

◆ v0() [1/4]

Izhikevich2007Cell::v0_type & neuroml2::Izhikevich2007Cell::v0 ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7785 of file NeuroML_v2.3.cxx.

◆ v0() [2/4]

const Izhikevich2007Cell::v0_type & neuroml2::Izhikevich2007Cell::v0 ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7779 of file NeuroML_v2.3.cxx.

◆ v0() [3/4]

void neuroml2::Izhikevich2007Cell::v0 ( ::std::unique_ptr< v0_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7797 of file NeuroML_v2.3.cxx.

◆ v0() [4/4]

void neuroml2::Izhikevich2007Cell::v0 ( const v0_type x)

Set the attribute value.

Parameters
xA 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 7791 of file NeuroML_v2.3.cxx.

◆ vpeak() [1/4]

Izhikevich2007Cell::vpeak_type & neuroml2::Izhikevich2007Cell::vpeak ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7881 of file NeuroML_v2.3.cxx.

◆ vpeak() [2/4]

const Izhikevich2007Cell::vpeak_type & neuroml2::Izhikevich2007Cell::vpeak ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7875 of file NeuroML_v2.3.cxx.

◆ vpeak() [3/4]

void neuroml2::Izhikevich2007Cell::vpeak ( ::std::unique_ptr< vpeak_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7893 of file NeuroML_v2.3.cxx.

◆ vpeak() [4/4]

void neuroml2::Izhikevich2007Cell::vpeak ( const vpeak_type x)

Set the attribute value.

Parameters
xA 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 7887 of file NeuroML_v2.3.cxx.

◆ vr() [1/4]

Izhikevich2007Cell::vr_type & neuroml2::Izhikevich2007Cell::vr ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7833 of file NeuroML_v2.3.cxx.

◆ vr() [2/4]

const Izhikevich2007Cell::vr_type & neuroml2::Izhikevich2007Cell::vr ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7827 of file NeuroML_v2.3.cxx.

◆ vr() [3/4]

void neuroml2::Izhikevich2007Cell::vr ( ::std::unique_ptr< vr_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7845 of file NeuroML_v2.3.cxx.

◆ vr() [4/4]

void neuroml2::Izhikevich2007Cell::vr ( const vr_type x)

Set the attribute value.

Parameters
xA 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 7839 of file NeuroML_v2.3.cxx.

◆ vt() [1/4]

Izhikevich2007Cell::vt_type & neuroml2::Izhikevich2007Cell::vt ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 7857 of file NeuroML_v2.3.cxx.

◆ vt() [2/4]

const Izhikevich2007Cell::vt_type & neuroml2::Izhikevich2007Cell::vt ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 7851 of file NeuroML_v2.3.cxx.

◆ vt() [3/4]

void neuroml2::Izhikevich2007Cell::vt ( ::std::unique_ptr< vt_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 7869 of file NeuroML_v2.3.cxx.

◆ vt() [4/4]

void neuroml2::Izhikevich2007Cell::vt ( const vt_type x)

Set the attribute value.

Parameters
xA 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 7863 of file NeuroML_v2.3.cxx.


The documentation for this class was generated from the following files: