HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_OrientAlongCurve.C File Reference
#include "SOP_OrientAlongCurve.proto.h"
#include "GU_CurveFrame.h"
#include <SOP/SOP_Node.h>
#include <SOP/SOP_NodeVerb.h>
#include <GU/GU_Detail.h>
#include <GOP/GOP_Manager.h>
#include <GA/GA_Handle.h>
#include <GA/GA_Iterator.h>
#include <GA/GA_Names.h>
#include <GA/GA_OffsetList.h>
#include <GA/GA_SplittableRange.h>
#include <GA/GA_Types.h>
#include <PRM/PRM_TemplateBuilder.h>
#include <UT/UT_DSOVersion.h>
#include <UT/UT_Interrupt.h>
#include <UT/UT_PageArray.h>
#include <UT/UT_PageArrayImpl.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_Vector3.h>
#include <SYS/SYS_Math.h>
+ Include dependency graph for SOP_OrientAlongCurve.C:

Go to the source code of this file.

Classes

class  HDK_Sample::SOP_OrientAlongCurveVerb
 
class  HDK_Sample::SOP_OrientAlongCurve
 This is the SOP class definition. More...
 

Namespaces

 HDK_Sample
 This namespace is used to hold all HDK example source code.
 

Functions

void newSopOperator (OP_OperatorTable *table)
 

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.

Definition at line 168 of file SOP_OrientAlongCurve.C.