#include <TwoStateHillSwitch.h>
|  | 
|  | TwoStateHillSwitch () | 
| virtual | ~TwoStateHillSwitch () | 
| virtual bool | needsReactionModel () | 
|  | Tells whether the solver needs a reaction model. 
 | 
| virtual bool | needsDiffusionModel () | 
|  | Tells whether the solver needs a reaction model. 
 | 
| virtual void | generateTrajectory () | 
|  | Actually run the simulation. 
 | 
| virtual void | runConstantProtein () | 
| virtual void | runGeometricProtein () | 
|  | GillespieDSolver () | 
| virtual | ~GillespieDSolver () | 
| virtual void | buildModel (const uint numberSpecies, const uint numberReactions, const uint *initialSpeciesCounts, const uint *reactionType, const double *k, const int *S, const uint *D, const uint kCols=1) | 
|  | CMESolver (RandomGenerator::Distributions neededDists) | 
| virtual | ~CMESolver () | 
| virtual void | initialize (unsigned int replicate, map< string, string > *parameters, ResourceAllocator::ComputeResources *resources) | 
|  | Initialize the simulation. 
 | 
| virtual void | setReactionModel (lm::io::ReactionModel *reactionModel) | 
| virtual void | setModelPropensityFunction (uint reaction, double(*propensityFunction)(double time, uint *speciesCounts, void *args), void *propensityFunctionArg) | 
| virtual void | setSpeciesUpperLimit (uint species, uint limit) | 
| virtual void | setSpeciesLowerLimit (uint species, uint limit) | 
| virtual void | setFptTrackingList (list< uint > speciesList) | 
| virtual void | addToParameterTrackingList (pair< string, double * >parameter) | 
| virtual void | setReactionRateCME (unsigned int reactionId, double rate) | 
| virtual void | getSpeciesCountView (uint **counts, int *number) | 
| virtual void | getReactionRateConstantsView (int reactionNumber, double **rates, int *rateConstantCount) | 
|  | MESolver () | 
|  | Create the MESolver. 
 | 
| virtual | ~MESolver () | 
|  | 
| static double | kHillPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | negativeKHillPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | zerothOrderPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | firstOrderPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | secondOrderPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | secondOrderSelfPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | kHillPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | kHillTransportPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | zerothOrderHeavisidePropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | michaelisMentenPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | competitiveMMPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | uncompetitiveMMPropensity (double time, uint *speciesCounts, void *pargs) | 
| static double | noncompetitiveMMPropensity (double time, uint *speciesCounts, void *pargs) | 
◆ TwoStateHillSwitch()
      
        
          | lm::cme::TwoStateHillSwitch::TwoStateHillSwitch | ( |  | ) |  | 
      
 
 
◆ ~TwoStateHillSwitch()
  
  | 
        
          | lm::cme::TwoStateHillSwitch::~TwoStateHillSwitch | ( |  | ) |  |  | virtual | 
 
 
◆ generateTrajectory()
  
  | 
        
          | void lm::cme::TwoStateHillSwitch::generateTrajectory | ( |  | ) |  |  | virtual | 
 
 
◆ kHillPropensity()
  
  | 
        
          | double lm::cme::TwoStateHillSwitch::kHillPropensity | ( | double | time, |  
          |  |  | uint * | speciesCounts, |  
          |  |  | void * | pargs ) |  | staticprotected | 
 
 
◆ needsDiffusionModel()
  
  | 
        
          | virtual bool lm::cme::TwoStateHillSwitch::needsDiffusionModel | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ needsReactionModel()
  
  | 
        
          | virtual bool lm::cme::TwoStateHillSwitch::needsReactionModel | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ negativeKHillPropensity()
  
  | 
        
          | double lm::cme::TwoStateHillSwitch::negativeKHillPropensity | ( | double | time, |  
          |  |  | uint * | speciesCounts, |  
          |  |  | void * | pargs ) |  | staticprotected | 
 
 
◆ runConstantProtein()
  
  | 
        
          | void lm::cme::TwoStateHillSwitch::runConstantProtein | ( |  | ) |  |  | virtual | 
 
 
◆ runGeometricProtein()
  
  | 
        
          | void lm::cme::TwoStateHillSwitch::runGeometricProtein | ( |  | ) |  |  | virtual | 
 
 
The documentation for this class was generated from the following files: