HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_VolumeProject.C File Reference
#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>
+ Include dependency graph for SOP_VolumeProject.C:

Go to the source code of this file.

Classes

class  SOP_VolumeProjectVerb
 

Macros

#define MIN_DIV   1e-8
 

Functions

void newSopOperator (OP_OperatorTable *table)
 

Macro Definition Documentation

#define MIN_DIV   1e-8

Definition at line 362 of file SOP_VolumeProject.C.

Function Documentation

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.