35 virtual void FieldID(std::string strID);
36 virtual std::string FieldID();
38 virtual void TargetNodeID(std::string strID);
39 virtual std::string TargetNodeID();
43 virtual void Initialize();
44 virtual void StepSimulation();
46 virtual void Load(CStdXml &oXml);
Root namespace for the base simulation library for AnimatLab.
std::string m_strTargetNodeID
GUID ID of the target neuron where current will be injected.
std::string m_strFieldID
Identifier for the field to use with this field pair.
ReceptiveField * m_lpField
Pointer to the ReceptiveField associated with this pairing.
Receptive field that generates current based on the amount of contact force, and how close it is to t...