AnimatLab  2
Test
IntegrateFireSim::Synapses::SpikingChemicalSynapse Class Reference

Spiking chemical synapse type. More...

#include <SpikingChemicalSynapse.h>

+ Inheritance diagram for IntegrateFireSim::Synapses::SpikingChemicalSynapse:
+ Collaboration diagram for IntegrateFireSim::Synapses::SpikingChemicalSynapse:

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 NeuralModuleGetNeuralModule ()
 Gets the neural module. More...
 
virtual NodeGetNode ()
 Gets the node. More...
 
virtual SimulatorGetSimulator ()
 Gets the simulator pointer. More...
 
virtual StructureGetStructure ()
 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.
 
IntegrateFireNeuralModulem_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::NeuralModulem_lpModule
 The pointer to this items parentNeuralModule. If this is not relevant for this object then this is NULL.
 
Nodem_lpNode
 The pointer to this items parent Node. If this is not relevant for this object then this is NULL.
 
Simulatorm_lpSim
 The pointer to a Simulation.
 
AnimatSim::Environment::Structurem_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
 

Detailed Description

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.

Author
dcofer
Date
3/31/2011

Definition at line 22 of file SpikingChemicalSynapse.h.

Constructor & Destructor Documentation

IntegrateFireSim::Synapses::SpikingChemicalSynapse::SpikingChemicalSynapse ( )
IntegrateFireSim::Synapses::SpikingChemicalSynapse::~SpikingChemicalSynapse ( )
virtual

Destructor.

Author
dcofer
Date
3/31/2011

Definition at line 60 of file SpikingChemicalSynapse.cpp.

Member Function Documentation

bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::AllowForget ( )

Gets whether forgetting is allowed.

Author
dcofer
Date
3/31/2011
Returns
true if forgetting allowed, false else.

Definition at line 460 of file SpikingChemicalSynapse.cpp.

References m_bAllowForget.

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::AllowForgetting ( bool  bVal)

Sets whether forgetting is allowed.

Author
dcofer
Date
3/31/2011
Parameters
bValtrue to allow forgetting.

Definition at line 440 of file SpikingChemicalSynapse.cpp.

References m_bAllowForget.

Referenced by IntegrateFireSim::Synapses::Connexion::AllowForgetting().

+ Here is the caller graph for this function:

bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::AllowForgetting ( )

Gets whether forgetting is allowed.

Author
dcofer
Date
3/31/2011
Returns
true if forgetting allowed, false else.

Definition at line 450 of file SpikingChemicalSynapse.cpp.

References m_bAllowForget.

Referenced by SetData().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::Consolidation ( )

Gets the consolidation factor.

Author
dcofer
Date
3/31/2011
Returns
factor.

Definition at line 520 of file SpikingChemicalSynapse.cpp.

References m_dConsolidation.

Referenced by IntegrateFireSim::Synapses::Connexion::Consolidation().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::ConsolidationFactor ( double  dVal)

Sets the consolidation factor.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 500 of file SpikingChemicalSynapse.cpp.

References m_dConsolidation.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ConsolidationFactor ( )

Gets the consolidation factor.

Author
dcofer
Date
3/31/2011
Returns
factor.

Definition at line 510 of file SpikingChemicalSynapse.cpp.

References m_dConsolidation.

Referenced by SetData().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::DecayRate ( double  dVal)

Sets the decay rate.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 115 of file SpikingChemicalSynapse.cpp.

References m_dDecay.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::DecayRate ( )

Gets the decay rate.

Author
dcofer
Date
3/31/2011
Returns
decay rate.

Definition at line 125 of file SpikingChemicalSynapse.cpp.

References m_dDecay.

Referenced by SetData().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::EquilibriumPotential ( double  dVal)

Sets the equilibrium potential.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 75 of file SpikingChemicalSynapse.cpp.

References m_dEquil.

Referenced by IntegrateFireSim::Neuron::CalcUpdate().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::EquilibriumPotential ( )

Gets the equilibrium potential.

Author
dcofer
Date
3/31/2011
Returns
equilibrium potential.

Definition at line 85 of file SpikingChemicalSynapse.cpp.

References m_dEquil.

Referenced by SetData().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilD ( )

Gets the facilitation decrement value.

Author
dcofer
Date
3/31/2011
Returns
decrement.

Definition at line 135 of file SpikingChemicalSynapse.cpp.

References m_dFacilD.

Referenced by IntegrateFireSim::Synapses::Connexion::FacilD().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilDecay ( )

