HDK
|
#include "SOP_MaxPromote.h"
#include "SOP_MaxPromote.proto.h"
#include <GU/GU_Detail.h>
#include <GU/GU_Promote.h>
#include <OP/OP_Operator.h>
#include <OP/OP_OperatorTable.h>
#include <PRM/PRM_Include.h>
#include <PRM/PRM_TemplateBuilder.h>
#include <UT/UT_DSOVersion.h>
#include <UT/UT_StringHolder.h>
Go to the source code of this file.
Classes | |
class | SOP_MaxPromoteVerb |
Functions | |
void | newSopOperator (OP_OperatorTable *table) |
template<typename T > | |
void | sopPromote (const SOP_NodeVerb::CookParms &cookparms, GU_Detail &detail, const GA_Attribute &source_attrib, GA_Attribute &dest_attrib) |
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 64 of file SOP_MaxPromote.C.
void sopPromote | ( | const SOP_NodeVerb::CookParms & | cookparms, |
GU_Detail & | detail, | ||
const GA_Attribute & | source_attrib, | ||
GA_Attribute & | dest_attrib | ||
) |
Definition at line 162 of file SOP_MaxPromote.C.