HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DAE_OPUtil Member List

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_OPUtilstatic
addOPSpare3FloatParm(OP_Node *node, const char *token, const char *label, fpreal defaultValue1, fpreal defaultValue2, fpreal defaultValue3, bool cook_dependent=false)DAE_OPUtilstatic
addOPSpareFloatParm(OP_Node *node, const char *token, const char *label, fpreal defaultValue, fpreal minValue, fpreal maxValue, bool cook_dependent=false)DAE_OPUtilstatic
addOPSpareStringParm(OP_Node *node, const char *token, const char *label, const char *defaultValue, bool cook_dependent=false)DAE_OPUtilstatic
createOPNode(OP_Network *parent, const char *label, const char *type, bool runInit=1)DAE_OPUtilstatic
DAE_OPUtil()DAE_OPUtilprotected
findOPNetwork(const char *path)DAE_OPUtilstatic
getCHIndexByName(const char *name)DAE_OPUtilstatic
getCHKeyExprByName(const char *name)DAE_OPUtilstatic
getOPLabel(const UT_String &name, const UT_String &id, UT_String &label)DAE_OPUtilstatic
getOPParmValue(OP_Node *node, const char *parmName, int &ivalue, int index=0)DAE_OPUtilstatic
getOPParmValue(OP_Node *node, const char *parmName, fpreal &fvalue, int index=0)DAE_OPUtilstatic
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_OPUtilstatic
organizeOPLayout(OP_Network *network, OP_LayoutDirection layout_dir=OP_LAYOUT_TOP_TO_BOT)DAE_OPUtilstatic
setOPParm(OP_Node *node, const char *parmName, int ivalue, int index=0)DAE_OPUtilstatic
setOPParm(OP_Node *node, const char *parmName, fpreal fvalue, int index=0)DAE_OPUtilstatic
setOPParm(OP_Node *node, const char *parmName, const char *strvalue, CH_StringMeaning meaning, int index=0)DAE_OPUtilstatic
setOPParm(OP_Node *node, const char *parmName, fpreal fvalue1, fpreal fvalue2, fpreal fvalue3)DAE_OPUtilstatic
setOPParm(OP_Node *node, const char *parmName, const char *svalue1, const char *svalue2, const char *svalue3, CH_StringMeaning meaning)DAE_OPUtilstatic
wireOPNodes(OP_Node *outputNode, OP_Node *inputNode, int inputIndex)DAE_OPUtilstatic
wireOPNodes(OP_SubnetIndirectInput *outputNode, OP_Node *inputNode, int inputIndex)DAE_OPUtilstatic
~DAE_OPUtil()DAE_OPUtilprotectedvirtual