|
libSBML C++ API
5.20.5
|
Definition of SBMLRateRuleConverter, a converter from raterule to reaction. More...
Classes | |
| class | SBMLRateRuleConverter |
Typedefs | |
| typedef std::vector< std::pair< std::string, ASTNode * > >::iterator | odeIt |
| typedef std::pair< ASTNode *, std::vector< double > > | pairCoeff |
| typedef std::vector< std::pair< std::string, ASTNode * > > | pairODEs |
| typedef std::pair< std::string, std::string > | pairString |
| typedef std::vector< pairCoeff > | setCoeff |
| typedef std::vector< std::pair< ASTNode *, std::vector< double > > >::iterator | setCoeffIt |
| typedef std::vector< std::vector< double > > | setRnCoeffs |
Enumerations | |
| enum | DerivativeSign_t { POSITIVE_DERIVATIVE , NEGATIVE_DERIVATIVE } |
Definition of SBMLRateRuleConverter, a converter from raterule to reaction.
| typedef std::pair<std::string, std::string > pairString |
| typedef std::vector<std::pair<ASTNode*,std::vector<double>>>::iterator setCoeffIt |
| typedef std::vector< std::vector<double> > setRnCoeffs |
| enum DerivativeSign_t |