HDK
|
#include "SOP_WindingNumber.h"
#include "SOP_WindingNumber.proto.h"
#include "UT_SolidAngle.h"
#include <SOP/SOP_NodeVerb.h>
#include <GU/GU_Detail.h>
#include <GEO/GEO_Curve.h>
#include <GEO/GEO_PrimMesh.h>
#include <GEO/GEO_PrimPolySoup.h>
#include <GEO/GEO_PrimSphere.h>
#include <GEO/GEO_PrimTetrahedron.h>
#include <GEO/GEO_TPSurf.h>
#include <GA/GA_Handle.h>
#include <GA/GA_SplittableRange.h>
#include <GA/GA_Types.h>
#include <OP/OP_Operator.h>
#include <OP/OP_OperatorTable.h>
#include <PRM/PRM_TemplateBuilder.h>
#include <UT/UT_DSOVersion.h>
#include <UT/UT_Interrupt.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_UniquePtr.h>
#include <SYS/SYS_Math.h>
Go to the source code of this file.
Classes | |
class | SOP_WindingNumberCache |
class | SOP_WindingNumberVerb |
Macros | |
#define | QUADS_AS_BILINEAR_PATCHES 1 |
#define | GA_INVALID_DATAID GA_DataId(-1) |
Typedefs | |
typedef int64 | GA_DataId |
Functions | |
void | newSopOperator (OP_OperatorTable *table) |
#define GA_INVALID_DATAID GA_DataId(-1) |
Definition at line 101 of file SOP_WindingNumber.C.
#define QUADS_AS_BILINEAR_PATCHES 1 |
Definition at line 64 of file SOP_WindingNumber.C.
Definition at line 100 of file SOP_WindingNumber.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.
Definition at line 374 of file SOP_WindingNumber.C.