Definition at line 1801 of file neuralregionmap.c.
Public Methods | |
measure_stimulus_map_iteration (const string &input_command_, const LoopContainer &loops_, const UpdatableObjectContainer &spmrs_) | |
Constructor. | |
void | operator() () |
Combines existing value with new one. |
|
Constructor. Accepts an input command to be executed once for each iteration, the set of loops in which it will be used (so that it has access to the values of the loop variables), and a set of object pointers whose objects support an update() member operation. Definition at line 1810 of file neuralregionmap.c. |