9 #ifndef IMPBFF_DECAYPATTERN_H
10 #define IMPBFF_DECAYPATTERN_H
12 #include <IMP/bff/bff_config.h>
17 IMPBFF_BEGIN_NAMESPACE
29 double constant_offset = 0.0;
32 double pattern_fraction = 0.0;
39 double get_pattern_fraction()
const;
45 void set_pattern_fraction(
double v);
63 void set_constant_offset(
double v);
69 double get_constant_offset()
const;
87 double constant_offset = 0.0,
89 double pattern_fraction = 0.0,
100 #endif //IMPBFF_DECAYPATTERN_H
Simple Accessible Volume decorator.
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.
Class for fluorescence decay curves.
virtual void add(DecayCurve *out)=0
The DecayPattern class represents a decay pattern with a constant offset and a background pattern...