Public Member Functions | |
SimEventAttentionGateStageTwoSegments (SimModule *src, const Image< bool > &candidates, const SimEventAttentionGateStageTwoObjects &obj, const int segnum) | |
Constuctor. | |
~SimEventAttentionGateStageTwoSegments () | |
Destructor. | |
const Image< bool > | candidates () const |
Which attention gate regions are open from stage one. | |
const SimEventAttentionGateStageTwoObjects | obj () const |
What are the attention gate regions. | |
const int | segnum () const |
how many segments were found |
Definition at line 365 of file NeuroSimEvents.H.
SimEventAttentionGateStageTwoSegments::SimEventAttentionGateStageTwoSegments | ( | SimModule * | src, | |
const Image< bool > & | candidates, | |||
const SimEventAttentionGateStageTwoObjects & | obj, | |||
const int | segnum | |||
) |
Constuctor.
Definition at line 373 of file NeuroSimEvents.C.
SimEventAttentionGateStageTwoSegments::~SimEventAttentionGateStageTwoSegments | ( | ) |
Destructor.
Definition at line 381 of file NeuroSimEvents.C.
const Image< bool > SimEventAttentionGateStageTwoSegments::candidates | ( | ) | const |
Which attention gate regions are open from stage one.
Definition at line 384 of file NeuroSimEvents.C.
const SimEventAttentionGateStageTwoObjects SimEventAttentionGateStageTwoSegments::obj | ( | ) | const |
What are the attention gate regions.
Definition at line 388 of file NeuroSimEvents.C.
const int SimEventAttentionGateStageTwoSegments::segnum | ( | ) | const |
how many segments were found
Definition at line 391 of file NeuroSimEvents.C.