Public Member Functions | |
| int | getOperatorIndex (char *) |
| int | getUnaryOperatorIndex (char *) |
| int | getBinaryOperatorIndex (char *) |
| int | getOperatorPriority (int index) |
| char * | getOperatorSymbol (int index) |
| int | getOperatorCount () |
| int | getOperatorArgCount (int index) |
Static Public Member Functions | |
| static void | evaluate (int i, double **argPtr) |
| static void ** | getFunctionArrayPtr () |
| static void | Plus (double **) |
| static void | Minus (double **) |
| static void | Add (double **) |
| static void | Subtract (double **) |
| static void | Times (double **) |
| static void | Divide (double **) |
| static void | Exponentiate (double **) |
| static void | Sin (double **) |
| static void | Cos (double **) |
| static void | Tan (double **) |
| static void | Asin (double **) |
| static void | Acos (double **) |
| static void | Atan (double **) |
| static void | Atan2 (double **) |
| static void | Sinh (double **) |
| static void | Cosh (double **) |
| static void | Tanh (double **) |
| static void | Ceil (double **) |
| static void | Exp (double **) |
| static void | Fabs (double **) |
| static void | Floor (double **) |
| static void | Fmod (double **) |
| static void | Log (double **) |
| static void | Log10 (double **) |
| static void | Sqrt (double **) |
| static void | Pow (double **) |
Static Public Attributes | |
| static int | operatorCount |
| static char * | Symbols [] |
| static int | Priority [] |
| static int | ArgCount [] |
| static void * | FunctionArray [] |
Definition at line 6 of file rOpLib.h.
1.5.1-p1