Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Public Member Functions | List of all members
cypress::NeuronParameter Class Reference

#include <neuron_parameters.hpp>

Public Member Functions

 NeuronParameter (const NeuronType &type, const Json &json)
 
 NeuronParameter ()
 
const std::vector< Real > & parameter () const
 
NeuronParameterset (std::string name, cypress::Real value)
 
cypress::Real get (std::string name)
 
void print (std::ostream &out=std::cout)
 

Constructor & Destructor Documentation

cypress::NeuronParameter::NeuronParameter ( const NeuronType type,
const Json json 
)

Construct from Json, logging values to DEBUG

cypress::NeuronParameter::NeuronParameter ( )
inline

Member Function Documentation

cypress::Real cypress::NeuronParameter::get ( std::string  name)
inline
const std::vector<Real>& cypress::NeuronParameter::parameter ( ) const
inline
void cypress::NeuronParameter::print ( std::ostream &  out = std::cout)
inline
NeuronParameter& cypress::NeuronParameter::set ( std::string  name,
cypress::Real  value 
)
inline

Set parameter with name

Parameters
nameto
value

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