00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef __SIMZ_Utils_h__
00015 #define __SIMZ_Utils_h__
00016
00017 #include "SIMZ_API.h"
00018 #include <SIM/SIM_Names.h>
00019
00020
00021 #define SIM_NAME_CONTEXTINDEX "contextindex"
00022 #define SIM_NAME_DATAPATH "datapath"
00023 #define SIM_NAME_EXTRAATTRIBUTES "extraattribs"
00024 #define SIM_NAME_GENERATOR "generator"
00025 #define SIM_NAME_HASHADPARMSSET "hashadparmsset"
00026 #define SIM_NAME_INHERITVELOCITY "inheritvelocity"
00027 #define SIM_NAME_INITSCRIPT "initscript"
00028 #define SIM_NAME_LIFESPAN "lifespan"
00029 #define SIM_NAME_MAKEPOINTSPARTICLES "makepointsparticles"
00030 #define SIM_NAME_NEEDSRESET "needsreset"
00031 #define SIM_NAME_OBJPATH "objpath"
00032 #define SIM_NAME_POINTGROUP "pointgroup"
00033 #define SIM_NAME_POINTINDEX "pointindex"
00034 #define SIM_NAME_POPPATH "poppath"
00035 #define SIM_NAME_PRIMGROUP "primgroup"
00036 #define SIM_NAME_ROTATETONORMAL "nml"
00037 #define SIM_NAME_SCRIPT "script"
00038 #define SIM_NAME_SOPPATH "soppath"
00039 #define SIM_NAME_TIME "time"
00040 #define SIM_NAME_TRANSFORMSOPOUTPUT "transformsopoutput"
00041 #define SIM_NAME_USETRANSFORM "usetransform"
00042 #define SIM_NAME_LETSOPSINTERPOLATE "letsopsinterpolate"
00043 #define SIM_NAME_SOLVEINITFRAME "solveinitframe"
00044
00045 SIMZ_API void initializeSIMZ();
00046
00047 #endif
00048