HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_CopyToPointsHDK.C File Reference
#include "SOP_CopyToPointsHDK.proto.h"
#include "GU_Copy2.h"
#include "GEO_BuildPrimitives.h"
#include <SOP/SOP_Node.h>
#include <SOP/SOP_NodeVerb.h>
#include <GU/GU_PackedGeometry.h>
#include <GU/GU_PrimPacked.h>
#include <GEO/GEO_ParallelWiringUtil.h>
#include <GA/GA_Primitive.h>
#include <GA/GA_Range.h>
#include <GA/GA_SplittableRange.h>
#include <OP/OP_AutoLockInputs.h>
#include <PRM/PRM_ChoiceList.h>
#include <PRM/PRM_TemplateBuilder.h>
#include <UT/UT_ArrayMap.h>
#include <UT/UT_ArrayStringMap.h>
#include <UT/UT_DSOVersion.h>
#include <UT/UT_PageArrayImpl.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_UndoManager.h>
#include <utility>
+ Include dependency graph for SOP_CopyToPointsHDK.C:

Go to the source code of this file.

Classes

class  HDK_Sample::SOP_CopyToPointsHDKCache
 
class  HDK_Sample::SOP_CopyToPointsHDKVerb
 
class  HDK_Sample::SOP_CopyToPointsHDK
 

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 486 of file SOP_CopyToPointsHDK.C.