CompLayer< EUnit, IUnit > Struct Template Reference

Inheritance diagram for CompLayer< EUnit, IUnit >:
Inheritance graph
[legend]
Collaboration diagram for CompLayer< EUnit, IUnit >:
Collaboration graph
[legend]

List of all members.

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 &timestep, 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

Detailed Description

template<class EUnit, class IUnit>
struct CompLayer< EUnit, IUnit >

Definition at line 67 of file CompLayer.H.


Constructor & Destructor Documentation

template<class EUnit, class IUnit>
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.

template<class EUnit, class IUnit>
virtual CompLayer< EUnit, IUnit >::~CompLayer (  )  [inline, virtual]

destructor

Definition at line 87 of file CompLayer.H.


Member Function Documentation

template<class EUnit, class IUnit>
CompLayer<EUnit, IUnit>* CompLayer< EUnit, IUnit >::clone (  )  const [inline, virtual]

cone the unit

Implements Structure< SimLayer * >.

Definition at line 111 of file CompLayer.H.

template<class EUnit, class IUnit>
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.


The documentation for this struct was generated from the following file:
Generated on Sun May 8 08:20:57 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3