#include <string.h>#include <malloc.h>#include <math.h>#include <UT/UT_DSOVersion.h>#include <EXPR/EXPR.h>#include <EXPR/EX_Vector.h>#include <OP/OP_Director.h>#include <OP/OP_Operator.h>#include <OP/OP_Channels.h>#include <CH/CH_Support.h>#include <CMD/CMD_Manager.h>Go to the source code of this file.
Defines | |
| #define | EV_START_FN(name) |
| #define | EVF EV_TYPEFLOAT |
| #define | EVS EV_TYPESTRING |
| #define | EVV EV_TYPEVECTOR |
Functions | |
| EV_START_FN (fn_max) | |
| EV_START_FN (fn_min) | |
| EV_START_FN (fn_optype_proto) | |
| EV_START_FN (fn_vectorsum) | |
| void | CMDextendLibrary (CMD_Manager *) |
| #define EV_START_FN | ( | name | ) |
Value:
static void name(EV_FUNCTION *, EV_SYMBOL *result,\ EV_SYMBOL **argv, int thread)
Definition at line 132 of file functions.C.
| #define EVF EV_TYPEFLOAT |
Definition at line 184 of file functions.C.
| #define EVS EV_TYPESTRING |
Definition at line 185 of file functions.C.
| #define EVV EV_TYPEVECTOR |
Definition at line 186 of file functions.C.
| void CMDextendLibrary | ( | CMD_Manager * | ) |
Definition at line 201 of file functions.C.
| EV_START_FN | ( | fn_vectorsum | ) |
Definition at line 173 of file functions.C.
| EV_START_FN | ( | fn_optype_proto | ) |
Definition at line 156 of file functions.C.
| EV_START_FN | ( | fn_min | ) |
Definition at line 146 of file functions.C.
| EV_START_FN | ( | fn_max | ) |
Definition at line 138 of file functions.C.
1.5.9