HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VOP_CustomContext.C File Reference
#include <UT/UT_DSOVersion.h>
#include "VOP_CustomContext.h"
#include <VOP/VOP_Operator.h>
#include <OP/OP_OperatorTable.h>
#include <OP/OP_Input.h>
#include <PRM/PRM_Include.h>
#include <PRM/PRM_SpareData.h>
#include <CH/CH_Manager.h>
#include <UT/UT_Assert.h>
#include <UT/UT_WorkBuffer.h>
#include <SYS/SYS_Types.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+ Include dependency graph for VOP_CustomContext.C:

Go to the source code of this file.

Classes

class  sop_CustomVopOperator
 

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 53 of file VOP_CustomContext.C.