Free Electron
Namespaces | Macros | Functions | Variables
HoudiniSOP.cc File Reference
#include <houdini/houdini.pmh>

Namespaces

 fe
 kernel
 

Macros

#define FE_HSOP_DISCOVER_DEBUG   FALSE
 
#define FE_HSOP_CATALOG_DEBUG   FALSE
 
#define FE_HSOP_COOK_DEBUG   FALSE
 
#define FE_HSOP_BRUSH_DEBUG   FALSE
 
#define FE_HSOP_UNDO_DEBUG   FALSE
 
#define FE_HSOP_IO_DEBUG   FALSE
 
#define FE_HSOP_PAYLOAD_DEBUG   FALSE
 
#define FE_HSOP_SHOW_CLASS   FALSE
 
#define FE_HSOP_WARNINGS   (FE_CODEGEN<=FE_DEBUG)
 

Functions

FE_DL_EXPORT void newSopOperator (OP_OperatorTable *pTable)
 

Variables

static PRM_Name fe::ext::gs_sopNames []
 
static PRM_Template fe::ext::gs_houdiniTemplateList []
 

Variable Documentation

◆ gs_houdiniTemplateList

PRM_Template fe::ext::gs_houdiniTemplateList[]
static
Initial value:
=
{
PRM_Template(PRM_STRING, 1, &gs_sopNames[0], 0),
PRM_Template(PRM_CALLBACK, 1, &gs_sopNames[1], 0, 0, 0,
&HoudiniSOP::reloadCallback),
PRM_Template()
}

◆ gs_sopNames

PRM_Name fe::ext::gs_sopNames[]
static
Initial value:
= {
PRM_Name("fe_component", "FE Component"),
PRM_Name("reload", "Reload")
}