HDK
|
This is the complete list of members for DAE_OPUtil, including all inherited members.
addOPProperty(OP_Node *node, const char *propClass, const char *propName) | DAE_OPUtil | static |
addOPSpare3FloatParm(OP_Node *node, const char *token, const char *label, fpreal defaultValue1, fpreal defaultValue2, fpreal defaultValue3, bool cook_dependent=false) | DAE_OPUtil | static |
addOPSpareFloatParm(OP_Node *node, const char *token, const char *label, fpreal defaultValue, fpreal minValue, fpreal maxValue, bool cook_dependent=false) | DAE_OPUtil | static |
addOPSpareStringParm(OP_Node *node, const char *token, const char *label, const char *defaultValue, bool cook_dependent=false) | DAE_OPUtil | static |
createOPNode(OP_Network *parent, const char *label, const char *type, bool runInit=1) | DAE_OPUtil | static |
DAE_OPUtil() | DAE_OPUtil | protected |
findOPNetwork(const char *path) | DAE_OPUtil | static |
getCHIndexByName(const char *name) | DAE_OPUtil | static |
getCHKeyExprByName(const char *name) | DAE_OPUtil | static |
getOPLabel(const UT_String &name, const UT_String &id, UT_String &label) | DAE_OPUtil | static |
getOPParmValue(OP_Node *node, const char *parmName, int &ivalue, int index=0) | DAE_OPUtil | static |
getOPParmValue(OP_Node *node, const char *parmName, fpreal &fvalue, int index=0) | DAE_OPUtil | static |
keyOPChannel(CH_Channel *ch, fpreal time, fpreal fvalue, bool hasInSlope=false, bool hasOutSlope=false, bool hasInterp=false, fpreal inSlope=0.0, fpreal outSlope=0.0, const char *interp="") | DAE_OPUtil | static |
organizeOPLayout(OP_Network *network, OP_LayoutDirection layout_dir=OP_LAYOUT_TOP_TO_BOT) | DAE_OPUtil | static |
setOPParm(OP_Node *node, const char *parmName, int ivalue, int index=0) | DAE_OPUtil | static |
setOPParm(OP_Node *node, const char *parmName, fpreal fvalue, int index=0) | DAE_OPUtil | static |
setOPParm(OP_Node *node, const char *parmName, const char *strvalue, CH_StringMeaning meaning, int index=0) | DAE_OPUtil | static |
setOPParm(OP_Node *node, const char *parmName, fpreal fvalue1, fpreal fvalue2, fpreal fvalue3) | DAE_OPUtil | static |
setOPParm(OP_Node *node, const char *parmName, const char *svalue1, const char *svalue2, const char *svalue3, CH_StringMeaning meaning) | DAE_OPUtil | static |
wireOPNodes(OP_Node *outputNode, OP_Node *inputNode, int inputIndex) | DAE_OPUtil | static |
wireOPNodes(OP_SubnetIndirectInput *outputNode, OP_Node *inputNode, int inputIndex) | DAE_OPUtil | static |
~DAE_OPUtil() | DAE_OPUtil | protectedvirtual |