Public Member Functions | |
CompLayer (const double &excite_std, const double &inhibit_std, const double &excite_w, const double &feedforward, const double &feedback, const BorderPolicy bp, const SimTime ×tep, const uint width, const uint height, const std::string name="", const std::string units="") | |
constructor | |
virtual | ~CompLayer () |
destructor | |
void | setModules (const SimUnit &excite_module, const SimUnit &inhibit_module) |
Image< double > | getDisplayOutput (const int pos=-1) const |
get the current display output | |
CompLayer< EUnit, IUnit > * | clone () const |
cone the unit |
Definition at line 67 of file CompLayer.H.
CompLayer< EUnit, IUnit >::CompLayer | ( | const double & | excite_std, | |
const double & | inhibit_std, | |||
const double & | excite_w, | |||
const double & | feedforward, | |||
const double & | feedback, | |||
const BorderPolicy | bp, | |||
const SimTime & | timestep, | |||
const uint | width, | |||
const uint | height, | |||
const std::string | name = "" , |
|||
const std::string | units = "" | |||
) | [inline] |
constructor
Definition at line 70 of file CompLayer.H.
virtual CompLayer< EUnit, IUnit >::~CompLayer | ( | ) | [inline, virtual] |
destructor
Definition at line 87 of file CompLayer.H.
Image<double> CompLayer< EUnit, IUnit >::getDisplayOutput | ( | const int | pos = -1 |
) | const [inline, virtual] |
get the current display output
Reimplemented from Structure< SimLayer * >.
Definition at line 97 of file CompLayer.H.