HDK
|
#include "SOP_SplitPointsHDK.proto.h"
#include "GEO_SplitPoints.h"
#include <SOP/SOP_Node.h>
#include <GU/GU_Detail.h>
#include <GU/GU_Promote.h>
#include <PRM/PRM_Include.h>
#include <PRM/PRM_TemplateBuilder.h>
#include <UT/UT_Assert.h>
#include <UT/UT_DSOVersion.h>
Go to the source code of this file.
Classes | |
class | HDK_Sample::SOP_SplitPointsHDKVerb |
class | HDK_Sample::SOP_SplitPointsHDK |
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) |
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 200 of file SOP_SplitPointsHDK.C.