HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_PrimVOP.C File Reference
+ Include dependency graph for SOP_PrimVOP.C:

Go to the source code of this file.

Classes

class  HDK_Sample::sop_bindparms
 

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.

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 57 of file SOP_PrimVOP.C.