HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
functions.C File Reference
#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 <PRM/PRM_RefId.h>
#include <CH/CH_Support.h>
#include <CMD/CMD_Manager.h>
+ Include dependency graph for functions.C:

Go to the source code of this file.

Macros

#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 *)
 

Macro Definition Documentation

#define EV_START_FN (   name)
Value:
static void name(EV_FUNCTION *, EV_SYMBOL *result,\
EV_SYMBOL **argv, int thread)
**But if you need a result
Definition: thread.h:613
GLuint const GLchar * name
Definition: glcorearb.h:786
class representing a symbol operated upon by expressions
Definition: EXPR.h:159
**Note that the tasks the is the thread number *for the or if it s being executed by a non pool thread(this *can happen in cases where the whole pool is occupied and the calling *thread contributes to running the work load).**Thread pool.Have fun

Definition at line 115 of file functions.C.

#define EVF   EV_TYPEFLOAT

Definition at line 167 of file functions.C.

#define EVS   EV_TYPESTRING

Definition at line 168 of file functions.C.

#define EVV   EV_TYPEVECTOR

Definition at line 169 of file functions.C.

Function Documentation

void CMDextendLibrary ( CMD_Manager )

Definition at line 184 of file functions.C.

EV_START_FN ( fn_max  )

Definition at line 121 of file functions.C.

EV_START_FN ( fn_min  )

Definition at line 129 of file functions.C.

EV_START_FN ( fn_optype_proto  )

Definition at line 139 of file functions.C.

EV_START_FN ( fn_vectorsum  )

Definition at line 156 of file functions.C.