IMP.bff
|
This is the complete list of members for DecayScale, including all inherited members.
add(DecayCurve *decay) | DecayScale | virtual |
data | DecayModifier | protected |
DecayModifier(DecayCurve *data=nullptr, int start=0, int stop=-1, bool active=true) | DecayModifier | |
DecayRange(int start, int stop) | DecayRange | |
DecayScale(DecayCurve *data=nullptr, double constant_background=0.0, int start=0, int stop=-1, bool active=true, bool blank_outside=true) | DecayScale | |
default_data | DecayModifier | protected |
get_blank_outside() | DecayScale | |
get_constant_background() const | DecayScale | |
get_data() | DecayModifier | virtual |
get_number_of_photons() | DecayScale | |
get_range(DecayCurve *d=nullptr) | DecayRange | |
get_start(DecayCurve *d=nullptr) const | DecayRange | |
get_stop(DecayCurve *d=nullptr) const | DecayRange | |
is_active() const | DecayModifier | |
resize(size_t n, double v=0.0) | DecayModifier | |
set(DecayCurve *data=nullptr, double constant_background=0.0, int start=0, int stop=-1, bool active=true, bool blank_outside=true) | DecayScale | |
DecayModifier::set(DecayCurve *data, int start=0, int stop=-1, bool active=true) | DecayModifier | |
DecayRange::set(int start=0, int stop=-1) | DecayRange | |
set_active(bool v) | DecayModifier | |
set_blank_outside(double v) | DecayScale | |
set_constant_background(double v) | DecayScale | |
set_data(DecayCurve *v) | DecayModifier | virtual |
set_range(std::vector< int > v) | DecayRange | |
set_start(int v) | DecayRange | |
set_stop(int v) | DecayRange | |
~DecayModifier() | DecayModifier | inline |
~DecayRange()=default | DecayRange | virtual |