CellArray Class Reference
List of all members.
Public Member Functions |
double | get_radius (int circle_index) |
double | get_density (double rad) |
int | get_numberUnits (double rad) |
double | density (double r) |
double | spatial_scaling (double rad) |
double | temporal_scaling (double rad) |
| CellArray (double stepp=1.0) |
int | totalNumberUnits () |
void | set_step (double s) |
void | set_timesPerFrame (int tf) |
void | set_Rmax (double f) |
void | set_foveaDensity (double f) |
void | set_foveaRadius (double f) |
void | set_decayRate (double f) |
void | set_beta (double f) |
void | set_gamma (double f) |
void | set_channel (double rmax, double d, double r0, double k, double bet, double gam) |
void | set_Eexc (double f) |
void | set_Einh (double f) |
void | set_Erest (double f) |
void | set_gleak (double f) |
void | set_tau (double f) |
double | get_Rmax () |
double | get_step () |
double | get_foveaRadius () |
double | get_foveaDensity () |
CoordinateList * | getCoordList () |
void | build (int init_index) |
void | build_readingFromMap (int init_index, const char *mapFileName) |
void | build_uniformCellArray (int xSize, int ySize, int init_index) |
virtual double | feed_image (CImg< double > &image, double xCenter, double yCenter) |
virtual void | channel_print (FILE *&print_file, int channel_index) |
void | save (FILE *&print_file, int channel_index, int inIndex) |
void | save_simple (FILE *&print_file, int channel_index, int ly_index, int inIndex) |
void | feedColumnInhibition () |
Protected Member Functions |
virtual void | channel_build (int init_index) |
Protected Attributes |
int | nb_units |
double | step |
int | timesPerFrame |
CoordinateList | coordList |
double | Rmax |
double | R0 |
double | d0 |
double | decayRate |
double | gamma |
double | beta |
double | e_exc |
double | e_inh |
double | restingPotential |
double | gleak |
double | tau |
int | nb_circles |
double * | angular_offset |
The documentation for this class was generated from the following files: