AnimatLab
2
Test
|
Spiking chemical synapse type. More...
#include <SpikingChemicalSynapse.h>
Public Member Functions | |
SpikingChemicalSynapse () | |
Default constructor. More... | |
virtual | ~SpikingChemicalSynapse () |
Destructor. More... | |
bool | AllowForget () |
Gets whether forgetting is allowed. More... | |
void | AllowForgetting (bool bVal) |
Sets whether forgetting is allowed. More... | |
bool | AllowForgetting () |
Gets whether forgetting is allowed. More... | |
double | Consolidation () |
Gets the consolidation factor. More... | |
void | ConsolidationFactor (double dVal) |
Sets the consolidation factor. More... | |
double | ConsolidationFactor () |
Gets the consolidation factor. More... | |
void | DecayRate (double dVal) |
Sets the decay rate. More... | |
double | DecayRate () |
Gets the decay rate. More... | |
void | EquilibriumPotential (double dVal) |
Sets the equilibrium potential. More... | |
double | EquilibriumPotential () |
Gets the equilibrium potential. More... | |
double | FacilD () |
Gets the facilitation decrement value. More... | |
double | FacilDecay () |
Gets the facilitation decay. More... | |
void | FacilitationDecay (double dVal) |
Sets the facilitation decay. More... | |
double | FacilitationDecay () |
Gets the facilitation decay. More... | |
void | ForgettingTimeWindow (double dVal) |
Sets the forgetting time window. More... | |
double | ForgettingTimeWindow () |
Gets the forgetting time window. More... | |
double | ForgettingWindow () |
Gets the forgetting time window. More... | |
void | Hebbian (bool bVal) |
Sets whether this synapse uses Hebbian learning. More... | |
bool | Hebbian () |
Gets whether this synapse uses Hebbian learning. More... | |
double | HebbIncrement () |
Gets the hebbian increment. More... | |
double | HebbTimeWindow () |
Gets the learning time window. More... | |
void | LearningIncrement (double dVal) |
Sets the learning increment. More... | |
double | LearningIncrement () |
Gets the learning increment. More... | |
void | LearningTimeWindow (double dVal) |
Sets the learning time window. More... | |
double | LearningTimeWindow () |
Gets the learning time window. More... | |
virtual void | Load (CStdXml &oXml) |
void | MaxAugmentedConductance (double dVal) |
Sets the maximum augmented conductance. More... | |
double | MaxAugmentedConductance () |
Gets the maximum augmented conductance. More... | |
double | MaxGHebb () |
Gets the maximum augmented conductance. More... | |
double | MaxGVoltDepRel () |
Gets the maximum relative conductance. More... | |
void | MaxRelativeConductance (double dVal) |
Sets the maximum relative conductance. More... | |
double | MaxRelativeConductance () |
Gets the maximum relative conductance. More... | |
virtual void | QueryProperties (CStdPtrArray< TypeProperty > &aryProperties) |
void | RelativeFacilitation (double dVal) |
Sets the relative facilitation. More... | |
double | RelativeFacilitation () |
Gets the relative facilitation. More... | |
double | RelFacil () |
Gets the relative facilitation. More... | |
double | SatPSPot () |
Gets the saturation potential. More... | |
void | SaturatePotential (double dVal) |
Sets the saturation potential. More... | |
double | SaturatePotential () |
Gets the saturation potential. More... | |
virtual bool | SetData (const std::string &strDataType, const std::string &strValue, bool bThrowError=true) |
Set a variable based on a string data type name. More... | |
void | SynapticConductance (double dVal) |
Sets the synaptic conductance. More... | |
double | SynapticConductance () |
Gets the synaptic conductance. More... | |
void | ThresholdPotential (double dVal) |
Sets the threshold potential. More... | |
double | ThresholdPotential () |
Gets the threshold potential. More... | |
double | ThreshPSPot () |
Gets the threshold potential. More... | |
void | VoltageDependent (bool bVal) |
Sets whether this synapse is voltage dependent. More... | |
bool | VoltageDependent () |
Gets whether this synapse is voltage dependent. More... | |
bool | VoltDep () |
Gets whether this synapse is voltage dependent. More... | |
Public Member Functions inherited from IntegrateFireSim::Synapses::SynapseType | |
SynapseType () | |
Default constructor. More... | |
virtual | ~SynapseType () |
Destructor. More... | |
void | NeuralModule (IntegrateFireNeuralModule *lpModule) |
Sets the NeuralModule pointer. More... | |
virtual void | SetSystemPointers (Simulator *lpSim, Structure *lpStructure, AnimatSim::Behavior::NeuralModule *lpModule, Node *lpNode, bool bVerify) |
int | SynapseTypeID () |
Gets the synapse type identifier. More... | |
void | SynapseTypeID (int iID) |
Sets the synapse type identifier. More... | |
virtual void | VerifySystemPointers () |
Verify that system pointers have been set correctly. More... | |
Public Member Functions inherited from AnimatSim::AnimatBase | |
AnimatBase () | |
Constructs an AnimatBase object. More... | |
virtual | ~AnimatBase () |
Destroys the AnimatBase object.. More... | |
virtual bool | AddItem (const std::string &strItemType, const std::string &strXml, bool bThrowError=true, bool bDoNotInit=false) |
Adds a new object to this parent. More... | |
virtual void | AfterResetSimulation () |
Called after a simulation reset for some objects. More... | |
virtual long | CalculateSnapshotByteSize () |
Calculates the snapshot byte size. More... | |
virtual void | Copy (CStdSerialize *lpSource) |
virtual void | Enabled (bool bVal) |
Tells whether this item is enabled or not. This is not actually used for all objects, only specific ones. I am putting it in the base class though to prevent numerous duplications. More... | |
virtual bool | Enabled () |
Tells whether this item is enabled or not. This is not actually used for all objects, only specific ones. I am putting it in the base class though to prevent numerous duplications. More... | |
virtual float * | GetDataPointer (const std::string &strDataType) |
Returns a float pointer to a data item of interest in this object. More... | |
virtual NeuralModule * | GetNeuralModule () |
Gets the neural module. More... | |
virtual Node * | GetNode () |
Gets the node. More... | |
virtual Simulator * | GetSimulator () |
Gets the simulator pointer. More... | |
virtual Structure * | GetStructure () |
Gets the structure for this node. More... | |
virtual bool | HasProperty (const std::string &strName) |
Queries this object if it has a property with the given name. More... | |
virtual std::string | ID () |
Gets the unique GUID ID of this object. More... | |
virtual void | ID (std::string strValue) |
Sets the unique GUID ID of the object. More... | |
virtual void | Initialize () |
Initializes this object. More... | |
virtual void | Kill (bool bState=true) |
Kills. More... | |
virtual void | Load (StdUtils::CStdXml &oXml) |
Loads the item using an XML data packet. More... | |
virtual void | LoadKeyFrameSnapshot (byte *aryBytes, long &lIndex) |
Loads a key frame snapshot. More... | |
virtual std::string | Name () |
Gets the name of this object. More... | |
virtual void | Name (std::string strValue) |
Sets the name of the object. Blank is acceptable. More... | |
virtual AnimatPropertyType | PropertyType (const std::string &strName) |
virtual void | QueryProperties (CStdPtrArray< TypeProperty > &aryProperties) |
Queries this object for a list of properties that can be changed using SetData. More... | |
virtual void | ReInitialize () |
Re-initialize this object. More... | |
virtual bool | RemoveItem (const std::string &strItemType, const std::string &strID, bool bThrowError=true) |
Removes a child item from this parent. More... | |
virtual void | Reset () |
Resets this object. More... | |
virtual void | ResetSimulation () |
Resets the simulation back to time 0. More... | |
virtual void | RigidBodyAdded (std::string strID) |
virtual void | RigidBodyRemoved (std::string strID) |
virtual void | SaveKeyFrameSnapshot (byte *aryBytes, long &lIndex) |
Saves a key frame snapshot. More... | |
virtual bool | Selected () |
Tells if this items is selected or not. More... | |
virtual void | Selected (bool bValue, bool bSelectMultiple) |
Selects this object. More... | |
virtual bool | SetData (const std::string &strDataType, const float fltValue, bool bThrowError=true) |
Set a variable based on a string data type name. More... | |
virtual bool | SetData (const std::string &strDataType, const long lValue, bool bThrowError=true) |
Set a variable based on a string data type name. More... | |
virtual void | SetSystemPointers (Simulator *lpSim, Structure *lpStructure, NeuralModule *lpModule, Node *lpNode, bool bVerify) |
Sets the system pointers. More... | |
virtual void | SimPausing () |
Called just before the simulation pauses. More... | |
virtual void | SimStarting () |
Called just before the simulation starts. More... | |
virtual void | SimStopping () |
Called just before the simulation stops. More... | |
virtual void | StepSimulation () |
Step the simulation for this object. More... | |
virtual void | TimeStepModified () |
Notification method that the time step modified has been modified. Objects should recalculate any slice times as needed. More... | |
virtual std::string | Type () |
returns the string type name of this object. More... | |
virtual void | Type (std::string strValue) |
Sets the class type for this object. More... | |
virtual void | VisualSelectionModeChanged (int iNewMode) |
Visual selection mode changed. More... | |
Protected Attributes | |
bool | m_bAllowForget |
true if forgetting is allowed. | |
bool | m_bHebbian |
true if hebbian learning is used. | |
bool | m_bVoltDep |
true if voltage dependent | |
double | m_dConsolidation |
The consolidation factor. | |
double | m_dDecay |
The synaptic decay. | |
double | m_dEquil |
The equilibruim potential. | |
double | m_dFacilD |
The facilitation. | |
double | m_dFacilDecay |
The facilitation decay. | |
double | m_dForgetTime |
Forgetting time window. | |
double | m_dLearningInc |
The learning increment. | |
double | m_dLearningTime |
Learning time window. | |
double | m_dMaxAugCond |
The maximum augmented conductance. | |
double | m_dMaxRelCond |
The maximum relative conductance. | |
double | m_dRelFacil |
The relative facilitation amount. | |
double | m_dSatPSPot |
The saturation post-synaptic potential. | |
double | m_dSynAmp |
base syn amp, before vd or hebb | |
double | m_dThreshPSPot |
The threshold post-synaptic potential. | |
Protected Attributes inherited from IntegrateFireSim::Synapses::SynapseType | |
int | m_iSynapseTypeID |
Integre ID for the synapse type. | |
IntegrateFireNeuralModule * | m_lpIGFModule |
Pointer to the parent IntegrateFireNeuralModule. | |
Protected Attributes inherited from AnimatSim::AnimatBase | |
bool | m_bEnabled |
Tells if this item is enabled or not. If it is not enabled then it is not run. | |
bool | m_bSelected |
Tells whether the object is selected or not. | |
AnimatSim::Behavior::NeuralModule * | m_lpModule |
The pointer to this items parentNeuralModule. If this is not relevant for this object then this is NULL. | |
Node * | m_lpNode |
The pointer to this items parent Node. If this is not relevant for this object then this is NULL. | |
Simulator * | m_lpSim |
The pointer to a Simulation. | |
AnimatSim::Environment::Structure * | m_lpStructure |
The pointer to this items parent Structure. If this is not relevant for this object then this is NULL. | |
std::string | m_strID |
The unique Id for this object. | |
std::string | m_strName |
The name for this object. | |
std::string | m_strType |
The type for this object. Examples are Box, Plane, Neuron, etc.. | |
Friends | |
class | IntegrateFireSim::IntegrateFireNeuralModule |
class | IntegrateFireSim::Neuron |
Spiking chemical synapse type.
This synapse type increases the conductance to the max value when a spike occurs and then it decays exponentially back to zero.
Definition at line 22 of file SpikingChemicalSynapse.h.
IntegrateFireSim::Synapses::SpikingChemicalSynapse::SpikingChemicalSynapse | ( | ) |
Default constructor.
Definition at line 31 of file SpikingChemicalSynapse.cpp.
References m_bAllowForget, m_bHebbian, m_bVoltDep, m_dConsolidation, m_dDecay, m_dEquil, m_dFacilD, m_dFacilDecay, m_dForgetTime, m_dLearningInc, m_dLearningTime, m_dMaxAugCond, m_dMaxRelCond, m_dRelFacil, m_dSatPSPot, m_dSynAmp, and m_dThreshPSPot.
|
virtual |
bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::AllowForget | ( | ) |
Gets whether forgetting is allowed.
Definition at line 460 of file SpikingChemicalSynapse.cpp.
References m_bAllowForget.
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::AllowForgetting | ( | bool | bVal | ) |
Sets whether forgetting is allowed.
bVal | true to allow forgetting. |
Definition at line 440 of file SpikingChemicalSynapse.cpp.
References m_bAllowForget.
Referenced by IntegrateFireSim::Synapses::Connexion::AllowForgetting().
bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::AllowForgetting | ( | ) |
Gets whether forgetting is allowed.
Definition at line 450 of file SpikingChemicalSynapse.cpp.
References m_bAllowForget.
Referenced by SetData().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::Consolidation | ( | ) |
Gets the consolidation factor.
Definition at line 520 of file SpikingChemicalSynapse.cpp.
References m_dConsolidation.
Referenced by IntegrateFireSim::Synapses::Connexion::Consolidation().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::ConsolidationFactor | ( | double | dVal | ) |
Sets the consolidation factor.
dVal | The new value. |
Definition at line 500 of file SpikingChemicalSynapse.cpp.
References m_dConsolidation.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ConsolidationFactor | ( | ) |
Gets the consolidation factor.
Definition at line 510 of file SpikingChemicalSynapse.cpp.
References m_dConsolidation.
Referenced by SetData().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::DecayRate | ( | double | dVal | ) |
Sets the decay rate.
dVal | The new value. |
Definition at line 115 of file SpikingChemicalSynapse.cpp.
References m_dDecay.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::DecayRate | ( | ) |
Gets the decay rate.
Definition at line 125 of file SpikingChemicalSynapse.cpp.
References m_dDecay.
Referenced by SetData().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::EquilibriumPotential | ( | double | dVal | ) |
Sets the equilibrium potential.
dVal | The new value. |
Definition at line 75 of file SpikingChemicalSynapse.cpp.
References m_dEquil.
Referenced by IntegrateFireSim::Neuron::CalcUpdate().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::EquilibriumPotential | ( | ) |
Gets the equilibrium potential.
Definition at line 85 of file SpikingChemicalSynapse.cpp.
References m_dEquil.
Referenced by SetData().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilD | ( | ) |
Gets the facilitation decrement value.
Definition at line 135 of file SpikingChemicalSynapse.cpp.
References m_dFacilD.
Referenced by IntegrateFireSim::Synapses::Connexion::FacilD().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilDecay | ( | ) |
Gets the facilitation decay.
Definition at line 200 of file SpikingChemicalSynapse.cpp.
References m_dFacilDecay.
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilitationDecay | ( | double | dVal | ) |
Sets the facilitation decay.
dVal | The new value. |
Definition at line 175 of file SpikingChemicalSynapse.cpp.
References m_dFacilD, m_dFacilDecay, AnimatSim::AnimatBase::m_lpModule, StdUtils::Std_IsAboveMin(), and AnimatSim::Behavior::NeuralModule::TimeStep().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilitationDecay | ( | ) |
Gets the facilitation decay.
Definition at line 190 of file SpikingChemicalSynapse.cpp.
References m_dFacilDecay.
Referenced by SetData().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::ForgettingTimeWindow | ( | double | dVal | ) |
Sets the forgetting time window.
dVal | The new value. |
Definition at line 470 of file SpikingChemicalSynapse.cpp.
References m_dForgetTime.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ForgettingTimeWindow | ( | ) |
Gets the forgetting time window.
Definition at line 480 of file SpikingChemicalSynapse.cpp.
References m_dForgetTime.
Referenced by SetData().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ForgettingWindow | ( | ) |
Gets the forgetting time window.
Definition at line 490 of file SpikingChemicalSynapse.cpp.
References m_dForgetTime.
Referenced by IntegrateFireSim::Synapses::Connexion::ForgettingWindow().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::Hebbian | ( | bool | bVal | ) |
Sets whether this synapse uses Hebbian learning.
bVal | true to use Hebbian learning. |
Definition at line 330 of file SpikingChemicalSynapse.cpp.
References m_bHebbian.
Referenced by IntegrateFireSim::Synapses::Connexion::Hebbian().
bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::Hebbian | ( | ) |
Gets whether this synapse uses Hebbian learning.
Definition at line 340 of file SpikingChemicalSynapse.cpp.
References m_bHebbian.
Referenced by SetData().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::HebbIncrement | ( | ) |
Gets the hebbian increment.
Definition at line 400 of file SpikingChemicalSynapse.cpp.
References m_dLearningInc.
Referenced by IntegrateFireSim::Synapses::Connexion::HebbIncrement().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::HebbTimeWindow | ( | ) |
Gets the learning time window.
Definition at line 430 of file SpikingChemicalSynapse.cpp.
References m_dLearningTime.
Referenced by IntegrateFireSim::Synapses::Connexion::HebbTimeWindow().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningIncrement | ( | double | dVal | ) |
Sets the learning increment.
dVal | The new value. |
Definition at line 380 of file SpikingChemicalSynapse.cpp.
References m_dLearningInc.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningIncrement | ( | ) |
Gets the learning increment.
Definition at line 390 of file SpikingChemicalSynapse.cpp.
References m_dLearningInc.
Referenced by SetData().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningTimeWindow | ( | double | dVal | ) |
Sets the learning time window.
dVal | The new value. |
Definition at line 410 of file SpikingChemicalSynapse.cpp.
References m_dLearningTime.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningTimeWindow | ( | ) |
Gets the learning time window.
Definition at line 420 of file SpikingChemicalSynapse.cpp.
References m_dLearningTime.
Referenced by SetData().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxAugmentedConductance | ( | double | dVal | ) |
Sets the maximum augmented conductance.
dVal | The new value. |
Definition at line 350 of file SpikingChemicalSynapse.cpp.
References m_dMaxAugCond.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxAugmentedConductance | ( | ) |
Gets the maximum augmented conductance.
Definition at line 360 of file SpikingChemicalSynapse.cpp.
References m_dMaxAugCond.
Referenced by SetData().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxGHebb | ( | ) |
Gets the maximum augmented conductance.
Definition at line 370 of file SpikingChemicalSynapse.cpp.
References m_dMaxAugCond.
Referenced by IntegrateFireSim::Synapses::Connexion::MaxGHebb().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxGVoltDepRel | ( | ) |
Gets the maximum relative conductance.
Definition at line 260 of file SpikingChemicalSynapse.cpp.
References m_dMaxRelCond.
Referenced by IntegrateFireSim::Synapses::Connexion::MaxGVoltDepRel().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxRelativeConductance | ( | double | dVal | ) |
Sets the maximum relative conductance.
dVal | The new value. |
Definition at line 240 of file SpikingChemicalSynapse.cpp.
References m_dMaxRelCond.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxRelativeConductance | ( | ) |
Gets the maximum relative conductance.
Definition at line 250 of file SpikingChemicalSynapse.cpp.
References m_dMaxRelCond.
Referenced by SetData().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::RelativeFacilitation | ( | double | dVal | ) |
Sets the relative facilitation.
dVal | The new value. |
Definition at line 145 of file SpikingChemicalSynapse.cpp.
References m_dRelFacil.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::RelativeFacilitation | ( | ) |
Gets the relative facilitation.
Definition at line 155 of file SpikingChemicalSynapse.cpp.
References m_dRelFacil.
Referenced by SetData().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::RelFacil | ( | ) |
Gets the relative facilitation.
Definition at line 165 of file SpikingChemicalSynapse.cpp.
References m_dRelFacil.
Referenced by IntegrateFireSim::Synapses::Connexion::RelFacil().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::SatPSPot | ( | ) |
Gets the saturation potential.
Definition at line 290 of file SpikingChemicalSynapse.cpp.
References m_dSatPSPot.
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::SaturatePotential | ( | double | dVal | ) |
Sets the saturation potential.
dVal | The new value. |
Definition at line 270 of file SpikingChemicalSynapse.cpp.
References m_dSatPSPot.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::SaturatePotential | ( | ) |
Gets the saturation potential.
Definition at line 280 of file SpikingChemicalSynapse.cpp.
References m_dSatPSPot.
Referenced by SetData().
|
virtual |
Set a variable based on a string data type name.
This is a generic method that can be used to set any variable in an AnimatBase object by specifying the name of the variable and a string representation of that data. The GUI uses this method to set data into variables in the simulation when the user changes them in the UI. The value string can be as simple as a float or int, or as complex as an xml packet. It is the developers responsibilty to know what type of data is needed and to process it accordingly.
strDataType | string name of the data type to set. |
strValue | The string value of the data. It is up to the developer to determine what this should be. For example, in most cases it is simply a float and you just have to convert it to a float and make the appropriate mutator method call. However, it can be any type of string, including an entire xml packet. It is the developers responsibility to know how to set and process the data as required. |
bThrowError | true to throw error if there is a problem. If false then it will not return an error, just return false. |
Reimplemented from AnimatSim::AnimatBase.
Definition at line 527 of file SpikingChemicalSynapse.cpp.
References AllowForgetting(), ConsolidationFactor(), DecayRate(), EquilibriumPotential(), FacilitationDecay(), ForgettingTimeWindow(), Hebbian(), LearningIncrement(), LearningTimeWindow(), MaxAugmentedConductance(), MaxRelativeConductance(), RelativeFacilitation(), SaturatePotential(), StdUtils::Std_CheckString(), StdUtils::Std_ToBool(), SynapticConductance(), ThresholdPotential(), and VoltageDependent().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::SynapticConductance | ( | double | dVal | ) |
Sets the synaptic conductance.
dVal | The new value. |
Definition at line 95 of file SpikingChemicalSynapse.cpp.
References m_dSynAmp.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::SynapticConductance | ( | ) |
Gets the synaptic conductance.
Definition at line 105 of file SpikingChemicalSynapse.cpp.
References m_dSynAmp.
Referenced by SetData().
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::ThresholdPotential | ( | double | dVal | ) |
Sets the threshold potential.
dVal | The new value. |
Definition at line 300 of file SpikingChemicalSynapse.cpp.
References m_dThreshPSPot.
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ThresholdPotential | ( | ) |
Gets the threshold potential.
Definition at line 310 of file SpikingChemicalSynapse.cpp.
References m_dThreshPSPot.
Referenced by SetData().
double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ThreshPSPot | ( | ) |
Gets the threshold potential.
Definition at line 320 of file SpikingChemicalSynapse.cpp.
References m_dThreshPSPot.
void IntegrateFireSim::Synapses::SpikingChemicalSynapse::VoltageDependent | ( | bool | bVal | ) |
Sets whether this synapse is voltage dependent.
bVal | true if voltage dependent. |
Definition at line 210 of file SpikingChemicalSynapse.cpp.
References m_bVoltDep.
bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::VoltageDependent | ( | ) |
Gets whether this synapse is voltage dependent.
Definition at line 220 of file SpikingChemicalSynapse.cpp.
References m_bVoltDep.
Referenced by SetData().
bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::VoltDep | ( | ) |
Gets whether this synapse is voltage dependent.
Definition at line 230 of file SpikingChemicalSynapse.cpp.
References m_bVoltDep.
Referenced by IntegrateFireSim::Synapses::Connexion::VoltDep().