IMP.bff
|
This is the complete list of members for DecayModifier, including all inherited members.
add(DecayCurve *out)=0 | DecayModifier | pure virtual |
data | DecayModifier | protected |
DecayModifier(DecayCurve *data=nullptr, int start=0, int stop=-1, bool active=true) | DecayModifier | |
DecayRange(int start, int stop) | DecayRange | |
default_data | DecayModifier | protected |
get_data() | DecayModifier | virtual |
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, 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_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 |