HDK
|
#include "SIM_ForceOrbit.h"
#include <UT/UT_DSOVersion.h>
#include <GU/GU_PrimPoly.h>
#include <PRM/PRM_Include.h>
#include <SIM/SIM_PRMShared.h>
#include <SIM/SIM_DopDescription.h>
#include <SIM/SIM_GuideShared.h>
Go to the source code of this file.
Functions | |
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 39 of file SIM_ForceOrbit.C.