Gets the facilitation decay.

Author
dcofer
Date
3/31/2011
Returns
facilitation decay.

Definition at line 200 of file SpikingChemicalSynapse.cpp.

References m_dFacilDecay.

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilitationDecay ( double  dVal)

Sets the facilitation decay.

Author
dcofer
Date
3/31/2011
Parameters
dValThe 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().

+ Here is the call graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::FacilitationDecay ( )

Gets the facilitation decay.

Author
dcofer
Date
3/31/2011
Returns
facilitation decay.

Definition at line 190 of file SpikingChemicalSynapse.cpp.

References m_dFacilDecay.

Referenced by SetData().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::ForgettingTimeWindow ( double  dVal)

Sets the forgetting time window.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 470 of file SpikingChemicalSynapse.cpp.

References m_dForgetTime.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ForgettingTimeWindow ( )

Gets the forgetting time window.

Author
dcofer
Date
3/31/2011
Returns
window.

Definition at line 480 of file SpikingChemicalSynapse.cpp.

References m_dForgetTime.

Referenced by SetData().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ForgettingWindow ( )

Gets the forgetting time window.

Author
dcofer
Date
3/31/2011
Returns
window.

Definition at line 490 of file SpikingChemicalSynapse.cpp.

References m_dForgetTime.

Referenced by IntegrateFireSim::Synapses::Connexion::ForgettingWindow().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::Hebbian ( bool  bVal)

Sets whether this synapse uses Hebbian learning.

Author
dcofer
Date
3/31/2011
Parameters
bValtrue to use Hebbian learning.

Definition at line 330 of file SpikingChemicalSynapse.cpp.

References m_bHebbian.

Referenced by IntegrateFireSim::Synapses::Connexion::Hebbian().

+ Here is the caller graph for this function:

bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::Hebbian ( )

Gets whether this synapse uses Hebbian learning.

Author
dcofer
Date
3/31/2011
Returns
true if it uses Hebbian learning, false else.

Definition at line 340 of file SpikingChemicalSynapse.cpp.

References m_bHebbian.

Referenced by SetData().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::HebbIncrement ( )

Gets the hebbian increment.

Author
dcofer
Date
3/31/2011
Returns
increment.

Definition at line 400 of file SpikingChemicalSynapse.cpp.

References m_dLearningInc.

Referenced by IntegrateFireSim::Synapses::Connexion::HebbIncrement().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::HebbTimeWindow ( )

Gets the learning time window.

Author
dcofer
Date
3/31/2011
Returns
window.

Definition at line 430 of file SpikingChemicalSynapse.cpp.

References m_dLearningTime.

Referenced by IntegrateFireSim::Synapses::Connexion::HebbTimeWindow().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningIncrement ( double  dVal)

Sets the learning increment.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 380 of file SpikingChemicalSynapse.cpp.

References m_dLearningInc.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningIncrement ( )

Gets the learning increment.

Author
dcofer
Date
3/31/2011
Returns
learning increment.

Definition at line 390 of file SpikingChemicalSynapse.cpp.

References m_dLearningInc.

Referenced by SetData().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningTimeWindow ( double  dVal)

Sets the learning time window.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 410 of file SpikingChemicalSynapse.cpp.

References m_dLearningTime.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::LearningTimeWindow ( )

Gets the learning time window.

Author
dcofer
Date
3/31/2011
Returns
window.

Definition at line 420 of file SpikingChemicalSynapse.cpp.

References m_dLearningTime.

Referenced by SetData().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxAugmentedConductance ( double  dVal)

Sets the maximum augmented conductance.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 350 of file SpikingChemicalSynapse.cpp.

References m_dMaxAugCond.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxAugmentedConductance ( )

Gets the maximum augmented conductance.

Author
dcofer
Date
3/31/2011
Returns
conductance.

Definition at line 360 of file SpikingChemicalSynapse.cpp.

References m_dMaxAugCond.

Referenced by SetData().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxGHebb ( )

Gets the maximum augmented conductance.

Author
dcofer
Date
3/31/2011
Returns
conductance.

Definition at line 370 of file SpikingChemicalSynapse.cpp.

References m_dMaxAugCond.

Referenced by IntegrateFireSim::Synapses::Connexion::MaxGHebb().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxGVoltDepRel ( )

Gets the maximum relative conductance.

Author
dcofer
Date
3/31/2011
Returns
maximum relative conductance.

Definition at line 260 of file SpikingChemicalSynapse.cpp.

