HDK
|
This is the complete list of members for OP_Node, including all inherited members.
acceptDragDrop(DD_Source &src, const char *label) | OP_Node | virtual |
addChannel(const char *name) | OP_Parameters | |
addChannelError(const char *type, int code, const char *msg=0) | OP_Parameters | |
addChannelNameReference(const PRM_RefId &ref_id, const UT_StringRef &op_path, const UT_StringRef &chan_name, OP_InterestType type) | OP_Node | protected |
addExprOpDependency(const char *arg_str, const PRM_RefId &ref_id, OP_InterestType interest_type) | OP_Node | static |
addExprOpDependency1From2(const char *arg_str1, const char *arg_str2, const PRM_RefId &ref_id, OP_InterestType interest_type) | OP_Node | static |
addExprOpParmDependency(const char *arg_str, const PRM_RefId &ref_id, OP_InterestType interest_type) | OP_Node | static |
addExtraInput(OP_Node *op, OP_InterestType type) | OP_Node | virtual |
addExtraInput(OP_Node &op, int parm_i, int vec_i) | OP_Node | |
addExtraInput(const OP_InterestRef &source_ref) | OP_Node | |
addExtraInput(DEP_MicroNode &source_micronode) | OP_Node | |
addExtraInput(const OP_InterestRef &target_ref, const OP_InterestRef &source_ref) | OP_Node | static |
addExtraInput(const OP_InterestRef &target_ref, DEP_MicroNode &source_micronode) | OP_Node | static |
addExtraInput(DEP_MicroNode &target_micronode, const OP_InterestRef &source_ref) | OP_Node | static |
addExtraInput(OP_Node &source, int source_pi, int source_vi, OP_Node &target, int target_pi, int target_vi) | OP_Node | static |
addExtraInput(OP_Node *op, OP_InterestType type, DEP_MicroNodeList &sources_cache) | OP_Node | |
addExtraInput(OP_Node &source, PRM_Parm &source_parm, int source_vi, OP_Node &target, PRM_Parm &target_parm, int target_vi) | OP_Node | static |
addExtraInputs(const UT_Array< OP_InterestRef > &source_refs) | OP_Node | |
addExtraInputs(const DEP_MicroNodeList &deps) | OP_Node | |
addExtraInputs(const UT_Array< OP_InterestRef > &target_refs, const UT_Array< OP_InterestRef > &source_refs) | OP_Node | static |
addExtraInputs(const UT_Array< OP_Node * > &nodes, OP_InterestType type, DEP_MicroNodeList &sources_cache) | OP_Node | |
addExtraInputToEvalChannel(int thread, OP_Node &op, OP_InterestType type) | OP_Node | inlinestatic |
addExtraInputToEvalChannel(int thread, OP_Node &op, int parm_i, int vec_i) | OP_Node | inlinestatic |
addExtraInputToEvalChannel(int thread, const OP_InterestRef &source_ref) | OP_Node | inlinestatic |
addExtraInputToEvalChannel(int thread, DEP_MicroNode &src_micronode) | OP_Node | inlinestatic |
addGenericOpInputReference(const PRM_RefId &ref_id, OP_Node *node) | OP_Node | |
addGenericOpNameReference(const UT_String &oppath) | OP_Node | |
addGenericOpNameReference(const PRM_RefId &ref_id, OP_Node *node) | OP_Node | |
addInputError(unsigned input_idx) | OP_Node | protected |
addInputNodeError(OP_Node *src) | OP_Node | protected |
addInputNodeErrorToManager(UT_ErrorManager *error, OP_Node *src) | OP_Node | static |
addMultiparmInterests(OP_Node *srcnode, PRM_Parm &parm) | OP_Node | |
addMultiparmInterests(const OP_InterestRef &target_ref, OP_Node *srcnode, PRM_Parm &parm) | OP_Node | static |
addMultiparmInterests(DEP_MicroNode &target, OP_Node *srcnode, PRM_Parm &parm) | OP_Node | static |
addOpInterest(void *data, OP_EventMethod m) | OP_Node | inline |
addOpNameReference(const PRM_RefId &ref_id, const UT_String &op_path, OP_InterestType type) | OP_Node | protected |
addOpReference(const PRM_RefId &ref_id, OP_Node *node, const PRM_RefId &source_ref_id, OP_InterestType type) | OP_Node | protected |
addOrMoveVisualizerToOutput(int outputidx) | OP_Node | inlinevirtual |
addOrRemoveMultiparmInstance() override | OP_Parameters | virtual |
addPythonNodeError(const PY_Result &py_result) | OP_Node | |
addTransformError(const OP_Node &node, const char *label=0) const | OP_Node | |
allocIndirect(int size=64) | OP_Parameters | protected |
allowBuildDependencies() const | OP_Node | inlineprotected |
allowConsolidatingInput(int idx) | OP_Node | virtual |
allowInputEditorInputDelete() | OP_Node | virtual |
allowInputEditorInputParm() | OP_Node | virtual |
animate(unsigned idx) | OP_Parameters | |
animate(const char *name) | OP_Parameters | |
appendError(const char *type, int code, const char *m, UT_ErrorSeverity sev) | OP_Parameters | inline |
beginPropagateModification() | OP_Node | |
beginScriptBlockingDel() | OP_Node | inlineprotected |
beginVopCodeGeneratorUpdate() | OP_Node | inlinevirtual |
blockModify(int on_off, int propagate=1) | OP_Node | |
buildDefaultCopContext(OP_Context &context, DEP_MicroNode *depnode=nullptr) | OP_Node | virtual |
buildInputHashCode(UT_TokenString &string, OP_Context &context, int group_mask, int level) | OP_Node | |
buildLocalVarNames(UT_StringArray &out_vars) | OP_Node | protectedvirtual |
buildMParmInst(const PRM_Template *templates, UT_StringArray &mparm_inst, UT_IntArray &mparm_lvl, int level) | OP_Parameters | static |
buildOpDependencies() override | OP_Node | protectedvirtual |
buildOpMenu(OP_Network *net, PRM_Name *theMenu, int theMenuSize, int(*doAdd)(OP_Node *)=0, int startItem=0, const PRM_Parm *parm=0, int showSubnets=1, int expandSubnets=1, bool recurse=false) | OP_Node | static |
buildParmDependency(int parm_index) | OP_Node | protectedvirtual |
buildPreDefRulesMenu(PRM_Name *menu, OP_PreDefRules &pdr) | OP_Node | static |
buildQuadricXform(UT_Matrix4 &mat, float tx, float ty, float tz, float sx, float sy, float sz, char axis= 'y', float rx=0.0f, float ry=0.0f, float rz=0.0f) | OP_Node | static |
buildQuadricXform(UT_DMatrix4 &mat, double tx, double ty, double tz, double sx, double sy, double sz, char axis= 'y', double rx=0.0, double ry=0.0, double rz=0.0) | OP_Node | static |
buildVexCommand(UT_String &result, const PRM_Template *templatelist, fpreal now, int start_parm=0, int end_parm=INT_MAX, bool use_parmvop_tag=true) | OP_Node | |
buildVexCommandWithDependencies(OP_Node *owner, DEP_MicroNode *depnode, UT_String &result, const PRM_Template *templatelist, fpreal now, int start_parm=0, int end_parm=INT_MAX, bool use_parmvop_tag=true) | OP_Node | |
buildVexScript(UT_String &script, fpreal t, OP_Node *owner, UT_Map< int, bool > *visitlist=0) | OP_Node | virtual |
buildVexScript(UT_String &script, fpreal t, DEP_MicroNode *depnode, UT_Map< int, bool > *visitlist=0) | OP_Node | virtual |
buildVopCodeGenerator() | OP_Node | inlinevirtual |
buildXform(int trs, int xyz, float tx, float ty, float tz, float rx, float ry, float rz, float sx, float sy, float sz, float px, float py, float pz, UT_Matrix4 &mat) | OP_Node | static |
buildXform(int trs, int xyz, double tx, double ty, double tz, double rx, double ry, double rz, double sx, double sy, double sz, double px, double py, double pz, UT_DMatrix4 &mat) | OP_Node | static |
buildXform(int trs, int xyz, float tx, float ty, float tz, float rx, float ry, float rz, float sx, float sy, float sz, const UT_Matrix4F::PivotSpace &pivot, UT_Matrix4 &mat) | OP_Node | static |
buildXform(int trs, int xyz, double tx, double ty, double tz, double rx, double ry, double rz, double sx, double sy, double sz, const UT_DMatrix4::PivotSpace &pivot, UT_DMatrix4 &mat) | OP_Node | static |
buildXform(int trs, int xyz, float tx, float ty, float tz, float rx, float ry, float rz, float sx, float sy, float sz, float s_xy, float s_xz, float s_yz, float px, float py, float pz, UT_Matrix4 &mat) | OP_Node | static |
buildXform(int trs, int xyz, double tx, double ty, double tz, double rx, double ry, double rz, double sx, double sy, double sz, double s_xy, double s_xz, double s_yz, double px, double py, double pz, UT_DMatrix4 &mat) | OP_Node | static |
buildXform(int trs, int xyz, float tx, float ty, float tz, float rx, float ry, float rz, float sx, float sy, float sz, float s_xy, float s_xz, float s_yz, const UT_Matrix4F::PivotSpace &pivot, UT_Matrix4 &mat) | OP_Node | static |
buildXform(int trs, int xyz, double tx, double ty, double tz, double rx, double ry, double rz, double sx, double sy, double sz, double s_xy, double s_xz, double s_yz, const UT_DMatrix4::PivotSpace &pivot, UT_DMatrix4 &mat) | OP_Node | static |
buildXform(const UT_Matrix4F::FullTransformModel &parms, UT_Matrix4F &mat) | OP_Node | static |
buildXform(const UT_Matrix4D::FullTransformModel &parms, UT_Matrix4D &mat) | OP_Node | static |
buildXform(int trs, float tx, float ty, float rz, float sx, float sy, float px, float py, UT_Matrix3 &mat) | OP_Node | static |
buildXform(int trs, double tx, double ty, double rz, double sx, double sy, double px, double py, UT_DMatrix3 &mat) | OP_Node | static |
buildXform(int trs, float tx, float ty, float rz, float sx, float sy, float s_xy, float px, float py, UT_Matrix3 &mat) | OP_Node | static |
buildXform(int trs, double tx, double ty, double rz, double sx, double sy, double s_xy, double px, double py, UT_DMatrix3 &mat) | OP_Node | static |
buildXformOrder(int trs, int xyz, UT_XformOrder &order) | OP_Node | static |
buildXformOrder(int trs, int xyz) | OP_Node | static |
builtExplicitly(int yn) | OP_Node | inline |
builtHashCode(bool b=true) | OP_Node | inline |
bumpNameSerialIndex() | OP_Node | protectedstatic |
bumpSourceCount(int d) | OP_Node | protectedvirtual |
bumpTakeReference(int dir) | OP_Parameters | inline |
bumpVersionParm() | OP_Node | inline |
bundleChanged(const OP_Bundle *bundle) | OP_Node | virtual |
bypassMe(OP_Context &context, int &copied_input)=0 | OP_Node | protectedpure virtual |
cachedPythonObjects() const | OP_Node | inline |
cacheParmValues(const OP_Context &context) | OP_Parameters | |
canAccess(unsigned mask) const | OP_Parameters | |
canAccess(unsigned mask, const PRM_Parm *parm) const | OP_Parameters | |
canAccessChannel(uint mask, const CH_Channel *chp) const | OP_Parameters | |
canAccessFlag(unsigned mask, uchar flag) const | OP_Node | |
canCreateNewOpType() const | OP_Node | virtual |
canDestroyNode() | OP_Node | protectedvirtual |
canDestroyNodes(OP_Network *src_net, const OP_NodeList *nodes) | OP_Node | static |
canModifyFromUI(const PRM_Parm *parm, int vi) const | OP_Parameters | |
canSetBatchParms(PRM_BatchList &list, fpreal now) | OP_Parameters | static |
castToCHOPNETNode() const | OP_Node | inline |
castToCHOPNode() const | OP_Node | inline |
castToCOP2NETNode() const | OP_Node | inline |
castToCOP2Node() const | OP_Node | inline |
castToCOPNode() const | OP_Node | inline |
castToDOPNode() const | OP_Node | inline |
castToDOPParent() | OP_Node | inlinevirtual |
castToDOPParent() const | OP_Node | inlinevirtual |
castToLOPNode() const | OP_Node | inline |
castToOBJNode() const | OP_Node | inline |
castToOpDopParent() | OP_Node | inline |
castToOpDopParent() const | OP_Node | inline |
castToOPNode() override | OP_Node | inlinevirtual |
castToOPNode() const override | OP_Node | inlinevirtual |
castToROPNode() const | OP_Node | inline |
castToSHOPNode() const | OP_Node | inline |
castToSOPNode() const | OP_Node | inline |
castToTOPNETNode() const | OP_Node | inline |
castToTOPNode() const | OP_Node | inline |
castToVOPNETNode() const | OP_Node | inline |
castToVOPNode() const | OP_Node | inline |
changeExprOpParmRef(const char *arg_str, char *&new_arg, const char *new_fullpath, const char *old_fullpath, const char *old_cwd, const char *chan_name, const char *old_chan_name) | OP_Node | static |
changeExprOpRef(const char *arg_str, char *&new_arg, const char *new_fullpath, const char *old_fullpath, const char *old_cwd) | OP_Node | static |
changeExprOpRef1From2(const char *arg_str1, const char *arg_str2, char *&new_arg1, char *&new_arg2, const char *new_fullpath, const char *old_fullpath, const char *old_cwd) | OP_Node | static |
changeOpDependentUniqueId(int old_id, int new_id) | OP_Node | protected |
changeOpPathRef(UT_String &value_str, const char *new_fullpath, const char *old_fullpath, const char *old_cwd, const char *new_cwd) | OP_Node | protected |
changeOpReferenceUniqueId(int old_id, int new_id) | OP_Node | protected |
changeParmTemplate(PRM_Template *new_template) | OP_Node | virtual |
changeSpareParms(UT_IStream &istream, UT_String &errors) override | OP_Node | virtual |
changeString(const char *from, const char *to, bool fullword) override | OP_Node | virtual |
chChanged(CH_Channel *ch, CH_CHANGE_TYPE reason) | OP_Parameters | |
checkChannelDependencies(CH_Channel *ch, CH_CHANGE_TYPE reason) override | OP_Node | protectedvirtual |
checkConnectorsConsistency() | OP_Node | protected |
checkContextOptionDependencies(int do_parms) | OP_Node | protectedvirtual |
checkExpressionError(const PRM_Parm *parm, int thread) const | OP_Parameters | inlineprotected |
checkInputs() | OP_Node | |
checkTimeDependencies(int do_parms=1, int do_inputs=1, int do_extras=1) | OP_Node | protectedvirtual |
cleanAllBundleRefs() | OP_Node | |
cleanUnusedBundleRefs() | OP_Node | |
clearAllPendingUndoFlags() | OP_Node | static |
clearAndDestroy() | OP_Node | protectedvirtual |
clearCache() | OP_Node | protectedvirtual |
clearCachedPythonObjects() | OP_Node | |
clearCompiledHash() | OP_Node | inline |
clearDataBlocks() | OP_Node | |
clearDependency() | OP_Node | protected |
clearDuplicateErrors() | OP_Parameters | inline |
clearErrors() | OP_Parameters | inline |
clearErrors(OP_Context &context) | OP_Parameters | inline |
clearHashCodeFlags() | OP_Node | |
clearInputContextOptionDepIfSafe(const UT_StringHolder &opt, const OP_Context &context) | OP_Node | |
clearInterrupted() | OP_Node | inlinevirtual |
clearInterruptedImpl(bool allow_recook) | OP_Node | protected |
clearOpReferences() | OP_Node | protected |
clearParmCache() | OP_Parameters | |
clearParmDependency(int parm_index) override | OP_Node | virtual |
clearUndoFlags() override | OP_Node | virtual |
clearUniqueId() | OP_Node | protectedvirtual |
clearUnreferencedInputs() | OP_Node | virtual |
clearUserData(bool save_undo) | OP_Node | |
clearVersionUserData() | OP_Node | |
cloneFromProxyRefNode(OP_Network *proxy) | OP_Node | protectedvirtual |
cloneToProxyRefNode() | OP_Node | protectedvirtual |
cmd_locate(CMD_Args &) | OP_Node | protectedstatic |
commandParmCallback(void *data, fpreal now, int argc, char *argv[], CMD_Args *args) | OP_Parameters | |
completePath(const char *prefixpath, UT_String &completepath) const | OP_Node | |
computeAllChildAssetPermissions() | OP_Node | |
connectToInputNode(OP_Node &inputnode, int input_idx, int branch_off=0) | OP_Node | |
consolidateInputs() | OP_Node | |
convertObsAnimatedToStringExpression(PRM_ParmList *obsolete_parms, const char *pn, int vi, fpreal t, UT_String &result, bool reset_obs) | OP_Parameters | |
convertOpdefToAbsolutePath(UT_String &str) const override | OP_Node | protectedvirtual |
cook(OP_Context &context) | OP_Node | virtual |
cookDataForAnyOutput() const | OP_Node | inlineprotectedvirtual |
cookedDataNeedsErrors() const | OP_Node | inlineprotectedvirtual |
cookedDataUsesAllParameters() const | OP_Node | inlineprotectedvirtual |
cookedInputIndex() const | OP_Node | inlinevirtual |
cookInputGroups(OP_Context &context, int alone=0) | OP_Node | protectedvirtual |
cookLockedExecute(const F &functor) | OP_Node | inline |
cookMe(OP_Context &context)=0 | OP_Node | protectedpure virtual |
cookOverrides(OP_Context &c) | OP_Node | |
cookParmsModified() const | OP_Node | inline |
countReferences(int op_id) | OP_Node | |
createAttributeEvaluator(const char *name) | OP_Node | virtual |
createChannelGroupsFromFolders(CH_Group &parent_group, bool only_channels, bool leaf_channels_only=false, bool only_unlocked=true) | OP_Parameters | |
createGalleryEntry(OP_GalleryEntry &entry) | OP_Node | virtual |
createNewOpType(OP_Node *node, UT_String &errors, const char *typeName=nullptr, const char *typeLabel=nullptr, const char *otlFile=nullptr, const char *metaSource=nullptr, const char *comment=nullptr, const char *version=nullptr, const char *newName=nullptr, int minimumInputs=-1, int maximumInputs=-1, bool ignore_external_references=false, bool compress_contents=false, bool force=false, int *newNodeId=nullptr, bool compile_contents=false, bool change_node_type=true, bool create_backup=true) | OP_Node | static |
createObsoleteParmList() override | OP_Node | virtual |
createParmMicroNode(const UT_StringRef &pn, int *pi) | OP_Parameters | |
createProxyRefNode(const char *path) | OP_Node | virtual |
createSpareParameterFromChannel(const char *chname) | OP_Parameters | protectedvirtual |
createSpareParametersForLoad(UT_StringArray &, PRM_ParmNameMap &, UT_String &) | PRM_ParmOwner | virtual |
createSpareParametersFromChannels(UT_BitArray &selection, const CH_ChannelList &channels) | OP_Parameters | protectedvirtual |
dataBlockChanged(const UT_StringHolder &key) | OP_Node | virtual |
dataMicroNode() | OP_Node | inline |
dataMicroNodeConst() const | OP_Node | inlinevirtual |
deAnimate(unsigned idx) | OP_Parameters | |
deAnimate(const char *name) | OP_Parameters | |
decrementOpReference(int node_id) | OP_Node | |
defaultInputName(int idx) | OP_Node | static |
defaultOutputName(int idx) | OP_Node | static |
deleteAllSpareParms() | OP_Parameters | |
deleteBlindData(const char *key) | OP_Node | |
deleteCachedPythonObject(const UT_StringRef &key) | OP_Node | |
deleteCookedData()=0 | OP_Node | pure virtual |
deleteInput(int idx) | OP_Node | protected |
deleteInput(const OP_ConnectorId &input_name) | OP_Node | protected |
deleteNodeData(void *) | OP_Node | virtual |
deleteUserData(const UT_StringRef &key, bool save_undo) | OP_Node | |
destroyChannel(const char *name) | OP_Parameters | |
directSendEvent(OP_EventType type, void *data=0) | OP_Node | inline |
dirtyDescriptiveNameCache() | OP_Node | protected |
dirtyForTimeChange(fpreal t) | OP_Node | inlineprotected |
disableParms() | OP_Parameters | protectedvirtual |
disconnectAllInputs() | OP_Node | |
disconnectAllInputsOutputs(bool keepSelected, bool forceDisconnectOutputs=false) | OP_Node | |
disconnectAllOutputs() | OP_Node | |
doDeleteInput(int idx) | OP_Node | protectedvirtual |
doDeleteRewire() const | OP_Node | inlinevirtual |
doGetFullPath(UT_WorkBuffer &str) const override | OP_Node | protectedvirtual |
doOverridePostCook() | OP_Node | inlineprotectedvirtual |
doOverridePreCook() | OP_Node | inlineprotectedvirtual |
dumpDependencies(std::ostream &os) | OP_Node | virtual |
dumpExtraInputs(std::ostream &os, bool as_DOT, int indent_level=0) const | OP_Node | |
dumpMicroNodes(std::ostream &os, bool as_DOT, int indent_level) const | OP_Node | protectedvirtual |
dumpOpDependents(OP_Node *ref, int brief, std::ostream &os) | OP_Node | |
editCallback(CL_Track *track, fpreal t, fpreal newValue) | OP_Node | virtual |
enableParm(int pi, int state, int v=-1) | OP_Parameters | |
enableParm(const char *pn, int state, int v=-1) | OP_Parameters | |
enableParmInst(const char *name, const int *inst, int state, int nestlevel=1, int v=-1) | OP_Parameters | |
endBulkNotifications(const OP_NodeList &changed) | OP_Node | static |
endPropagateModification() | OP_Node | |
endScriptBlockingDel() | OP_Node | inlineprotected |
endVopCodeGeneratorUpdate(int update_level) | OP_Node | inlinevirtual |
ensureErrorsAreUpdatedSubclass() | OP_Parameters | inlineprotectedvirtual |
ensureInputsAndOutputsAreValid() | OP_Node | virtual |
ensureSpareParmsAreUpdatedSubclass() | OP_Parameters | inlineprotectedvirtual |
error(OP_Context &context) | OP_Parameters | inlinevirtual |
error() | OP_Parameters | inlinevirtual |
evalData(int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalData(const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalData(const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalData(const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalDataInst(const UT_StringRef &name, const int *inst, int vi, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalDataInstT(const UT_StringRef &name, const int *inst, int vi, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalDataT(int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalDataT(const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalDataT(const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalDataT(const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalFloat(int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalFloat(const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalFloat(const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalFloat(const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalFloatInst(const UT_StringRef &name, const int *inst, int vi, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalFloatInstT(const UT_StringRef &name, const int *inst, int vi, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalFloats(int pi, fpreal64 *v, fpreal t) const | OP_Parameters | inline |
evalFloats(const UT_StringRef &pn, fpreal64 *v, fpreal t) const | OP_Parameters | inline |
evalFloats(const UT_StringRef &pn, int *pi, fpreal64 *v, fpreal t) const | OP_Parameters | inline |
evalFloats(const PRM_Parm *parm, fpreal64 *v, fpreal t) const | OP_Parameters | inline |
evalFloats(int pi, fpreal32 *v, fpreal t) const | OP_Parameters | inline |
evalFloats(const UT_StringRef &pn, fpreal32 *v, fpreal t) const | OP_Parameters | inline |
evalFloats(const UT_StringRef &pn, int *pi, fpreal32 *v, fpreal t) const | OP_Parameters | inline |
evalFloats(const PRM_Parm *parm, fpreal32 *v, fpreal t) const | OP_Parameters | inline |
evalFloatsInst(const UT_StringRef &name, const int *inst, fpreal32 *v, fpreal t, int nestlevel=1) const | OP_Parameters | |
evalFloatsInst(const UT_StringRef &name, const int *inst, fpreal64 *v, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalFloatsInstT(const UT_StringRef &name, const int *inst, fpreal64 *v, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalFloatsT(int pi, fpreal64 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatsT(const UT_StringRef &pn, fpreal64 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatsT(const UT_StringRef &pn, int *pi, fpreal64 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatsT(const PRM_Parm *parm, fpreal64 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatsT(int pi, fpreal32 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatsT(const UT_StringRef &pn, fpreal32 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatsT(const UT_StringRef &pn, int *pi, fpreal32 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatsT(const PRM_Parm *parm, fpreal32 *v, fpreal t, int thread) const | OP_Parameters | |
evalFloatT(int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalFloatT(const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalFloatT(const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalFloatT(const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalInt(int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalInt(const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalInt(const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalInt(const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalIntInst(const UT_StringRef &name, const int *inst, int vi, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalIntInstT(const UT_StringRef &name, const int *inst, int vi, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalIntT(int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalIntT(const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalIntT(const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalIntT(const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMap(UT_JSONValueMap &val, int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMap(UT_JSONValueMap &val, const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMap(UT_JSONValueMap &val, const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMap(UT_JSONValueMap &val, const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMapRaw(UT_JSONValueMap &val, int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMapRaw(UT_JSONValueMap &val, const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMapRaw(UT_JSONValueMap &val, const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMapRaw(UT_JSONValueMap &val, const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalJSONMapRawT(UT_JSONValueMap &val, int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMapRawT(UT_JSONValueMap &val, const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMapRawT(UT_JSONValueMap &val, const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMapRawT(UT_JSONValueMap &val, const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMapT(UT_JSONValueMap &val, int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMapT(UT_JSONValueMap &val, const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMapT(UT_JSONValueMap &val, const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalJSONMapT(UT_JSONValueMap &val, const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalOpPathString(UT_String &val, int pi, int vi, fpreal t, int &op_id, fpreal &op_time, int expanded=1) | OP_Node | |
evalOpPathString(UT_String &val, const char *pn, int &pi, int vi, fpreal t, int &op_id, fpreal &op_time, int expanded=1) | OP_Node | |
evalParameterOrProperty(const UT_StringRef &parm_name, int vec_index, fpreal now, int &value, PRM_Parm **parmptr=NULL) const | OP_Parameters | inline |
evalParameterOrProperty(const UT_StringRef &parm_name, int vec_index, fpreal now, fpreal &values, PRM_Parm **parmptr=NULL) const | OP_Parameters | inline |
evalParameterOrProperty(const UT_StringRef &parm_name, int vec_index, fpreal now, UT_String &value, PRM_Parm **parmptr=NULL) const | OP_Parameters | inline |
evalParameterOrPropertyExpr(const UT_StringRef &parm_name, int vec_index, fpreal now, UT_String &value, PRM_Parm **parmptr=NULL) const | OP_Parameters | inline |
evalParameterOrPropertyExprT(const UT_StringRef &parm_name, int vec_index, fpreal now, UT_String &value, int thread, PRM_Parm **parmptr=NULL) const | OP_Parameters | |
evalParameterOrPropertyRaw(const UT_StringRef &parm_name, int vec_index, fpreal now, UT_String &value, PRM_Parm **parmptr=NULL) const | OP_Parameters | inline |
evalParameterOrPropertyRawT(const UT_StringRef &parm_name, int vec_index, fpreal now, UT_String &value, int thread, PRM_Parm **parmptr=NULL) const | OP_Parameters | |
evalParameterOrPropertyT(const UT_StringRef &parm_name, int vec_index, fpreal now, int &value, int thread, PRM_Parm **parmptr=NULL) const | OP_Parameters | |
evalParameterOrPropertyT(const UT_StringRef &parm_name, int vec_index, fpreal now, fpreal &values, int thread, PRM_Parm **parmptr=NULL) const | OP_Parameters | |
evalParameterOrPropertyT(const UT_StringRef &parm_name, int vec_index, fpreal now, UT_String &value, int thread, PRM_Parm **parmptr=NULL) const | OP_Parameters | |
evalString(UT_String &val, int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalString(UT_StringHolder &val, int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalString(UT_String &val, const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalString(UT_StringHolder &val, const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalString(UT_String &val, const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalString(UT_StringHolder &val, const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalString(UT_String &val, const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalString(UT_StringHolder &val, const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalStringInst(const UT_StringRef &name, const int *inst, UT_String &val, int vi, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalStringInst(const UT_StringRef &name, const int *inst, UT_StringHolder &val, int vi, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalStringInstRaw(const UT_StringRef &name, const int *inst, UT_String &val, int vi, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalStringInstRaw(const UT_StringRef &name, const int *inst, UT_StringHolder &val, int vi, fpreal t, int nestlevel=1) const | OP_Parameters | inline |
evalStringInstRawT(const UT_StringRef &name, const int *inst, UT_String &val, int vi, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalStringInstRawT(const UT_StringRef &name, const int *inst, UT_StringHolder &val, int vi, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalStringInstT(const UT_StringRef &name, const int *inst, UT_String &val, int vi, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalStringInstT(const UT_StringRef &name, const int *inst, UT_StringHolder &val, int vi, fpreal t, int thread, int nestlevel=1) const | OP_Parameters | |
evalStringRaw(UT_String &val, int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRaw(UT_StringHolder &val, int pi, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRaw(UT_String &val, const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRaw(UT_StringHolder &val, const UT_StringRef &pn, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRaw(UT_String &val, const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRaw(UT_StringHolder &val, const UT_StringRef &pn, int *pi, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRaw(UT_String &val, const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRaw(UT_StringHolder &val, const PRM_Parm *parm, int vi, fpreal t) const | OP_Parameters | inline |
evalStringRawT(UT_String &val, int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringRawT(UT_StringHolder &val, int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringRawT(UT_String &val, const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringRawT(UT_StringHolder &val, const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringRawT(UT_String &val, const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringRawT(UT_StringHolder &val, const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringRawT(UT_String &val, const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringRawT(UT_StringHolder &val, const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_String &val, int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_StringHolder &val, int pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_String &val, const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_StringHolder &val, const UT_StringRef &pn, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_String &val, const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_StringHolder &val, const UT_StringRef &pn, int *pi, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_String &val, const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evalStringT(UT_StringHolder &val, const PRM_Parm *parm, int vi, fpreal t, int thread) const | OP_Parameters | |
evaluateAllParms(fpreal t) | OP_Node | protected |
evaluateBatchParms(PRM_BatchList &list, fpreal now) | OP_Node | virtual |
evaluateDisableExpression(const PRM_Parm &prm, const UT_StringRef &function) const override | OP_Node | protectedvirtual |
evaluateTransformTracks(OP_Context &context, OP_EvaluateTransformTracksArgs &args) | OP_Node | inlinevirtual |
evaluateTransformTracksTargets(OP_Context &context, OP_NodeList &nodes, OP_Node *caller) | OP_Node | inlinevirtual |
evalVariableValue(UT_String &val, int index, int thread) | OP_Parameters | virtual |
evalVariableValue(fpreal &val, int index, int thread) | OP_Parameters | virtual |
evalVectorProperty(const UT_StringRef &parm_name, fpreal now, int *values, int vec_size, PRM_Parm **parmptr=NULL) const | OP_Parameters | inline |
evalVectorProperty(const UT_StringRef &parm_name, fpreal now, fpreal *values, int vec_size, PRM_Parm **parmptr=NULL) const | OP_Parameters | inline |
evalVectorPropertyT(const UT_StringRef &parm_name, fpreal now, int *values, int vec_size, int thread, PRM_Parm **parmptr=NULL) const | OP_Parameters | |
evalVectorPropertyT(const UT_StringRef &parm_name, fpreal now, fpreal *values, int vec_size, int thread, PRM_Parm **parmptr=NULL) const | OP_Parameters | |
eventMicroNode(OP_EventType e) | OP_Node | |
eventMicroNodeConst(OP_EventType e) const | OP_Node | inline |
executeCommand(const char *command, std::ostream *out, std::ostream *err) const override | OP_Node | virtual |
executeHscriptScript(UT_String &script, const OP_Context &context) | OP_Node | |
executePythonScript(UT_String &script, const OP_Context &context) | OP_Node | |
expandGroupPattern(const char *pattern, UT_String &result, bool expandToFullPaths=false) | OP_Node | |
expandString(UT_String &val, fpreal t, int thread, const char *channel_name=0) | OP_Parameters | |
fillInfoTree(UT_InfoTree &tree, const OP_NodeInfoTreeParms &parms) | OP_Node | |
fillInfoTreeChildSpecific(UT_InfoTree &tree, const OP_NodeInfoTreeParms &parms, OP_Node *child) | OP_Node | virtual |
fillInfoTreeNodeSpecific(UT_InfoTree &tree, const OP_NodeInfoTreeParms &parms) | OP_Node | virtual |
findChannel(const char *path) | OP_Node | |
findCHOPNETNode(const char *path) const | OP_Node | inline |
findCHOPNode(const char *path) const | OP_Node | inline |
findCOP2NETNode(const char *path) const | OP_Node | inline |
findCOP2Node(const char *path) const | OP_Node | inline |
findCOPNode(const char *path) const | OP_Node | inline |
findDOPNode(const char *path) const | OP_Node | inline |
findDot(const char *const_path) | OP_Node | inlinevirtual |
findError(const char *type, int code) const | OP_Parameters | inline |
findItem(const char *const_path, OP_ItemTypeMask item_type=OP_ITEMTYPE_ALL) | OP_Node | inlinevirtual |
findKey(fpreal t, int direction) const | OP_Parameters | |
findLOPNode(const char *path) const | OP_Node | inline |
findNetworkBox(const char *name) | OP_Node | inlinevirtual |
findNode(const char *path, OTLSyncMode syncmode=OTLSYNC_DOSYNC) const | OP_Node | |
findOBJNode(const char *path) const | OP_Node | inline |
findOpFramePair(const char *path, int &op_id, fpreal &frame) | OP_Node | static |
findParametersOrProperties(fpreal now, OP_PropertyLookupList &list) | OP_Parameters | virtual |
findParentInput(const char *const_path) | OP_Node | inlinevirtual |
findParmFromTrack(const OP_FollowChanRefsOptions &opt, const char *trackname, OP_NodeParmRefCycle &cycle, OP_Node *&node, PRM_Parm *&parm, int &vecidx) | OP_Node | virtual |
findPostItNote(const char *const_path) | OP_Node | inlinevirtual |
findROPNode(const char *path) const | OP_Node | inline |
findSHOPNode(const char *path) const | OP_Node | inline |
findSOPNode(const char *path) const | OP_Node | inline |
findString(const char *str, bool fullword, bool usewildcards) const override | OP_Node | virtual |
findSubNode(const char *path) const | OP_Node | |
findTOPNETNode(const char *path) const | OP_Node | inline |
findTOPNode(const char *path) const | OP_Node | inline |
findVOPNETNode(const char *path) const | OP_Node | inline |
findVOPNode(const char *path) const | OP_Node | inline |
finishedLoadingParentNetwork() | OP_Node | protected |
flagMicroNode() | OP_Node | inline |
flags() const | OP_Node | inline |
flags() | OP_Node | inline |
followChannelReferences(const OP_FollowChanRefsOptions &opt, OP_Node *&newop, PRM_Parm *&newparm, int &newvecidx) | OP_Parameters | inlinestatic |
followChannelReferences(const OP_FollowChanRefsOptions &opt, CH_ChannelRef &ref) | OP_Parameters | inlinestatic |
followChannelReferencesOneStep(const OP_FollowChanRefsOptions &opt, OP_Node *&newop, PRM_Parm *&newparm, int &newvecidx) | OP_Parameters | inlinestatic |
followChannelReferencesOneStepT(const OP_FollowChanRefsOptions &opt, OP_Node *&newop, PRM_Parm *&newparm, int &newvecidx, int thread) | OP_Parameters | static |
followChannelReferencesT(const OP_FollowChanRefsOptions &opt, OP_Node *&newop, PRM_Parm *&newparm, int &newvecidx, int thread) | OP_Parameters | static |
followChannelReferencesT(const OP_FollowChanRefsOptions &opt, CH_ChannelRef &ref, int thread) | OP_Parameters | static |
followChannelReferencesWithDeps(const OP_FollowChanRefsOptions &opt, OP_Node *&newop, PRM_Parm *&newparm, int &newvecidx, CH_Channel *chp) | OP_Parameters | inlinestatic |
followChannelReferencesWithDepsT(const OP_FollowChanRefsOptions &opt, OP_Node *&newop, PRM_Parm *&newparm, int &newvecidx, int thread, CH_Channel *chp) | OP_Parameters | static |
forceClearInput(int idx) | OP_Node | |
forceRecook(bool evensmartcache=true) | OP_Node | virtual |
forceValidOpName(UT_String &name) | OP_Node | static |
gatherInputs(UT_Array< OP_InputPair > &input_pairs) | OP_Node | protected |
gatherOutputs(UT_Array< OP_OutputPair > &output_pairs) | OP_Node | protected |
getActiveInputIndex() const | OP_Node | inline |
getActiveLayerContribution(const UT_String &track_name, fpreal t, fpreal &value, fpreal &weight) | OP_Node | inlinevirtual |
getActiveOperatorsDefinedByOTL(UT_Set< OP_Operator * > &active_operators) const | OP_Node | virtual |
getAllChannels(CH_ChannelList &list, int scoped=0) | OP_Node | |
getAllChildren(OP_NodeList &children) const | OP_Node | |
getAllNodes(OP_NodeList &nodes) | OP_Node | static |
getAnyUndoPending() const | OP_Parameters | inline |
getArrayForLoadedInputNames() | OP_Node | virtual |
getArrayForLoadedOutputNames() | OP_Node | virtual |
getAttributeEvaluatorNames(UT_StringArray &names) | OP_Node | virtual |
getAudio() const | OP_Node | inlinevirtual |
getAutoScopedChannel(PRM_Parm *parm, int vector_index, OP_GetAutoScopedOptions &opts, CH_ChannelRef &chref) | OP_Parameters | |
getAutoScopedChannels(CH_ChannelRefList &chlist, bool follow_layer_overrides=true, bool include_animated=false, bool follow_channel_refs=true, bool include_autoscope=true) | OP_Parameters | |
getAutoScopedChannels(CH_ChannelRefList &chlist, OP_GetAutoScopedOptions &opts) | OP_Parameters | |
getAuxInput() const | OP_Node | virtual |
getAuxInputName(OP_ConnectorId &name_out) | OP_Node | virtual |
getBlindData(const char *key) const | OP_Node | |
getBlindData(const char *key) const | OP_Node | inline |
getBoundingBox(UT_BoundingBox &box, OP_Context &) | OP_Node | virtual |
getBypass() const | OP_Node | inline |
getCachedDescriptiveName() | OP_Node | |
getCachedPythonObject(const UT_StringRef &key) const | OP_Node | |
getCanDeviateFromOTLDefinition() const | OP_Node | |
getChannel(const char *name) | OP_Parameters | |
getChannel(const char *name) const | OP_Parameters | |
getChannels() const | OP_Parameters | inline |
getChanState(fpreal t, bool scoped_only) const | OP_Parameters | |
getChild(const char *name, int *hint=0) const | OP_Node | virtual |
getChild(int index) const | OP_Node | virtual |
getChildErrorSeverity() | OP_Node | |
getCHOPNode(const char *path, int addextra=0, bool *got_by_flag=nullptr) const | OP_Node | |
getChopScopeChannels(UT_WorkBuffer &chopscope_cmd) | OP_Parameters | |
getClip(OP_Context *context=0) | OP_Node | virtual |
getCodeCreator() const | OP_NetworkBoxItem | |
getColor() const override | OP_Node | virtual |
getColorDefault() const | OP_Node | |
getComment() const | OP_Node | inline |
getCompress() const | OP_Node | |
getConnectedInputIndex(int startAt=-1) const | OP_Node | |
getConnectedItems(OP_NetworkBoxItemList &connected, bool inputs, bool recursive, bool include_this_item) const | OP_NetworkBoxItem | |
getConnectorHeight() | OP_Node | static |
getCookCache() | OP_Node | inlineprotected |
getCookCount() const | OP_Node | inline |
getCookedData(const OP_Context &) | OP_Node | virtual |
getCookedDataType() const =0 | OP_Node | pure virtual |
getCookInfo(UT_String &info) const | OP_Node | |
getCookInfoTree(UT_InfoTree &tree) const | OP_Node | |
getCookLock() | OP_Node | inline |
getCookPathNodes(OP_NodeList &nodes) | OP_Node | |
getCookTimerLabel(const OP_Context &context) const | OP_Node | protectedvirtual |
getCOP2Node(const char *path, int addextra=0) const | OP_Node | |
getCOPNode(const char *path, int addextra=0) const | OP_Node | |
getCreator() const | OP_NetworkBoxItem | |
getCreatorState() const | OP_Node | inline |
getCurrent() const | OP_Node | |
getDandROpsEqual() | OP_Node | inlinevirtual |
getDataBlock(const char *key) const | OP_Node | |
getDataBlockKeys(UT_StringArray &keys, const UT_StringHolder &type=UT_StringHolder()) const | OP_Node | |
getDataClass() const | OP_Node | virtual |
getDataFileExtension(int binary) const | OP_Node | protectedvirtual |
getDebug() const | OP_Node | inlinevirtual |
getDefaultState(UT_String &default_state_name) | OP_Node | virtual |
getDelaySyncOTL() const | OP_Node | inline |
getDelScript() const | OP_Node | inline |
getDescriptiveName(UT_String &str) const | OP_Node | protectedvirtual |
getDescriptiveParmName(UT_String &str) const | OP_Node | protectedvirtual |
getDisplay() const | OP_Node | inline |
getDisplayComment() const | OP_Node | inline |
getDisplayDescriptiveName() const | OP_Node | inline |
getDisplayOrigin() const | OP_Node | inlinevirtual |
getDoingBulkNotification() | OP_Node | static |
getDOPNode(const char *path, int addextra=0) const | OP_Node | |
getDragDropChoice(DD_Source &src, DD_ChoiceList &c) | OP_Node | virtual |
getEditableInputData(int idx, const UT_StringRef &key) const | OP_Node | |
getEditableInputDataKeys(int idx, UT_StringArray &keys) const | OP_Node | |
getEditableInputString(int idx, const UT_StringRef &key) const | OP_Node | |
getEditCallback(void *&data) | OP_Node | static |
getEditPicked() const | OP_Node | inlinevirtual |
getEnableState(int pi, int v=-1) | OP_Parameters | |
getEnableState(const char *pn, int v=-1) | OP_Parameters | |
getEnableStateInst(const char *name, const int *inst, int nestlevel=1, int v=-1) | OP_Parameters | |
getErrorMessages(UT_String &messages, UT_ErrorSeverity severity=UT_ERROR_NONE) | OP_Parameters | inline |
getErrorSeverity() | OP_Parameters | virtual |
getErrorVersion() | OP_Parameters | |
getEvalChannelMicroNode(int thread) | OP_Node | static |
getExistingOpDependents(OP_NodeList &deps, bool include_descendants) const | OP_Node | |
getExistingOpReferences(OP_NodeList &refs, bool recurse) const | OP_Node | |
getExport() const | OP_Node | inlinevirtual |
getExpose() const | OP_Node | inline |
getExprLanguage() const override | OP_Parameters | virtual |
getExternalFiles(UT_StringArray &files, const char *stringparm, int framestart, int frameend, bool collapse, bool check_missing, bool show_only_missing, UT_KnownPath path) | OP_Node | protected |
getExternalReferences(UT_StringArray &reflist, UT_StringArray *nodelist=0, bool from_children_too=true, bool collapse=false, bool check_missing=false, bool show_missing_only=false) | OP_Node | |
getExtraInputMemoryUsage() const | OP_Node | |
getExtraInputNodes(OP_NodeList &extras, bool remove_duplicates=true, bool data_interest=true, bool parm_interest=true, bool flag_interest=true, bool include_parmlist=true, bool follow_simulation_inputs=false) const | OP_Node | |
getExtraNodesForCopyOrDelete(OP_NodeList &extras) const | OP_Node | virtual |
getExtraOutputNodes(OP_NodeList &extras, bool remove_duplicates=true, bool data_interest=true, bool parm_interest=true, bool flag_interest=true) const | OP_Node | |
getFileExtension(int binary) const =0 | OP_Node | protectedpure virtual |
getFirstExecLicenseOnlyAncestor(bool ignore_self=true) const | OP_Node | |
getFirstOutputNode(bool through_dots=true, int output_idx=-1) const | OP_Node | |
getFlag(char tag) const | OP_Node | virtual |
getFlagWidth() | OP_Node | static |
getFootprint() const | OP_Node | inline |
getFullOpDependents(OP_NodeList &deps, bool include_descendants) const | OP_Node | |
getFullOpReferences(OP_NodeList &refs, bool include_descendants) const | OP_Node | |
getFullPath(UT_String &str) const | PRM_ParmOwner | inline |
getFullPath(UT_WorkBuffer &str) const | PRM_ParmOwner | inline |
getFullPath() const | PRM_ParmOwner | inline |
getGlobalDefaultColor() | OP_Node | static |
getGlobbedNetworkBoxes(OP_Node *cwd, UT_String &holder, const char *pattern, UT_WorkArgs &argv, OP_GlobContext *context) | OP_Node | static |
getGlobbedNodes(OP_Node *cwd, UT_String &holder, const char *pattern, UT_WorkArgs &argv, OP_GlobContext *context) | OP_Node | static |
getGlobbedPostIts(OP_Node *cwd, UT_String &holder, const char *pattern, UT_WorkArgs &argv, OP_GlobContext *context) | OP_Node | static |
getH() const override | OP_Node | virtual |
getHardLock() const | OP_Node | inline |
getHashCode(OP_Context &context, int group_mask=1) | OP_Node | |
getHasTakeData() const override | OP_Node | inlinevirtual |
getHDASubType() | OP_Node | inlinevirtual |
getHighlight() const | OP_Node | inline |
getInfoText(OP_Context &context, OP_NodeInfoParms &parms) | OP_Node | |
getInput(unsigned idx, bool mark_used=false) const | OP_Node | |
getInputDataDefault(int idx) const | OP_Node | inlinevirtual |
getInputEditorInputLabel(UT_String &label, int idx) | OP_Node | virtual |
getInputEditorInputs() | OP_Node | virtual |
getInputFollowingOutputs(int input, DEP_MicroNode *depnode=0) const | OP_Node | |
getInputFromName(const UT_String &in) const | OP_Node | virtual |
getInputFromUniqueName(const OP_ConnectorId &id) const | OP_Node | |
getInputName(UT_String &in, int idx) const | OP_Node | virtual |
getInputReference(unsigned idx, bool grow) | OP_Node | virtual |
getInputReferenceConst(unsigned idx) const | OP_Node | virtual |
getInputRes(int input, fpreal t, const OP_Context &context, OP_Context &input_context) | OP_Node | virtual |
getInputsArraySize() | OP_Node | inline |
getInputToHash(int i) | OP_Node | virtual |
getInterfaceParmTemplates() const | OP_Parameters | |
getInternalOperator() const | OP_Node | inlinevirtual |
getInternalOpTable() const | OP_Node | inlinevirtual |
getIsChangingSpareParms() const | OP_Parameters | inline |
getIsContainedBy(const OP_Node *testparent) const | OP_Node | |
getIsEditableAssetSubNode() const | OP_Node | |
getIsInputVisibleDefault(int idx) | OP_Node | virtual |
getIsRunningInCreateScript() const | OP_Node | protected |
getItemExpose() const override | OP_Node | inlinevirtual |
getItemName() const override | OP_Node | inlinevirtual |
getItemType() const override | OP_Node | virtual |
getItemUniqueId() const override | OP_Node | inlinevirtual |
getIWorldTransform(UT_Matrix4D &xform, OP_Context &) | OP_Node | virtual |
getIWorldTransform(UT_Matrix4F &xform, OP_Context &ctx) | OP_Node | inline |
getLastCookTime() const | OP_Node | |
getLastCookTime(UT_String &last_cook_time) const | OP_Node | |
getLastExecLicenseOnlyAncestor(bool ignore_self=true) const | OP_Node | |
getLayersFromScopedChannels(const CH_ChannelRefList &ori_refs, CH_ChannelRefList &layer_refs) | OP_Parameters | static |
getLicense() const | OP_Node | |
getLocalVarNames(UT_StringArray &out_vars) | OP_Node | |
getLock() const | OP_Node | inline |
getLockedErrorManager() | OP_Parameters | inlineprotected |
getLockState() const | OP_Node | inline |
getLOPNode(const char *path, int addextra=0) const | OP_Node | |
getMainOrder(int trs) | OP_Node | static |
getMainOrderMenuIndex(UT_XformOrder::rstOrder order) | OP_Node | static |
getMapping(int idx, const char *&label) const | OP_Node | virtual |
getMatchesOTLDefinition() const | OP_Node | |
getMaterialIconAllowRegenerateFlag() | OP_Node | inlinevirtual |
getMaterialIconFilename() | OP_Node | inlinevirtual |
getMaterialIconImage() | OP_Node | inlinevirtual |
getMaxSafeX() | OP_NetworkBoxItem | inlinestatic |
getMaxSafeY() | OP_NetworkBoxItem | inlinestatic |
getMemoryUsage(bool inclusive) const override | OP_Node | virtual |
getMicroNodesFromRef(OP_Node *op, OP_InterestType type, DEP_MicroNodeList µnodes, bool data_target) | OP_Node | static |
getMicroNodesFromRef(OP_Node &op, int parm_i, int vec_i, DEP_MicroNodeList µnodes) | OP_Node | static |
getMinimizedOwnerBox() const | OP_NetworkBoxItem | |
getMinSafeX() | OP_NetworkBoxItem | inlinestatic |
getMinSafeY() | OP_NetworkBoxItem | inlinestatic |
getModified() const | OP_Node | inline |
getMotionEffectsNetworkPath(UT_String &path) | OP_Node | |
getMultiparmInfo() | OP_Parameters | |
getMyExternalReferences(UT_StringArray &reflist, UT_StringArray *nodelist=0, bool collapse=false, bool check_missing=false, bool show_missing_only=false) | OP_Node | protectedvirtual |
getName() const | OP_Parameters | inline |
getNamedInput(const OP_ConnectorId &input_name, bool mark_used=false) const | OP_Node | |
getNamedInputReference(const OP_ConnectorId &input_name, bool grow) | OP_Node | |
getNamedInputReferenceConst(const OP_ConnectorId &input_name) const | OP_Node | |
getNameSerialIndex() | OP_Node | static |
getNchildren() const | OP_Node | virtual |
getNetName() const | OP_Node | |
getNetOverviewColor(UT_Color &color) | OP_Node | virtual |
getNetworkLock(bool relaxedlockcheck=false, const OP_Node *inputNode=nullptr) const | OP_Node | |
getNodeButtonWidth() | OP_Node | static |
getNodeHeight() | OP_Node | static |
getNodeOrCreateProxy(const UT_StringRef &op_path) | OP_Node | protected |
getNodeShape() const | OP_Node | |
getNodeSpecificInfoText(OP_Context &context, OP_NodeInfoParms &parms) | OP_Node | virtual |
getNthConnectedInput(int n) const | OP_Node | |
getNumExtraInputs() const | OP_Node | |
getNumInputsToHash() | OP_Node | virtual |
getNumParms() const | OP_Parameters | inline |
getNumUniqueIds() | OP_Node | inlinestatic |
getNumVisibleInputs() const | OP_Node | virtual |
getNumVisibleOutputs() const | OP_Node | virtual |
getOBJNode(const char *path, int addextra=0) const | OP_Node | |
getOpDependents() const | OP_Node | inline |
getOperator() const | OP_Parameters | inline |
getOpInfoFromOpTypeID(OP_OpTypeId opid) | OP_Node | static |
getOpInfoFromOpTypeName(const char *name) | OP_Node | static |
getOpInfoFromScriptDir(const char *dir) | OP_Node | static |
getOpInfoFromTableName(const char *name) | OP_Node | static |
getOpType() const | OP_Node | virtual |
getOpTypeID() const | OP_Node | inlinevirtual |
getOriginalOperatorName() const | OP_Node | |
getOriginalOperatorTableAndName(UT_WorkBuffer &name) const | OP_Node | |
getOriginalOperatorTableAndName(UT_String &name) const | OP_Node | |
getOutputForView() const | OP_Node | inline |
getOutputFromName(const UT_String &out) const | OP_Node | virtual |
getOutputFromUniqueName(const OP_ConnectorId &id) const | OP_Node | |
getOutputItem(int idx, int output_idx=-1) const | OP_Node | |
getOutputName(UT_String &out, int idx) const | OP_Node | virtual |
getOutputNodes(UT_Array< OP_Node * > &outputs, bool into_subnets=false, bool through_dots=true, int output_idx=-1) const | OP_Node | |
getOutputTowardsNode(const OP_Node *target) | OP_Node | |
getOwnedMicroNodes(DEP_MicroNodeList µnodes) | OP_Node | virtual |
getOwnerBox() const | OP_NetworkBoxItem | |
getParallelInputs(OP_Context &context, OP_NodeList &nodes) const | OP_Node | virtual |
getParameterOrProperty(const UT_StringRef &name, fpreal now, OP_Node *&op, PRM_Parm *&parm, bool create_missing_multiparms, PRM_ParmList *obsolete=0) | OP_Parameters | virtual |
getParameterOrPropertyByChannel(const UT_StringRef &chname, fpreal now, OP_Node *&op, PRM_Parm *&parm, int &vector_index, PRM_ParmList *obsolete=0) | OP_Parameters | virtual |
getParameterOrPropertyConst(const UT_StringRef &name, fpreal now, OP_Node *&op, PRM_Parm *&parm, PRM_ParmList *obsolete) const | OP_Parameters | inline |
getParent() const | OP_Node | inline |
getParentNetwork() const override | OP_Node | virtual |
getParm(int i) | OP_Parameters | inline |
getParm(int i) const | OP_Parameters | inline |
getParm(const UT_StringRef &name) | OP_Parameters | inline |
getParm(const UT_StringRef &name) const | OP_Parameters | inline |
getParmActivationControl(const UT_StringRef &parm_name) | OP_Parameters | |
getParmActivationControlName(const UT_StringRef &parm_name) | OP_Parameters | static |
getParmBaseNodePath(UT_String &path, int parm_index, int thread) const | OP_Node | |
getParmBundle(const char *parm_name, int vector_index, UT_String &pattern, OP_Network *creator, const char *filter) | OP_Node | |
getParmBundle(const char *parm_name, int vector_index, UT_String &pattern, OP_Network *creator, const char *filter, bool subnet_inclusion) | OP_Node | |
getParmHashCode(OP_Context &context, int group_mask=1) | OP_Node | virtual |
getParmIndex(const UT_StringRef &name) const | OP_Parameters | inline |
getParmIsVisible(const char *parmname) | OP_Parameters | |
getParmList() | PRM_ParmOwner | inline |
getParmList() const | PRM_ParmOwner | inline |
getParmPtr(const UT_StringRef &name) | OP_Parameters | inline |
getParmPtr(const UT_StringRef &name) const | OP_Parameters | inline |
getParmPtrInst(const char *name, const int *inst, int nestlevel=1) | OP_Parameters | |
getParmPtrInst(const char *name, const int *inst, int nestlevel=1) const | OP_Parameters | |
getParmsThatReference(const char *channame, UT_ValArray< PRM_Parm * > &parms, UT_IntArray &parmsubidxs) | OP_Node | |
getPassThroughNode(fpreal t, bool mark_used=false) | OP_Node | virtual |
getPathFromParent(UT_String &str, const OP_Node *parent) const | OP_NetworkBoxItem | inline |
getPathFromParent(UT_WorkBuffer &str, const OP_Node *parent) const | OP_NetworkBoxItem | |
getPathWithSubnet(UT_String &str) const | OP_Node | virtual |
getPathWithSubnet(UT_StringHolder &str) const | OP_Node | inline |
getPendingOverrideString() const | PRM_ParmOwner | inline |
getPickable() | OP_Node | inlinevirtual |
getPickableSelfOrParent() | OP_Node | |
getPicked() const override | OP_Node | inlinevirtual |
getPickedChildren(OP_NodeList &picked, bool include_hidden=false) const | OP_Node | |
getPivotParmValue(int trs, fpreal tx, fpreal ty, fpreal tz, fpreal px, fpreal py, fpreal pz) | OP_Node | static |
getPivotParmValue(int trs, fpreal tx, fpreal ty, fpreal tz, fpreal px, fpreal py, fpreal pz, fpreal pivot_rx, fpreal pivot_ry, fpreal pivot_rz, bool inverse=false) | OP_Node | static |
getPostParmSaveFlagsString(UT_String &cmd) const | OP_Node | virtual |
getPotentialChildErrorNodes(OP_NodeList &nodes) const | OP_Node | virtual |
getPreParmSaveFlagsString(UT_String &cmd) const | OP_Node | virtual |
getRamp() | OP_Node | virtual |
getRawErrors(UT_Array< UT_Error > &errors, bool update) | OP_Parameters | virtual |
getRelativeCaptureTransform(OP_Node &to, UT_Matrix4 &xform, OP_Context &context) | OP_Node | virtual |
getRelativeCaptureTransform(OP_Node &to, UT_DMatrix4 &xform, OP_Context &context) | OP_Node | virtual |
getRelativePathTo(const OP_NetworkBoxItem *base_item, UT_String &result) const | OP_NetworkBoxItem | |
getRelativeTransform(OP_Node &to, UT_Matrix4 &xform, OP_Context &context) | OP_Node | virtual |
getRelativeTransform(OP_Node &to, UT_DMatrix4 &xform, OP_Context &context) | OP_Node | virtual |
getRender() const | OP_Node | inline |
getRootCompiledParent() const | OP_Node | inline |
getROPNode(const char *path, int addextra=0) const | OP_Node | |
getRotOrder(int xyz) | OP_Node | static |
getRotOrderMenuIndex(UT_XformOrder::xyzOrder order) | OP_Node | static |
getSaveBypass() const | OP_Node | inline |
getSaveData() const | OP_Node | inline |
getSaveError() | OP_Parameters | |
getSaveFlagsString(UT_String &cmd, const char *flags, bool save_to_hip) const | OP_Node | virtual |
getSaveWithVopnets() | OP_Node | virtual |
getScriptMaterialInfo(UT_String &mat_info, VOP_ScriptMaterialCodeMapper *mapper) | OP_Node | inlinevirtual |
getShaderParmTemplates() | OP_Node | virtual |
getSoftLock() const | OP_Node | inline |
getSOPNode(const char *path, int addextra=0, bool *got_by_flag=nullptr) const | OP_Node | |
getSourceCount() const | OP_Node | protected |
getSpareParmLayoutTemplateImports() const | OP_Parameters | |
getSpareParmLayoutTemplates() const | OP_Parameters | |
getSpareParmTemplateImports() const | OP_Parameters | |
getSpareParmTemplates() const | OP_Parameters | |
getSpareParmTemplatesId() const | OP_Parameters | |
getStat() const | OP_Parameters | inline |
getStat() | OP_Parameters | inline |
getStringMeaning(int pi, int vi, fpreal t) const | OP_Parameters | |
getStringMeaning(const char *pn, int vi, fpreal t) const | OP_Parameters | |
getStringMeaningInst(const char *name, const int *inst, int vi, fpreal t, int nest_level=1) const | OP_Parameters | |
getStringParmOpPath(PRM_Parm &parm, int vi, UT_String &oppath, int thread) | OP_Node | protectedstatic |
getSyncErrorLevel() const | OP_Node | inline |
getSyncErrors() const | OP_Node | inline |
getTakeReferences() const | OP_Parameters | inline |
getTemplate() const | OP_Node | inline |
getTimeTransform(int input, fpreal t) | OP_Node | virtual |
getTOPNode(const char *path, int addextra=0) const | OP_Node | |
getTrackChannel(const char *name) | OP_Node | virtual |
getTransform(TransformMode mode, UT_Matrix4D &xform, OP_Context &) | OP_Node | virtual |
getTransform(TransformMode mode, UT_Matrix4F &xform, OP_Context &ctx) | OP_Node | inline |
getTranslateParmIndex() | OP_Node | virtual |
getTraverseEndIterator() | OP_Node | |
getUniqueId() const | OP_Node | inline |
getUniqueInputName(OP_ConnectorId &id_out, int idx, bool grow) | OP_Node | |
getUniqueInputNameConst(OP_ConnectorId &id_out, int idx) const | OP_Node | |
getUniqueOutputName(OP_ConnectorId &id_out, int idx) | OP_Node | |
getUniqueOutputNameConst(OP_ConnectorId &id_out, int idx) const | OP_Node | |
getUnload() const | OP_Node | |
getUseBypassLook(const OP_EditorContext &ctx) const | OP_Node | virtual |
getUserData(const UT_StringRef &key, UT_StringHolder &result) const | OP_Node | |
getValueAsBundlePaths(fpreal t, UT_WorkBuffer &resultbuf, PRM_Parm *parm, int index, OP_Node *srcnode) | OP_Node | static |
getValueAsBundlePaths(fpreal t, OP_NodeList &resultnodes, PRM_Parm *parm, int index, OP_Node *srcnode) | OP_Node | static |
getValueAsProcessedNodePaths(fpreal t, UT_WorkBuffer &resultbuf, const PRM_Parm *parm, int index, const OP_Node *srcnode) | OP_Parameters | static |
getValueAsProcessedNodePaths(fpreal t, UT_Array< UT_StringHolder > &resultarr, const PRM_Parm *parm, int index, const OP_Node *srcnode) | OP_Parameters | static |
getVariable(int i) const | OP_Parameters | protected |
getVariable(const char *name) const | OP_Parameters | protected |
getVariableString(int index, UT_String &value, int thread) | OP_Parameters | virtual |
getVariableValue(int index, int thread) | OP_Parameters | virtual |
getVersionParms() const | OP_Node | inline |
getVisible() const | OP_Node | virtual |
getVisibleState(int pi, int v=-1) | OP_Parameters | |
getVisibleState(const char *pn, int v=-1) | OP_Parameters | |
getVopAutoCodeGenerator() | OP_Node | inlinevirtual |
getVopAutoCodeGenerator() const | OP_Node | inlinevirtual |
getVopCodeGenerator() | OP_Node | inlinevirtual |
getVopExportedParmsManager(bool create_if_needed=false) | OP_Node | inlinevirtual |
getW() const override | OP_Node | virtual |
getWorldTransform(UT_Matrix4D &xform, OP_Context &) | OP_Node | virtual |
getWorldTransform(UT_Matrix4F &xform, OP_Context &ctx) | OP_Node | inline |
getX() const override | OP_Node | inlinevirtual |
getXformOrder(UT_XformOrder &xord, const CH_Channel *chp) const | OP_Node | virtual |
getXformPivot(int trs, fpreal tx, fpreal ty, fpreal tz, fpreal px, fpreal py, fpreal pz) | OP_Node | static |
getXformPivot(int trs, fpreal tx, fpreal ty, fpreal tz, fpreal px, fpreal py, fpreal pz, fpreal pivot_rx, fpreal pivot_ry, fpreal pivot_rz, bool inverse=false) | OP_Node | static |
getXray() const | OP_Node | inline |
getY() const override | OP_Node | inlinevirtual |
globChannels(const char *, UT_String &expand, OP_GlobContext *context=0, const char *prefix=" ") const | OP_Node | |
globChannels(const char *pattern, CH_ChannelList &clist, OP_GlobContext *context=0, OP_Node *dependent=0) | OP_Node | |
globChanRefs(const char *pattern, CH_ChannelRefList &list, OP_GlobContext *context=0, OP_Node *dependent=0, bool use_multi_match=true) | OP_Node | |
globNetworkBoxes(const char *pat, UT_String *expand, UT_ValArray< OP_NetworkBox * > *list=0, OP_GlobContext *glob_context=0, const char *prefix=" ") | OP_Node | virtual |
globNodeChannels(const char *pattern, CH_ChannelList &list, OP_GlobContext *context, int *parm_start=nullptr, UT_IntArray *parm_indices=nullptr, UT_IntArray *parm_sub_indices=nullptr) const | OP_Node | |
globNodeChanRefs(const char *pattern, CH_ChannelRefList &list, OP_GlobContext *context, int *parm_start=nullptr, UT_IntArray *parm_indices=nullptr, UT_IntArray *parm_sub_indices=nullptr, bool use_multi_match=true) const | OP_Node | |
globNodeParms(const char *pattern, fpreal t, UT_Array< opParmData > &list, OP_GlobContext *context, OP_Node *dependent, int calc_value, bool animated_only) | OP_Node | |
globNodes(const char *pat, UT_String *expand, UT_Array< OP_Node * > *list=0, OP_GlobContext *context=0, const char *prefix=" ") | OP_Node | |
globParms(const char *pattern, fpreal t, UT_Array< opParmData > &list, OP_GlobContext *context=0, OP_Node *dependent=0, int calc_value=1) | OP_Node | |
globPostIts(const char *pat, UT_String *expand, UT_ValArray< OP_PostIt * > *list=0, OP_GlobContext *glob_context=0, const char *prefix=" ") | OP_Node | virtual |
handleOpDependency(int referenced_op_id, const OP_Dependency &op_dep, OP_InterestType interest_type, bool &need_cook, const char *old_fullpath, const char *old_cwd, const char *old_chan_name) | OP_Node | protectedvirtual |
handleOTLIndexFileCleared() | OP_Node | virtual |
handleStringParmOpPathDependency(int parm_index, int vi, const char *new_fullpath, const char *old_fullpath, const char *old_cwd) | OP_Node | protected |
handleTimeChange(fpreal) | OP_Node | inlinevirtual |
hasAnimatedParms() const | OP_Node | |
hasAnyOutputNodes(bool through_dots=true, int output_idx=-1) const | OP_Node | |
hasBlindData(const char *key) const | OP_Node | |
hasChopOverriddenParms() const | OP_Node | |
hasComment() const | OP_Node | |
hasDeadlockError() const | OP_Parameters | inline |
hasDifferentMultiInputs() const | OP_Node | virtual |
hasError(OP_Context &context) | OP_Parameters | inline |
hasError() | OP_Parameters | inline |
hasEventMicroNode(OP_EventType e) const | OP_Node | inline |
hasIndepParmListMicroNode() const | OP_Node | inline |
hasMultiparmInfo() const | OP_Parameters | |
hasOpDependents() | OP_Node | inlineprotected |
hasOpInterest(void *data, OP_EventMethod m) const | OP_Node | inline |
hasOwnerBox(const OP_NetworkBoxItem *item) const | OP_NetworkBoxItem | |
hasParm(const UT_StringRef &name) const | OP_Parameters | inline |
hasParmsNotAtFactoryDefault() const | OP_Node | |
hasProxyRefNodes() const | OP_Node | inlineprotectedvirtual |
hasTransformTracks() const | OP_Node | inlinevirtual |
hasUnorderedInputs() const | OP_Node | |
hasUserData(const UT_StringRef &key) const | OP_Node | |
hasVexShaderParameter(const char *parm_name) | OP_Node | virtual |
haveAncestorWithoutFullLicense(bool ignore_self) const | OP_Node | |
haveLicenseToAccessContents(OP_Node *opt_specific_child=nullptr) const | OP_Node | |
haveLicenseToAccessParentContents() const | OP_Node | |
haveSeenDataModification(exint modification_id) | OP_Node | protected |
initializeParms(OP_Channels *channels) | OP_Parameters | protected |
initMultiparmInstance(UT_ValArray< PRM_Parm * > &parms) override | OP_Parameters | virtual |
inputConnectChanged(int which) | OP_Node | virtual |
inputConnectorLabel(unsigned idx) | OP_Node | virtual |
inputLabel(unsigned idx) const | OP_Node | virtual |
inputLabelNum(unsigned idx) const | OP_Node | |
insertIndirectInput(unsigned idx, OP_IndirectInput *input) | OP_Node | |
insertInput(unsigned idx, OP_Node *op, unsigned outputIdx) | OP_Node | |
insertMultiParmItem(const char *pn, int i) | OP_Parameters | |
insertNamedIndirectInput(const OP_ConnectorId &input_name, OP_IndirectInput *input) | OP_Node | |
insertNamedInput(const OP_ConnectorId &input_name, OP_Node *op, const OP_ConnectorId *output_name) | OP_Node | |
internalUserDataPrefix() | OP_Node | inlinestatic |
isAnyAncestorBeingSynced() const | OP_Node | |
isAtKey(fpreal t) const | OP_Parameters | inline |
isAutoscope() | OP_Node | inline |
isBeingDeleted() const | OP_Node | inline |
isBlockModify() const | OP_Node | |
isCompiled() const | OP_Node | |
isCookedTime(fpreal t) const | OP_Node | inlineprotected |
isCooking(bool include_ancestors) const | OP_Node | |
isCookingRender() const | OP_Node | inlinevirtual |
isDependentOn(OP_Node *other_node, PRM_Parm *parm) | OP_Node | |
isDirectorDoingBulkNotification() | OP_Node | static |
isDiveable() const | OP_Node | virtual |
isEffectivelyAManagementNode() const | OP_Node | |
isGettingSaveError() const | OP_Parameters | inline |
isHashCodeBuilt() const | OP_Node | inline |
isInput(unsigned idx) | OP_Node | inline |
isInputAncestor(const OP_Node *parent, bool check_extra=true) const | OP_Node | |
isInputConnectedInsideSubnet(int input_idx) const | OP_Node | protectedvirtual |
isInSubNetwork() const | OP_Node | virtual |
isLoaded() const | OP_Node | inlinevirtual |
isLocalVarActive() const | OP_Node | inline |
isManagementNode() const | OP_Node | virtual |
isManager() const | OP_Node | virtual |
isMaterialManager() const | OP_Node | virtual |
isModifyWaiting() const | OP_Node | |
isMParmInstance(const char *chname, const UT_StringArray &mparm_inst, const UT_IntArray &mparm_lvl) | OP_Parameters | static |
isNamedInputConnectedInsideSubnet(const OP_ConnectorId &input_name) const | OP_Node | protectedvirtual |
isNetwork() const | OP_Node | virtual |
isNetworkWithKids() const | OP_Node | |
isObsoleteChannel(const char *name) const | OP_Parameters | |
isOrderedInput(const OP_ConnectorId &input_name) const | OP_Node | virtual |
isOutputNode() const | OP_Node | virtual |
isParentAncestor(const OP_Node *parent) const | OP_Node | |
isParmDirty(int idx, fpreal t) | OP_Parameters | |
isParmDirty(const char *n, fpreal t) | OP_Parameters | |
isParmDirtyInst(const char *name, const int *inst, fpreal t, int nestlevel=1) | OP_Parameters | |
isParmPendingOverride(const char *parm_name, int vec_idx) const override | OP_Node | virtual |
isParmTimeDependent(int idx, int comp=-1) const | OP_Parameters | |
isParmTimeDependent(const char *name, int comp=-1) const | OP_Parameters | |
isPending(fpreal t) | OP_Parameters | |
isPendingOverride() const | PRM_ParmOwner | inline |
isProxyRefNode() const | OP_Node | inline |
isRefInput(unsigned idx) const | OP_Node | virtual |
isReservedOpName(const char *name) | OP_Parameters | protectedstatic |
isSelectionOwnerType() const | OP_Node | inlinevirtual |
isSubNetwork(bool includemanagementops) const | OP_Node | virtual |
isTimeDependent(const OP_Context &context) | OP_Node | |
isUsingCurrentFrameForVexTransformContext() const | OP_Node | inlinevirtual |
isValidOpName(const UT_StringView &s, bool allow_rel_paths=false, bool ignore_node_names_env_var=false) | OP_Node | static |
isValidOpName(const char *s, bool allow_rel_paths=false, bool ignore_node_names_env_var=false) | OP_Node | inlinestatic |
isValidOpName(const UT_String &str, bool allow_rel_paths=false, bool ignore_node_names_env_var=false) | OP_Node | inlinestatic |
isValidOpPath(const UT_StringRef &s) | OP_Node | static |
isVex() const | OP_Node | virtual |
load(UT_IStream &is, const char *ext="", const char *path=0) | OP_Node | protectedvirtual |
loadChannelAliases(UT_IStream &is, const char *path=0) | OP_Parameters | protected |
loadChannels(UT_IStream &is, const char *path, CH_Collection *obsolete_channels) | OP_Parameters | protected |
loadContentsSection() | OP_Node | protected |
loadCookedData(UT_IStream &is, const char *path=0) | OP_Node | virtual |
loadDataBlocks(UT_IStream &is, const char *path) | OP_Node | |
loadEditableInputData(UT_IStream &is, const char *path) | OP_Node | |
loadExtraInputs(UT_IStream &is, const char *path=0) | OP_Node | |
loadFinished() | OP_Node | protectedvirtual |
loadInputs(UT_IStream &is, const char *path=0, bool named=false) | OP_Node | |
loadIntrinsic(UT_IStream &is, const char *path=0) | OP_Node | protected |
loadIntrinsicParentUneditable(UT_IStream &is, const char *path=0) | OP_Node | protected |
loadNamedOutputs(UT_IStream &is, const char *path=0) | OP_Node | |
loadOldSpareParms(UT_IStream &is) | OP_Parameters | protected |
loadOverride(UT_IStream &is) | OP_Node | |
loadPacket(UT_IStream &is, short class_id, short sig, const char *path=0) | OP_Node | protectedvirtual |
loadPacket(UT_IStream &is, const char *token, const char *path=0) | OP_Node | protectedvirtual |
loadParameters(UT_IStream &is, const char *path, PRM_ParmList *obsolete_parms) | OP_Parameters | protected |
loadParentUneditable(UT_IStream &is, const char *ext="", const char *path=0) | OP_Node | protected |
loadParmCommand(int argc, const char *const argv[], int docallbacks, void *data, fpreal now, bool followchrefs, CMD_Args *args) | OP_Parameters | |
loadPresetContents(const char *tok, UT_IStream &is) override | OP_Parameters | virtual |
loadRamp(UT_IStream &is, const char *path=0) | OP_Node | virtual |
loadRamp(UT_IStream &is, UT_Ramp &ramp, const char *path=0) | OP_Node | |
loadStart() | OP_Node | protectedvirtual |
loadUserData(UT_IStream &is, const char *path=nullptr) | OP_Node | |
lockInput(unsigned idx, OP_Context &context) | OP_Node | virtual |
lockInputs(OP_Context &context) | OP_Node | virtual |
lookupItem(const OP_ItemType &type, int64 id) | OP_NetworkBoxItem | static |
lookupItem(const OP_ItemId &id) | OP_NetworkBoxItem | static |
lookupNode(int unique_id, bool include_proxy=false) | OP_Node | inlinestatic |
markBundleRefsAsUnused() | OP_Node | |
matchChild(const char *pattern, OP_Node *prevmatch=0, const char *optype=0, int casesensitive=0) const | OP_Node | virtual |
matchChildBackwards(const char *pattern, OP_Node *prevmatch=0, const char *optype=0, int casesensitive=0) const | OP_Node | virtual |
matchesState(const char *state) const | OP_Node | |
matchOTLDefinition() | OP_Node | virtual |
maxInputs() const | OP_Node | virtual |
maxOutputs() const | OP_Node | virtual |
minInputs() const | OP_Node | virtual |
MOT_RemoteExecMessage class | OP_Node | friend |
moveAndUpdateDependencies(const OP_NodeList &src_nodes, const OP_NodeList &dest_nodes) | OP_Node | static |
moveDependencies(OP_Node *from_node) | OP_Node | protectedvirtual |
moveInput(int srcidx, int dstidx, bool forcesubnet=false) | OP_Node | virtual |
moveProxyRefNodes(OP_Network *) | OP_Node | inlineprotectedvirtual |
moveToGoodPosition(bool relativetoinputs=true, bool moveinputs=true, bool moveoutputs=true, bool moveunconnected=true) | OP_NetworkBoxItem | |
myChannels | OP_Parameters | protected |
myColor | OP_NetworkBoxItem | protected |
myCompHash | OP_Node | protected |
myHashCode | OP_Node | protected |
myHashTime | OP_Node | protected |
myHashVersion | OP_Node | protected |
myLastGroupMask | OP_Node | protected |
myParmHashCode | OP_Node | protected |
myParmHashTime | OP_Node | protected |
myParmHashVersion | OP_Node | protected |
myParmLastGroupMask | OP_Node | protected |
myParmList | PRM_ParmOwner | protected |
myStats | OP_Parameters | protected |
mySyncDepth | OP_Node | protected |
mySyncErrorLevel | OP_Node | protected |
mySyncErrors | OP_Node | protected |
nConnectedInputs(bool check_subnet_inside=true) const | OP_Node | |
needToCook(OP_Context &context, bool queryonly=false) | OP_Node | virtual |
nInputs() const | OP_Node | virtual |
nodeDeleted(OP_Node *op, int propagate=1) | OP_Node | protectedvirtual |
nodeUnlocked() | OP_Node | inlineprotectedvirtual |
notifyChannelOpDependents(PRM_Parm *in_parm, int vecid) | OP_Node | protected |
notifyNodeDeletion() | OP_Node | protected |
notifyOpDependents(OP_InterestType interest, bool recurse) | OP_Node | protected |
notifyParmRenameDependents(const UT_String &chan_name, const UT_String &old_chan_name) | OP_Node | virtual |
notifyRenameDependents(const UT_String &full_from) | OP_Node | protected |
notifyRenameDependents(const UT_String &full_from, OP_NodeList &cook_nodes) | OP_Node | protectedvirtual |
notifyRenameReferences(const UT_String &full_from) | OP_Node | protected |
notifyRenameReferences(const UT_String &full_from, OP_NodeList &cook_nodes) | OP_Node | protectedvirtual |
notifyVarChange(const char *varname, OP_NodeList *changed_nodes=nullptr) | OP_Node | |
nOutputEntries() const | OP_Node | |
nOutputItems(int output_idx=-1) const | OP_Node | |
numSpareInputs() const | OP_Parameters | |
onCreated() | OP_Node | inlinevirtual |
onInputAllocated(OP_Input *new_input, int index) | OP_Node | inlineprotectedvirtual |
OP_Channels class | OP_Node | friend |
OP_DataMicroNode class | OP_Node | friend |
OP_EventMicroNode class | OP_Node | friend |
OP_Group class | OP_Node | friend |
OP_IndirectInput class | OP_Node | friend |
OP_Input class | OP_Node | friend |
OP_LockTypes typedef | OP_Node | |
op_MicroNodeDirtied class | OP_Node | friend |
OP_Network class | OP_Node | friend |
OP_NetworkBoxItem() | OP_NetworkBoxItem | |
OP_Node(OP_Network *parent, const char *name, OP_Operator *entry) | OP_Node | protected |
OP_OperatorTable class | OP_Node | friend |
OP_Parameters(const char *name, OP_Operator *entry) | OP_Parameters | protected |
OP_Parameters(const OP_Parameters &source, const char *name) | OP_Parameters | protected |
OP_ParmMicroNode class | OP_Node | friend |
OP_UndoCreate class | OP_Node | friend |
OP_UndoDelete class | OP_Node | friend |
OP_UndoInput class | OP_Node | friend |
OP_UndoSpareParm class | OP_Node | friend |
OP_UndoUserData class | OP_Node | friend |
opChanged(OP_EventType reason, void *data=0) override | OP_Node | virtual |
operator=(const UT_NonCopyable &)=delete | UT_NonCopyableNS::UT_NonCopyable | protected |
operatorDeleted() | OP_Parameters | |
opError(int code, const char *m=0) const | OP_Parameters | inline |
opFatal(int code, const char *m=0) const | OP_Parameters | inline |
opLocalDeadlockError() | OP_Parameters | inline |
opLocalError(int code, const char *m=0) | OP_Parameters | inline |
opLocalWarning(int code, const char *m=0) | OP_Parameters | inline |
opMessage(int code, const char *m=0) const | OP_Parameters | inline |
opShouldHandleChange(OP_EventType reason) | OP_Node | virtual |
opWarning(int code, const char *m=0) const | OP_Parameters | inline |
orderedInputs() const | OP_Node | virtual |
OTLSYNC_DELAY enum value | OP_Node | |
OTLSYNC_DOSYNC enum value | OP_Node | |
OTLSyncMode enum name | OP_Node | |
outputCode(OP_OutputCodeParms &, OP_Context &) | OP_Node | virtual |
outputLabel(unsigned idx) const | OP_Node | virtual |
outputLabelNum(unsigned idx) const | OP_Node | |
parallelCook(OP_Context &context) | OP_Node | |
parallelCook(OP_Context &context, const OP_NodeList &nodes) | OP_Node | static |
parmChanged(int parm_index) | OP_Parameters | |
parmExprChanged(int parm_index) | OP_Parameters | |
parmListMicroNode() | OP_Node | inline |
parmListMicroNodeConst() const | OP_Node | inlinevirtual |
parmMicroNode(int parm_idx, int vi) | OP_Node | inline |
patternContainsBundle(const char *pattern, const OP_Bundle *bundle) const | OP_Node | |
patternContainsGroup(const char *pattern, const OP_Group *group) const | OP_Node | |
permissionError(const char *chname=0) override | OP_Node | protectedvirtual |
pickRequest(int shift) | OP_Node | |
preDelete() | OP_Node | inlinevirtual |
preUpdateParmsFlags() | OP_Parameters | inlineprotectedvirtual |
printOpMemoryUsageStats(std::ostream &os) | OP_Node | static |
PRM_ParmOwner() | PRM_ParmOwner | inlineprotected |
prmCookOverrides(fpreal t, int thread, const char *parm_name, int vec_idx) override | OP_Node | virtual |
propagateDirtyMicroNode(DEP_MicroNode µnode, OP_EventType reason, void *data, bool send_root_event) | OP_Node | |
propagateEndBlockModify() | OP_Node | virtual |
propagateMatchOTLDefinitionToAncestors(OP_Node *node, bool sync_flag) | OP_Node | static |
propagateModification(OP_Node *by_whom, OP_EventType reason, int parm_index, OP_PropagateData &prop_data) | OP_Node | protectedvirtual |
propagateNodeDataDeleted() | OP_Node | |
pubCookInputGroups(OP_Context &context, int alone=0) | OP_Node | virtual |
pushAsPwd() const override | OP_Node | virtual |
RAMP_ERR_NOT_FOUND enum value | OP_Node | |
RAMP_ERR_ONLY_KEY enum value | OP_Node | |
RAMP_ERR_SUCCESS enum value | OP_Node | |
rampCommand(bool remove, fpreal pos, float rgba[4]) | OP_Node | virtual |
rampCommand(bool remove, fpreal pos, float rgba[4], UT_Ramp &ramp) | OP_Node | |
RampError enum name | OP_Node | |
rebuildOpDependents(bool proxy_only) | OP_Node | protectedvirtual |
rebuildParmDependency(int parm_index) override | OP_Node | virtual |
recomputeCompiledHash() | OP_Node | |
referenceAllParameters(OP_Parameters *from, bool relative_references=true) override | OP_Node | virtual |
referencedParmChanged(int pi) | OP_Node | virtual |
referenceSingleParameter(OP_Parameters *from, int parm_idx, const char *relative_path=NULL) | OP_Parameters | virtual |
refreshRepresentativeNode(OP_Node &changed_child) | OP_Node | protectedvirtual |
reloadExternalFiles() | OP_Node | virtual |
reloadNewFiles(fpreal time_now) | OP_Parameters | virtual |
removeError(int idx) | OP_Parameters | inline |
removeMultiParmItem(const char *pn, int i) | OP_Parameters | |
removeOpDependent(int op_id, const PRM_RefId &ref_id, OP_InterestType mask=OP_INTEREST_ALL) | OP_Node | protectedvirtual |
removeOpDependent(int op_id, OP_InterestType mask=OP_INTEREST_ALL) | OP_Node | protectedvirtual |
removeOpInterest(void *data, OP_EventMethod m) | OP_Node | inline |
removeOpReference(const PRM_RefId &ref_id, OP_InterestType mask=OP_INTEREST_ALL) | OP_Node | protected |
removeOpReference(const PRM_RefId &ref_id, int op_id, OP_InterestType mask=OP_INTEREST_ALL) | OP_Node | protected |
removeOverrideDestination(OP_Node *) | OP_Node | inlinevirtual |
removeOverrideDestination(OP_Node *, int) | OP_Node | inlinevirtual |
rename(const char *newname) | OP_Parameters | protectedvirtual |
renameInput(OP_Input *input, int new_id) | OP_Node | protected |
repositionOpsMaxY(OP_NetworkBoxItemList &items, fpreal x, fpreal y) | OP_Node | static |
resetParmEventHandler() | OP_Parameters | protected |
resolveAndDeleteObsoleteParmList(PRM_ParmList *&obsolete_parms) override | OP_Node | virtual |
resolveExport(const PRM_Parm *p, int subindex, CH_ChannelRef &out_export) | OP_Node | inlinevirtual |
resolveExtraVariableForSyntaxHighlight(const char *name) | OP_Node | virtual |
resolveInputReferences() | OP_Node | |
resolveObsoleteParms(PRM_ParmList *) | OP_Parameters | inlinevirtual |
resolveUnresolvedLoadedInputs() | OP_Node | protected |
resolveVariable(const char *name) | OP_Node | virtual |
runCreateScript() | OP_Node | virtual |
runDelScript() | OP_Node | virtual |
save(std::ostream &os, const OP_SaveFlags &flags, const char *path_prefix="", const UT_String &name_override=UT_String()) | OP_Node | protectedvirtual |
saveChannelAliases(std::ostream &os, int binary) | OP_Parameters | protected |
saveChannels(std::ostream &os, int binary, bool compiled, bool selected, bool pending_state) | OP_Parameters | protected |
saveChildOverrides(std::ostream &os, OP_Node *root, const UT_String &rootpath, bool &added) | OP_Node | |
saveCommand(std::ostream &os, const char *name, fpreal x, fpreal y, const char *netboxname, const OP_SaveCommandOptions &options) | OP_Node | virtual |
saveCookedData(std::ostream &os, OP_Context &, int binary=0)=0 | OP_Node | pure virtual |
saveCookedData(const char *filename, OP_Context &)=0 | OP_Node | pure virtual |
saveDataBlocksPacket(std::ostream &os, const char *path_prefix, const UT_String &node_name) | OP_Node | |
saveDialogScriptExtraInfo(std::ostream &os) | OP_Node | virtual |
saveEditableInputData(std::ostream &os) const | OP_Node | |
saveFlagsForUndo() | OP_Node | protectedvirtual |
saveForUndoDelete(OP_NodeList &nodes) | OP_Node | protectedstatic |
saveForUndoInput() | OP_Node | |
saveForUndoLayout() | OP_Node | protected |
saveInputs(std::ostream &os, bool compile_basic) | OP_Node | |
saveIntrinsic(std::ostream &os, const OP_SaveFlags &flags) | OP_Node | protectedvirtual |
saveIntrinsicCommand(std::ostream &os, const char *name) | OP_Node | virtual |
saveKeyFrameForUndo(CH_Channel *chp, fpreal gtime) | OP_Parameters | virtual |
saveMultiParmForUndo(int index) | OP_Parameters | protected |
saveMultiParmInstanceCommand(std::ostream &os, const char *opname, bool spareparms) const | OP_Parameters | |
saveNamedInputs(std::ostream &os, bool compile_basic) | OP_Node | |
saveNamedOutputs(std::ostream &os) | OP_Node | |
saveOutputWires(std::ostream &os, const char *name, int dogeneral=0) | OP_Node | |
saveOverrides(std::ostream &os) | OP_Node | |
saveOverrides(std::ostream &os, OP_Node *root, const UT_String &rootpath, bool &added) | OP_Node | |
saveParameterFlags(std::ostream &os, const char *name, const char *command, bool(PRM_Parm::*flag_method)(int) const, bool defaultstoo, bool reverse, UT_Array< opParmData > *parm_array) | OP_Node | |
saveParameters(std::ostream &os, int binary, bool compiled) | OP_Parameters | protected |
saveParmChannels(int parm_index, std::ostream &os, int binary, bool compiled) | OP_Parameters | protected |
saveParmCommand(std::ostream &os, int values=0, int defaultstoo=1, bool spareparms=true) const | OP_Parameters | |
saveParmForUndo(PRM_Parm *) | OP_Parameters | |
saveParmsForUndo(bool scopedOnly=false, CH_Collection *collection=NULL) | OP_Parameters | virtual |
savePresetContents(std::ostream &os) override | OP_Parameters | virtual |
saveRamp(std::ostream &os, UT_Ramp &ramp, const char *name=0, int command=0) | OP_Node | |
saveSingleParmForUndo(PRM_Parm *parm) | OP_Parameters | |
saveUserData(std::ostream &os, const char *path) | OP_Node | |
saveUserDataCommand(std::ostream &os, const char *node_name, bool omit_version=false) | OP_Node | |
saveUserDataPacket(std::ostream &os, const char *path_prefix, const UT_String &node_name) | OP_Node | protected |
saveWires(std::ostream &os, const char *name, int dogeneral=0) | OP_Node | |
scopedChannelsDirty() | OP_Node | virtual |
sendEvent(OP_EventType type, void *data=0) | OP_Node | protected |
setActiveInputIndex(unsigned idx) | OP_Node | |
setAllChildAssetPermissions(int permission) | OP_Node | |
setAllowBuildDependencies(int yesno) | OP_Node | inlineprotected |
setAnyUndoFlag() override | OP_Node | virtual |
setAudio(bool on_off) | OP_Node | inlinevirtual |
setAutoscope(bool on_off) | OP_Node | inline |
setBatchParms(PRM_BatchList &list, fpreal now, bool set_key=false, bool create_channels=false) | OP_Parameters | static |
setBlindData(const char *key, UT_SharedPtr< void > ptr) | OP_Node | |
setBypass(bool on_off) | OP_Node | |
setCachedPythonObject(const UT_StringHolder &key, void *opaque_py_object) | OP_Node | |
setChannelAlias(PRM_Parm &parm, int subindex, const char *alias_name) | OP_Node | |
setChannelScope(const char *pattern, OP_ScopeOp scope_op, const OP_ScopeOptions &scope_opts) | OP_Node | virtual |
setChRefData(int pi, int vi, fpreal t, const PRM_DataItemHandle &val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefData(const char *pn, int vi, fpreal t, const PRM_DataItemHandle &val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefData(const char *parmname, int &pi, int vi, fpreal t, const PRM_DataItemHandle &val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefFloat(int pi, int vi, fpreal t, fpreal val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefFloat(const char *pn, int vi, fpreal t, fpreal val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefFloat(const char *parmname, int &pi, int vi, fpreal t, fpreal val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefInt(int pi, int vi, fpreal t, exint val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefInt(const char *pn, int vi, fpreal t, exint val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefInt(const char *parmname, int &pi, int vi, fpreal t, exint val, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefString(const UT_StringRef &val, CH_StringMeaning meaning, int pi, int vi, fpreal t, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefString(int pi, int vi, fpreal t, const UT_StringRef &val, CH_StringMeaning meaning, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | inline |
setChRefString(const UT_StringRef &val, CH_StringMeaning meaning, const char *pn, int vi, fpreal t, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setChRefString(const char *pn, int vi, fpreal t, const UT_StringRef &val, CH_StringMeaning meaning, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | inline |
setChRefString(const UT_StringRef &val, CH_StringMeaning meaning, const char *parmname, int &pi, int vi, fpreal t, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING, bool propagate=true) | OP_Parameters | |
setColor(const UT_Color &col) override | OP_Node | virtual |
setColorDefault(bool usedefault) | OP_Node | |
setComment(const char *str) | OP_Node | |
setCompress(bool on_off) | OP_Node | |
setCookingRender(int val) | OP_Node | virtual |
setCreatorState(const char *s) | OP_Node | inline |
setCurrent(bool on_off) | OP_Node | |
setCurrentAndPicked() | OP_Node | |
setData(int parmi, int vectori, fpreal t, const PRM_DataItemHandle &val) | OP_Parameters | |
setData(const char *parmname, int vectori, fpreal t, const PRM_DataItemHandle &val) | OP_Parameters | |
setData(const char *parmname, int &parmi, int vectori, fpreal t, const PRM_DataItemHandle &val) | OP_Parameters | |
setDataBlock(const char *key, OP_DataBlockPtr ptr) | OP_Node | |
setDataInst(const PRM_DataItemHandle &value, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setDebug(bool on_off) | OP_Node | inlinevirtual |
setDelaySyncOTL(bool isdelayed) | OP_Node | |
setDelScript(const char *str) | OP_Node | |
setDisplay(bool on_off) | OP_Node | |
setDisplayComment(bool state) | OP_Node | |
setDisplayDescriptiveName(bool state) | OP_Node | |
setDisplayOrigin(bool on_off_unchanged) | OP_Node | inlinevirtual |
setEditableInputData(int idx, const UT_StringHolder &key, const UT_OptionEntry &value) | OP_Node | |
setEditableInputString(int idx, const UT_StringRef &key, const UT_StringHolder &str) | OP_Node | |
setEditPicked(bool on_off, bool propagate_parent_event=true) | OP_Node | |
setExport(bool on_off) | OP_Node | inlinevirtual |
setExpose(bool on_off) | OP_Node | |
setExprLanguage(CH_ExprLanguage language) | OP_Parameters | |
setFlag(char tag, int8 val) | OP_Node | virtual |
setFloat(int parmi, int vectori, fpreal t, fpreal value, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING) | OP_Parameters | |
setFloat(const char *parmname, int vectori, fpreal t, fpreal value, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING) | OP_Parameters | |
setFloat(const char *parmname, int &parmi, int vectori, fpreal t, fpreal value, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING) | OP_Parameters | |
setFloatInst(fpreal value, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setFootprint(bool on_off) | OP_Node | |
setGlobalFloatParam(const char *param, fpreal value, bool *warned) | OP_Node | |
setGlobalStringParam(const char *param, const char *strvalue, bool *warned) | OP_Node | |
setHardLock(bool on_off) | OP_Node | inline |
setHasTakeData(bool onoff) | OP_Node | |
setHighlight(bool on_off) | OP_Node | |
setIndirectInput(unsigned idx, OP_IndirectInput *input) | OP_Node | virtual |
setInhibitInputConsolidation(bool value) | OP_Node | |
setInput(unsigned idx, OP_Node *op, unsigned outputIdx=0) | OP_Node | virtual |
setInputReference(unsigned idx, const char *label, int keeppos, unsigned outputIdx=0) | OP_Node | virtual |
setInt(int parmi, int vectori, fpreal t, exint value) | OP_Parameters | |
setInt(const char *parmname, int vectori, fpreal t, exint value) | OP_Parameters | |
setInt(const char *parmname, int &parmi, int vectori, fpreal t, exint value) | OP_Parameters | |
setIntInst(exint value, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setItemExpose(bool expose) override | OP_Node | inlinevirtual |
setItemName(const UT_String &name) override | OP_Node | virtual |
setLegacyConnectingInputIndex(int index) | OP_Node | inlineprotected |
setLocalVarActive(bool f) | OP_Node | inline |
setLockState(OP_LockTypes state, bool saveundo=true) | OP_Node | |
setMapping(int idx, int type, const char *label=0) | OP_Node | virtual |
setMatchesOTLDefinition(int matches) | OP_Node | protected |
setMaterialIconAllowRegenerateFlag(bool) | OP_Node | inlinevirtual |
setMaterialIconFilename(const char *) | OP_Node | inlinevirtual |
setMinimumCacheSize(int min_size) | OP_Node | |
setModelLock(OP_LockTypes state, void *modeler=nullptr, bool allow_softlock_promotion=false, UT_Undo *undo=nullptr) | OP_Node | virtual |
setModified(bool on_off) | OP_Node | |
setNamedIndirectInput(const OP_ConnectorId &input_name, OP_IndirectInput *input) | OP_Node | virtual |
setNamedInput(const OP_ConnectorId &input_name, OP_Node *op, const OP_ConnectorId *output_name=nullptr) | OP_Node | virtual |
setNamedInputReference(const OP_ConnectorId &input_name, const char *label, int, const OP_ConnectorId *output_name=nullptr) | OP_Node | virtual |
setNewParent(OP_Network *new_parent) | OP_Node | protected |
setNodeBeingDeleted(int beingdeleted) | OP_Node | |
setNodeShape(const UT_StringHolder &shape) | OP_Node | |
setOriginalOperatorName(const UT_StringHolder &optype) | OP_Node | |
setOutputForView(int8 output) | OP_Node | |
setOwnerBox(OP_NetworkBox *box) | OP_NetworkBoxItem | |
setParameterOrProperty(const char *parm_name, int vec_index, fpreal now, int32 value, bool set_key=false, bool propagate=true) | OP_Parameters | |
setParameterOrProperty(const char *parm_name, int vec_index, fpreal now, int64 value, bool set_key=false, bool propagate=true) | OP_Parameters | |
setParameterOrProperty(const char *parm_name, int vec_index, fpreal now, fpreal value, bool set_key=false, bool propagate=true) | OP_Parameters | |
setParameterOrProperty(const char *parm_name, int vec_index, fpreal now, const char *value, CH_StringMeaning meaning, bool set_key=false, bool propagate=true) | OP_Parameters | |
setPendingOverrideString(const char *s) | PRM_ParmOwner | |
setPickable(bool on_off) | OP_Node | inlinevirtual |
setPicked(bool on_off, bool propagate_parent_event=true) override | OP_Node | virtual |
setProxyRefNode(bool f) | OP_Node | inline |
setRenameConflict() | OP_Node | inline |
setRender(bool on_off) | OP_Node | |
setRunningCreateScript(int onoff) | OP_Node | |
setSaveBypass(bool on_off) | OP_Node | |
setSaveData(bool on_off) | OP_Node | |
setSilentData(int parmi, int vectori, fpreal t, const PRM_DataItemHandle &value) | OP_Parameters | |
setSilentData(const char *parmname, int vectori, fpreal t, const PRM_DataItemHandle &value) | OP_Parameters | |
setSilentData(const char *parmname, int &parmi, int vectori, fpreal t, const PRM_DataItemHandle &value) | OP_Parameters | |
setSilentDataInst(const PRM_DataItemHandle &value, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setSilentFloat(int parmi, int vectori, fpreal t, fpreal value, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING) | OP_Parameters | |
setSilentFloat(const char *parmname, int vectori, fpreal t, fpreal value, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING) | OP_Parameters | |
setSilentFloat(const char *parmname, int &parmi, int vectori, fpreal t, fpreal value, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING) | OP_Parameters | |
setSilentFloatInst(fpreal value, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setSilentInt(int parmi, int vectori, fpreal t, exint value) | OP_Parameters | |
setSilentInt(const char *parmname, int vectori, fpreal t, exint value) | OP_Parameters | |
setSilentInt(const char *parmname, int &parmi, int vectori, fpreal t, exint value) | OP_Parameters | |
setSilentIntInst(exint value, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setSilentString(const UT_StringRef &value, CH_StringMeaning meaning, int parmi, int vectori, fpreal t) | OP_Parameters | |
setSilentString(const UT_StringRef &value, CH_StringMeaning meaning, const char *parmname, int vectori, fpreal t) | OP_Parameters | |
setSilentString(const UT_StringRef &value, CH_StringMeaning meaning, const char *parmname, int &parmi, int vectori, fpreal t) | OP_Parameters | |
setSilentStringInst(const UT_StringRef &value, CH_StringMeaning meaning, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setSoftLock(bool on_off) | OP_Node | inline |
setString(const UT_StringRef &val, CH_StringMeaning meaning, int parmi, int vectori, fpreal t) | OP_Parameters | |
setString(const UT_StringRef &val, CH_StringMeaning meaning, const char *parmname, int vectori, fpreal t) | OP_Parameters | |
setString(const UT_StringRef &val, CH_StringMeaning meaning, const char *parmname, int &parmi, int vectori, fpreal t) | OP_Parameters | |
setStringInst(const UT_StringRef &value, CH_StringMeaning meaning, const char *parmname, const int *inst, int vectori, fpreal t, int nestlevel=1) | OP_Parameters | |
setTemplate(bool on_off) | OP_Node | |
setUniqueId(int id) | OP_Node | protectedvirtual |
setUnload(bool on_off) | OP_Node | |
setupConnectorsAfterLoad() | OP_Node | protectedvirtual |
setUserData(const UT_StringRef &key, const UT_StringHolder &data, bool save_undo) | OP_Node | |
setVisible(bool onoff) | OP_Node | virtual |
setVisibleState(int pi, bool state, int v=-1) | OP_Parameters | |
setVisibleState(const char *pn, bool state, int v=-1) | OP_Parameters | |
setVisibleStateInst(const char *name, const int *inst, int state, int nestlevel=1, int v=-1) | OP_Parameters | |
setXray(bool on_off) | OP_Node | |
setXY(fpreal x, fpreal y) override | OP_Node | virtual |
setXYWithBoundsChecks(fpreal x, fpreal y) | OP_NetworkBoxItem | |
shouldDelaySyncOTL() const | OP_Node | |
spareParmRemoved(const char *parmname) override | OP_Node | virtual |
startBulkNotifications(const OP_NodeList &changed, OP_Node *caller=nullptr) | OP_Node | static |
startCookTimer(const OP_Context &context) | OP_Node | protected |
stealDependents(OP_Node *other) | OP_Node | protected |
stealErrors(UT_ErrorManager &src, bool borrow_only=false) | OP_Parameters | |
stealErrors(OP_Parameters &src) | OP_Parameters | protected |
stealGlobalErrors() | OP_Parameters | protected |
stopCookTimer(const OP_Context &context) | OP_Node | protected |
syncContents(UT_IStream &is) | OP_Node | protectedvirtual |
syncDelayedOTL() | OP_Node | inline |
syncNodeVersion(const char *old_version, const char *current_version, bool *node_deleted) override | OP_Node | virtual |
syncNodeVersionIfNeeded(bool *node_deleted, const char *from_version=nullptr, bool update_node_version=false) | OP_Node | |
takeActivateFlag(uchar flag, bool enable=true, bool send_flag_event=true) | OP_Node | |
takeActivateParm(uint idx, bool enable=true) | OP_Parameters | |
takeActivateParm(const char *name, bool enable=true) | OP_Parameters | |
takeActivateParm(PRM_Parm *parm, bool enable=true) | OP_Parameters | |
takeAutoActivateParm(PRM_Parm *) override | OP_Parameters | virtual |
takeDeactivateFlag(uchar flag) | OP_Node | inline |
takeDeactivateParm(uint idx) | OP_Parameters | inline |
takeDeactivateParm(const char *name) | OP_Parameters | inline |
takeDeactivateParm(PRM_Parm *parm) | OP_Parameters | inline |
takeIsActiveFlag(uchar flag) const | OP_Node | |
takeIsActiveParm(uint idx) | OP_Parameters | |
takeIsActiveParm(const char *name) | OP_Parameters | |
takeIsActiveParm(const PRM_Parm *parm) | OP_Parameters | |
taskState() | OP_Node | inline |
taskState() const | OP_Node | inline |
testDragDrop(DD_Source &src) | OP_Node | virtual |
theVexClearParmName | OP_Node | static |
theVexCWDName | OP_Node | static |
theVexNodePathParmName | OP_Node | static |
theVexScriptParmName | OP_Node | static |
theVexSrcParmMenu | OP_Node | static |
theVexSrcParmName | OP_Node | static |
touchBundleParm(const char *name) | OP_Node | |
touchBundleParm(int parm_index) | OP_Node | |
TRANSFORM_IWORLD enum value | OP_Node | |
TRANSFORM_PARENT enum value | OP_Node | |
TRANSFORM_PARENTBONE enum value | OP_Node | |
TRANSFORM_PARM enum value | OP_Node | |
TRANSFORM_PRE enum value | OP_Node | |
TRANSFORM_PRECONSTRAINT enum value | OP_Node | |
TRANSFORM_PREPARM enum value | OP_Node | |
TRANSFORM_PRERAWPARM enum value | OP_Node | |
TRANSFORM_RAWPARM enum value | OP_Node | |
TRANSFORM_WORLD enum value | OP_Node | |
TransformMode enum name | OP_Node | |
TRAVERSE_COOKED_INPUT_INDEX_INPUTS enum value | OP_Node | |
TRAVERSE_DEFAULT enum value | OP_Node | |
TRAVERSE_EXTRA_INPUTS enum value | OP_Node | |
TRAVERSE_INTO_SUBNETS enum value | OP_Node | |
TRAVERSE_ONLY_USED_INPUTS enum value | OP_Node | |
TRAVERSE_PASSTHROUGH_INPUTS enum value | OP_Node | |
TRAVERSE_REF_INPUTS enum value | OP_Node | |
TRAVERSE_SIMULATION_INPUTS enum value | OP_Node | |
traverseChildren(bool(*callback)(OP_Node &, void *), void *data, bool recurse_into_subnets) | OP_Node | |
traverseConnectedInputs(OP_ConnectorInputIter *prev_iter) | OP_Node | |
traverseInputs(bool(*callback)(OP_Node &, void *), void *data, TraverseOptions opts, OP_InterestType extra_interest_mask=OP_INTEREST_ALL) | OP_Node | |
traverseInputs(bool(*callback)(const OP_Node &, void *), void *data, TraverseOptions opts, OP_InterestType extra_interest_mask=OP_INTEREST_ALL) const | OP_Node | |
traverseInputs(OP_ConnectorInputIter *prev_iter) | OP_Node | |
TraverseOptions enum name | OP_Node | |
traverseRef(int *sub_idx, fpreal time, int parm_idx, int vec_idx) const override | OP_Node | virtual |
traverseScope(const char *pattern, OP_ScopeOp scope_op, const OP_ScopeOptions &scope_options) | OP_Parameters | protectedvirtual |
triggerOPChanged(OP_EventType reason, int index) | OP_Parameters | |
triggerOutputChanged() | OP_Node | |
triggerParmCallback(PRM_Parm *parmptr, fpreal now, int value, void *data, const UT_Options *options=nullptr) override | OP_Node | virtual |
triggerUIChanged(OP_UIChangeType type=OP_UICHANGE_ANY) | OP_Node | |
turnOffAllChildExports() | OP_Node | |
undisplayChannels(bool recurse) | OP_Node | virtual |
unloadData() | OP_Node | virtual |
unlockInput(unsigned idx) | OP_Node | virtual |
unlockInputs() | OP_Node | virtual |
unmatchOTLDefinition() | OP_Node | virtual |
unpinChannels(bool recurse) | OP_Node | virtual |
unscopeChannels(bool recurse) | OP_Node | virtual |
updateChannelPtrs(CH_CollectionList &parents) | OP_Node | static |
updateDandROpsEqual(int=1) | OP_Node | inlinevirtual |
updateErrorSeverity() | OP_Node | protected |
updateMultiParmFromRamp(fpreal t, const UT_Ramp &ramp, PRM_Parm &m, bool add_wrap, PRM_AddKeyType add_key=PRM_AK_MARK_PENDING) | OP_Parameters | |
updateParmDisableConditional(PRM_Parm &parm, bool force, const UT_StringArray *skip=0) | OP_Parameters | protected |
updateParmDisableIfInactive(PRM_Parm &parm, bool disable=true) | OP_Parameters | protected |
updateParmHideConditional(PRM_Parm &parm, const UT_StringArray *skip=0) | OP_Parameters | protected |
updateParmsAndSpareParmsFlags() | OP_Parameters | |
updateParmsFlags() | OP_Parameters | inlineprotectedvirtual |
updateParmsToMatchCurrentUnits() | OP_Node | |
updatePending(fpreal t) | OP_Parameters | |
updateRampFromMultiParm(fpreal t, const PRM_Parm &m, UT_Ramp &ramp, bool *time_dep=NULL, DEP_MicroNode *depnode=NULL) const | OP_Parameters | |
updateUserMask() | OP_Parameters | |
updateVersionUserData() | OP_Node | |
userData() const | OP_Node | inline |
userDataChanged(const UT_StringHolder &key) | OP_Node | virtual |
userSetSelectableTemplate(bool onoff) | OP_Node | |
userSetTemplate(bool onoff) | OP_Node | |
usesFootprint() const | OP_Node | inlinevirtual |
UT_NonCopyable()=default | UT_NonCopyableNS::UT_NonCopyable | protected |
UT_NonCopyable(const UT_NonCopyable &)=delete | UT_NonCopyableNS::UT_NonCopyable | protected |
validateSafeBounds(fpreal &x, fpreal &y) | OP_NetworkBoxItem | |
validateSafeBounds(fpreal &x, fpreal &y, fpreal &w, fpreal &h) | OP_NetworkBoxItem | |
verifyTemplatesWithParameters() const | OP_Node | |
wasBuiltExplicitly() const | OP_Node | inline |
wasInterrupted() const | OP_Node | inline |
whichInputIs(const OP_Node *who) const | OP_Node | |
whichInputIs(const OP_IndirectInput *who) const | OP_Node | |
whichInputIs(const OP_IndirectInput *whoi, int cnt) const | OP_Node | |
whichInputIs(const OP_Node *source_node, int counter) const | OP_Node | |
whichNamedInputIs(const OP_Node *who) const | OP_Node | |
whichNamedInputIs(const OP_IndirectInput *who) const | OP_Node | |
whichOutputIs(const OP_Node *target_node, int input_on_target_node) const | OP_Node | |
whichOutputIsFollowingIndirect(const OP_Node *target_node, int input_on_target_node) const | OP_Node | |
whichOutputNode() const | OP_Node | virtual |
willAutoconvertInputType(int input_idx) | OP_Node | virtual |
willAutoconvertNamedInputType(const OP_ConnectorId &input_name) | OP_Node | virtual |
writeAllChannels(std::ostream &os, const char *name, bool frames, bool dochblock, bool dospareparms) | OP_Node | |
writeChannel(CH_Channel *channel, std::ostream &os, const char *name, bool frames) | OP_Node | |
~OP_NetworkBoxItem() | OP_NetworkBoxItem | virtual |
~OP_Node() override | OP_Node | protected |
~OP_Parameters() override | OP_Parameters | protected |
~PRM_ParmOwner() | PRM_ParmOwner | inlineprotectedvirtual |
~UT_NonCopyable()=default | UT_NonCopyableNS::UT_NonCopyable | protected |