IMP logo
IMP Reference Guide  develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
DecayLinearization.h File Reference

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
 

Detailed Description

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.

Authors
Thomas-Otavio Peulen Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file DecayLinearization.h.