#include "SIM_SolverSNOW.h"#include <strstream.h>#include <UT/UT_DSOVersion.h>#include <UT/UT_Floor.h>#include <UT/UT_Vector3.h>#include <UT/UT_WorkBuffer.h>#include <GU/GU_Detail.h>#include <GU/GU_RayIntersect.h>#include <GU/GU_PrimTriStrip.h>#include <PRM/PRM_Include.h>#include <SIM/SIM_Engine.h>#include <SIM/SIM_Options.h>#include <SIM/SIM_Object.h>#include <SIM/SIM_ObjectArray.h>#include <SIM/SIM_DopDescription.h>#include <SIM/SIM_Random.h>#include <SIM/SIM_RandomTwister.h>#include <SIM/SIM_Position.h>Go to the source code of this file.
Defines | |
| #define | VOXELARRAY_XDIVISIONS "xdivisions" |
| #define | VOXELARRAY_YDIVISIONS "ydivisions" |
| #define | VOXELARRAY_ZDIVISIONS "zdivisions" |
Functions | |
| void | initializeSIM (void *) |
| #define VOXELARRAY_XDIVISIONS "xdivisions" |
| #define VOXELARRAY_YDIVISIONS "ydivisions" |
| #define VOXELARRAY_ZDIVISIONS "zdivisions" |
| void initializeSIM | ( | void * | ) |
Declaration of the function that must be implemented by custom SIM library extensions.
This is the hook that Houdini grabs from the dll to link in this. As such, it merely has to implement the data factory for this node.
Definition at line 58 of file SIM_SolverSNOW.C.
1.5.9