HDK
|
#include "SIMZ_Utils.h"
#include <SIM/SIM_OptionsUser.h>
#include <SIM/SIM_DataUtils.h>
#include <SIM/SIM_Data.h>
#include <GA/GA_Handle.h>
#include <UT/UT_Vector2.h>
#include <UT/UT_Vector3.h>
#include <UT/UT_Color.h>
Go to the source code of this file.
Classes | |
class | SIM_ParticleFieldVisualization |
This class holds a signed distance function representing a GU_Detail. More... | |
Enumerations | |
enum | SIM_VisType { SIM_VISTYPE_NONE, SIM_VISTYPE_SPEED, SIM_VISTYPE_DIR, SIM_VISTYPE_VALUE } |
enum SIM_VisType |
Enumerator | |
---|---|
SIM_VISTYPE_NONE | |
SIM_VISTYPE_SPEED | |
SIM_VISTYPE_DIR | |
SIM_VISTYPE_VALUE |
Definition at line 30 of file SIM_ParticleFieldVisualization.h.