|
COPASI API
4.40.278
|
This is the complete list of members for CNodeK, including all inherited members.
| attribute1 | CNodeK | private |
| cleanup() | CNodeK | |
| CNodeK() | CNodeK | |
| CNodeK(const CNodeK &src) | CNodeK | |
| CNodeK(char type, char subtype) | CNodeK | |
| CNodeK(const std::string &name) | CNodeK | |
| CNodeK(C_FLOAT64 constant) | CNodeK | |
| getConstant() const | CNodeK | |
| getExplicitFunctionString(const std::vector< std::vector< std::string > > &callParameterNames, const std::string &r) | CNodeK | |
| getIndex() const | CNodeK | |
| getLeft() const | CNodeK | |
| getName() const | CNodeK | |
| getRight() const | CNodeK | |
| getSubtype() const | CNodeK | |
| getType() const | CNodeK | |
| isIdentifier() const | CNodeK | |
| isLeftValid() const | CNodeK | |
| isNumber() const | CNodeK | |
| isOperator() const | CNodeK | |
| isRightValid() const | CNodeK | |
| leftPrecedence() const | CNodeK | |
| load(CReadConfig &configbuffer) | CNodeK | |
| mConstant | CNodeK | private |
| mExplicitFunction | CNodeK | private |
| mIndex | CNodeK | private |
| mLeft | CNodeK | private |
| mName | CNodeK | private |
| mOldIndex | CNodeK | private |
| mRight | CNodeK | private |
| mSubtype | CNodeK | private |
| mType | CNodeK | private |
| rightPrecedence() const | CNodeK | |
| setConstant(C_FLOAT64 &constant) | CNodeK | |
| setIndex(C_INT32 index) | CNodeK | |
| setLeft(CNodeK &left) | CNodeK | |
| setLeft(CNodeK *pleft) | CNodeK | |
| setName(const std::string &name) | CNodeK | |
| setOldIndex(C_INT32 oldindex) | CNodeK | |
| setRight(CNodeK &right) | CNodeK | |
| setRight(CNodeK *pright) | CNodeK | |
| setSubtype(const char subtype) | CNodeK | |
| setType(const char ype) | CNodeK | |
| value(const CCallParameters< C_FLOAT64 > &callParameters) const | CNodeK | |
| writeMathML(std::ostream &out, C_INT32 level) const | CNodeK | |
| ~CNodeK() | CNodeK |