9 #ifndef IMPBFF_DECAYMODIFIER_H
10 #define IMPBFF_DECAYMODIFIER_H
12 #include <IMP/bff/bff_config.h>
18 IMPBFF_BEGIN_NAMESPACE
32 bool _is_active =
true;
55 bool is_active()
const;
61 void set_active(
bool v);
70 void set(
DecayCurve* data,
int start=0,
int stop=-1,
bool active =
true);
77 void resize(
size_t n,
double v = 0.0);
93 int start = 0,
int stop = -1,
bool active =
true);
107 #endif // IMPBFF_DECAYMODIFIER_H
void set(int start=0, int stop=-1)
Set the start and stop indices of the decay range.
A decorator that modifies a DecayCurve within a specified range.
A more IMP-like version of the std::vector.
#define IMP_VALUES(Name, PluralName)
Define the type for storing sets of values.
Represents an inspected range of fluorescence decay.
Defines inspected range of fluorescence decay.
Class for fluorescence decay curves.
Class for fluorescence decay curves.