HDK
|
#include "SIM_GasAdd.h"
#include <UT/UT_DSOVersion.h>
#include <UT/UT_Interrupt.h>
#include <PRM/PRM_Include.h>
#include <SIM/SIM_PRMShared.h>
#include <SIM/SIM_DopDescription.h>
#include <SIM/SIM_FieldSampler.h>
#include <SIM/SIM_ScalarField.h>
#include <SIM/SIM_VectorField.h>
#include <SIM/SIM_MatrixField.h>
#include <SIM/SIM_Object.h>
#include <GAS/GAS_SubSolver.h>
Go to the source code of this file.
Functions | |
void | initializeSIM (void *) |
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 49 of file SIM_GasAdd.C.