#include <TwoStateHillLoopSwitch.h>
|  | 
|  | TwoStateHillLoopSwitch () | 
| virtual | ~TwoStateHillLoopSwitch () | 
| 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. 
 | 
|  | 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 () | 
|  | 
| virtual void | destroyModel () | 
| void | updateAllPropensities (double time) | 
| void | updatePropensities (double time, uint r) | 
| virtual int | hookSimulation (double time) | 
| virtual int | onBeginTrajectory () | 
| virtual int | onEndTrajectory () | 
| virtual void | allocateModel (uint numberSpecies, uint numberReactions) | 
| virtual double | recordParameters (double nextRecordTime, double recordInterval, double simulationTime) | 
| virtual void | queueRecordedParameters (bool flush=false) | 
| void | updateSpeciesCounts (uint r) | 
| bool | reachedSpeciesLimit () | 
| 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) | 
| double * | propensities | 
| RandomGenerator::Distributions | neededDists | 
| unsigned int | replicate | 
| map< string, string > * | parameters | 
| ResourceAllocator::ComputeResources * | resources | 
| RandomGenerator * | rng | 
| uint | numberSpecies | 
| uint | numberSpeciesToTrack | 
| uint | numberReactions | 
| uint * | initialSpeciesCounts | 
| uint * | speciesCounts | 
| uint * | reactionTypes | 
| int * | S | 
| uint * | D | 
| void ** | propensityFunctions | 
| void ** | propensityFunctionArgs | 
| list< PropensityArgs * > | propensityArgs | 
| uint | numberSpeciesLimits | 
| SpeciesLimit * | speciesLimits | 
| uint | numberFptTrackedSpecies | 
| FPTTracking * | fptTrackedSpecies | 
| list< TrackedParameter > | trackedParameters | 
| uint * | numberDependentSpecies | 
| uint ** | dependentSpecies | 
| int ** | dependentSpeciesChange | 
| uint * | numberDependentReactions | 
| uint ** | dependentReactions | 
◆ TwoStateHillLoopSwitch()
  
  | 
        
          | lm::cme::TwoStateHillLoopSwitch::TwoStateHillLoopSwitch | ( |  | ) |  |  | inline | 
 
 
◆ ~TwoStateHillLoopSwitch()
  
  | 
        
          | virtual lm::cme::TwoStateHillLoopSwitch::~TwoStateHillLoopSwitch | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ generateTrajectory()
  
  | 
        
          | void lm::cme::TwoStateHillLoopSwitch::generateTrajectory | ( |  | ) |  |  | virtual | 
 
 
◆ needsDiffusionModel()
  
  | 
        
          | virtual bool lm::cme::TwoStateHillLoopSwitch::needsDiffusionModel | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ needsReactionModel()
  
  | 
        
          | virtual bool lm::cme::TwoStateHillLoopSwitch::needsReactionModel | ( |  | ) |  |  | inlinevirtual | 
 
 
The documentation for this class was generated from the following files: