Public Member Functions | |
UpdateJob (Image< float >::iterator vitr_, Image< float >::iterator vstop_, Image< float >::const_iterator iitr_, Image< float >::iterator ginhitr_, const float decay_, const float dt_c_, const float gleak_, const SimTime start_tm_, const SimTime end_tm_, const SimTime dt_) | |
virtual void | run () |
virtual const char * | jobType () const |
Public Attributes | |
Image< float >::iterator | vitr |
Image< float >::iterator | vstop |
Image< float >::const_iterator | iitr |
Image< float >::iterator | ginhitr |
const float | decay |
const float | dt_c |
const float | gleak |
const SimTime | start_tm |
const SimTime | end_tm |
const SimTime | dt |
Definition at line 76 of file SaliencyMapStdOptim.C.