__depolarized_base receives stimstart and stimend however does not use them.
|
double stimstart, double stimend, |
__min_AHP_indices also receives stimstart and stimend but does not use them.
|
const double stim_start, const double stim_end, |
__AP_begin_indices receives stimend but does not use it.
|
double stimstart, double stimend, |
__AP_begin_time does not use its argument v.
__AP_begin_voltage does not use its argument t.
__AP_phaseslope receives but does not use stimstart and stimend.
__sag_time_constant does not use stimstart and stimend.
__min_between_peaks_indices does not use stimstart but receives it. It only uses stimend.
__burst_ISI_indices receives but does not use const vector<int>& PeakIndex.
__AP_width receives but does not use const vector<int>& peakindices,
__depolarized_basereceives stimstart and stimend however does not use them.eFEL/efel/cppcore/LibV3.cpp
Line 32 in 3ffb816
__min_AHP_indicesalso receives stimstart and stimend but does not use them.eFEL/efel/cppcore/LibV5.cpp
Line 244 in 3ffb816
__AP_begin_indicesreceives stimend but does not use it.eFEL/efel/cppcore/LibV5.cpp
Line 406 in 3ffb816
__AP_begin_timedoes not use its argumentv.__AP_begin_voltagedoes not use its argumentt.__AP_phaseslopereceives but does not use stimstart and stimend.__sag_time_constantdoes not use stimstart and stimend.__min_between_peaks_indicesdoes not use stimstart but receives it. It only uses stimend.__burst_ISI_indicesreceives but does not useconst vector<int>& PeakIndex.__AP_widthreceives but does not useconst vector<int>& peakindices,