References m_dMaxRelCond.

Referenced by IntegrateFireSim::Synapses::Connexion::MaxGVoltDepRel().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxRelativeConductance ( double  dVal)

Sets the maximum relative conductance.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 240 of file SpikingChemicalSynapse.cpp.

References m_dMaxRelCond.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::MaxRelativeConductance ( )

Gets the maximum relative conductance.

Author
dcofer
Date
3/31/2011
Returns
maximum relative conductance.

Definition at line 250 of file SpikingChemicalSynapse.cpp.

References m_dMaxRelCond.

Referenced by SetData().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::RelativeFacilitation ( double  dVal)

Sets the relative facilitation.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 145 of file SpikingChemicalSynapse.cpp.

References m_dRelFacil.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::RelativeFacilitation ( )

Gets the relative facilitation.

Author
dcofer
Date
3/31/2011
Returns
relative facilitation.

Definition at line 155 of file SpikingChemicalSynapse.cpp.

References m_dRelFacil.

Referenced by SetData().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::RelFacil ( )

Gets the relative facilitation.

Author
dcofer
Date
3/31/2011
Returns
relative facilitation.

Definition at line 165 of file SpikingChemicalSynapse.cpp.

References m_dRelFacil.

Referenced by IntegrateFireSim::Synapses::Connexion::RelFacil().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::SatPSPot ( )

Gets the saturation potential.

Author
dcofer
Date
3/31/2011
Returns
saturation potential.

Definition at line 290 of file SpikingChemicalSynapse.cpp.

References m_dSatPSPot.

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::SaturatePotential ( double  dVal)

Sets the saturation potential.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 270 of file SpikingChemicalSynapse.cpp.

References m_dSatPSPot.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::SaturatePotential ( )

Gets the saturation potential.

Author
dcofer
Date
3/31/2011
Returns
saturation potential.

Definition at line 280 of file SpikingChemicalSynapse.cpp.

References m_dSatPSPot.

Referenced by SetData().

+ Here is the caller graph for this function:

bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::SetData ( const std::string &  strDataType,
const std::string &  strValue,
bool  bThrowError = true 
)
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.

Author
dcofer
Date
2/22/2011
Parameters
strDataTypestring name of the data type to set.
strValueThe 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.
bThrowErrortrue to throw error if there is a problem. If false then it will not return an error, just return false.
Returns
true if it succeeds, false if it fails.

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().

+ Here is the call graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::SynapticConductance ( double  dVal)

Sets the synaptic conductance.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 95 of file SpikingChemicalSynapse.cpp.

References m_dSynAmp.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::SynapticConductance ( )

Gets the synaptic conductance.

Author
dcofer
Date
3/31/2011
Returns
synaptic conductance.

Definition at line 105 of file SpikingChemicalSynapse.cpp.

References m_dSynAmp.

Referenced by SetData().

+ Here is the caller graph for this function:

void IntegrateFireSim::Synapses::SpikingChemicalSynapse::ThresholdPotential ( double  dVal)

Sets the threshold potential.

Author
dcofer
Date
3/31/2011
Parameters
dValThe new value.

Definition at line 300 of file SpikingChemicalSynapse.cpp.

References m_dThreshPSPot.

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ThresholdPotential ( )

Gets the threshold potential.

Author
dcofer
Date
3/31/2011
Returns
threshold potential.

Definition at line 310 of file SpikingChemicalSynapse.cpp.

References m_dThreshPSPot.

Referenced by SetData().

+ Here is the caller graph for this function:

double IntegrateFireSim::Synapses::SpikingChemicalSynapse::ThreshPSPot ( )

Gets the threshold potential.

Author
dcofer
Date
3/31/2011
Returns
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.

Author
dcofer
Date
3/31/2011
Parameters
bValtrue 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.

Author
dcofer
Date
3/31/2011
Returns
true if voltage dependent, false else.

Definition at line 220 of file SpikingChemicalSynapse.cpp.

References m_bVoltDep.

Referenced by SetData().

+ Here is the caller graph for this function:

bool IntegrateFireSim::Synapses::SpikingChemicalSynapse::VoltDep ( )

Gets whether this synapse is voltage dependent.

Author
dcofer
Date
3/31/2011
Returns
true if voltage dependent, false else.

Definition at line 230 of file SpikingChemicalSynapse.cpp.

References m_bVoltDep.

Referenced by IntegrateFireSim::Synapses::Connexion::VoltDep().

+ Here is the caller graph for this function:


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