COPASI API
4.16.103
|
This is the complete list of members for CNormalSum, including all inherited members.
add(const CNormalProduct &product) | CNormalSum | |
add(const CNormalFraction &fraction) | CNormalSum | |
add(const CNormalSum &sum) | CNormalSum | |
areEqual(const CNormalBase &rhs) const | CNormalBase | virtual |
checkFactor(const CNormalItemPower &itemPower) const | CNormalSum | |
checkIsOne() const | CNormalSum | |
checkIsZero() const | CNormalSum | |
CNormalSum() | CNormalSum | |
CNormalSum(const CNormalSum &src) | CNormalSum | |
copy() const | CNormalSum | virtual |
createUnitSum() | CNormalSum | static |
divide(const CNormalItemPower &itemPower) | CNormalSum | |
getFractions() const | CNormalSum | |
getProducts() const | CNormalSum | |
getSize() const | CNormalSum | |
mFractions | CNormalSum | private |
mProducts | CNormalSum | private |
multiply(const C_FLOAT64 &number) | CNormalSum | |
multiply(const CNormalItemPower &itemPower) | CNormalSum | |
multiply(const CNormalSum &sum) | CNormalSum | |
multiply(const CNormalLcm &lcm) | CNormalSum | |
operator<(const CNormalSum &rhs) const | CNormalSum | |
operator<<(std::ostream &os, const CNormalSum &d) | CNormalSum | friend |
operator=(const CNormalSum &src) | CNormalSum | |
operator==(const CNormalSum &rhs) const | CNormalSum | |
printProducts(const CNormalSum *pSum) | CNormalSum | static |
setFractions(const std::set< CNormalFraction * > &set) | CNormalSum | |
setProducts(const std::set< CNormalProduct *, compareProducts > &set) | CNormalSum | |
simplify() | CNormalSum | virtual |
toString() const | CNormalSum | virtual |
~CNormalBase() | CNormalBase | inlinevirtual |
~CNormalSum() | CNormalSum | virtual |