| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
Decay modifier to add non-linearities. More...
#include <IMP/bff/bff_config.h>#include <iostream>#include <algorithm>#include <vector>#include <IMP/bff/DecayCurve.h>#include <IMP/bff/DecayModifier.h>
 Include dependency graph for DecayLinearization.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::bff::DecayLinearization | 
| A decay modifier to apply linearization to a DecayCurve.  More... | |
Namespaces | |
| IMP | |
| Base functionality and abstract base classes for representation, scoring and sampling.  | |
| IMP::bff | |
| Bayesian Fluorescence Framework.  | |
Typedefs | |
| typedef IMP::Vector < DecayLinearization >  | IMP::bff::DecayLinearizations | 
Decay modifier to add non-linearities.
This file contains the declaration of the DecayLinearization class, which is a subclass of DecayModifier. DecayLinearization applies a linearization to a DecayCurve object, which represents a decay model. It computes a linearization table and applies it to the input DecayCurve.
Definition in file DecayLinearization.h.