HDK
|
#include "SOP_VolumeProject.h"
#include "SOP_VolumeProject.proto.h"
#include <UT/UT_VoxelArray.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_StopWatch.h>
#include <GU/GU_Detail.h>
#include <GU/GU_PrimVolume.h>
#include <PRM/PRM_Include.h>
#include <PRM/PRM_TemplateBuilder.h>
#include <UT/UT_DSOVersion.h>
Go to the source code of this file.
Classes | |
class | SOP_VolumeProjectVerb |
Macros | |
#define | MIN_DIV 1e-8 |
Functions | |
void | newSopOperator (OP_OperatorTable *table) |
#define MIN_DIV 1e-8 |
Definition at line 362 of file SOP_VolumeProject.C.
void newSopOperator | ( | OP_OperatorTable * | table | ) |
newSopOperator is the hook that Houdini grabs from this dll and invokes to register the SOP. In this case, we add ourselves to the specified operator table.
newSopOperator is the hook that Houdini grabs from this dll and invokes to register the SOP. In this case we add ourselves to the specified operator table.
Definition at line 46 of file SOP_VolumeProject.C.