HDK
|
This is the complete list of members for SOP_Node, including all inherited members.
acceptDragDrop(DD_Source &src, const char *l) override | SOP_Node | protectedvirtual |
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 |
addChildManager(OP_OpTypeId type) | OP_Network | |
addCommonError(UT_CommonErrorCode what, const char *msg=0) | SOP_Node | inline |
addCommonWarning(UT_CommonErrorCode what, const char *msg=0) | SOP_Node | inline |
addCustomVariable(const char *attr, const char *varname) | SOP_Node | |
addCustomVariableCallback(const char *attr, const char *varname, void *data) | SOP_Node | static |
addError(int code, const char *msg=0) | SOP_Node | inline |
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 |
addFatal(SOP_ErrorCodes code, const char *msg=0) | SOP_Node | inline |
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 | |
addGenericVariable(const char *varname, GEO_Standard_Attributes attr, const AttribTupleIndexArg &tuple_idx, GA_StorageClass storage=GA_STORECLASS_REAL, GA_Defaults const &defaults=GA_Defaults(0.0f)) | SOP_Node | |
addGenericVariable(const char *varname, const char *attribname, const AttribTupleIndexArg &tuple_idx, GA_StorageClass storage=GA_STORECLASS_REAL, GA_Defaults const &defaults=GA_Defaults(0.0f)) | SOP_Node | |
addGenericVariable(const char *varname, int varidx, SOP_LocalVarFunc callback, GA_Defaults const &defaults=GA_Defaults(0.0f)) | SOP_Node | |
addGenericVariable(const GU_Detail *gdp, int gdpidx, const char *varname, const char *attribname, const AttribTupleIndexArg &tuple_idx, GA_StorageClass storage=GA_STORECLASS_REAL, GA_Defaults const &defaults=GA_Defaults(0.0f)) | SOP_Node | |
addGenericVariable(int gpdidx, const char *varname, int varidx, SOP_LocalVarFunc callback, GA_Defaults const &defaults=GA_Defaults(0.0f)) | SOP_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 |
addInstanceReference(SOP_Node *node) | SOP_Node | |
addMessage(SOP_ErrorCodes code, const char *msg=0) | SOP_Node | inline |
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 |
addNode(OP_Node *node, int notify=1, int explicitly=1) | OP_Network | protectedvirtual |
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) override | SOP_Node | virtual |
addOrRemoveMultiparmInstance() override | OP_Parameters | virtual |
addPicked(const OP_Group *group) | OP_Network | |
addPythonNodeError(const PY_Result &py_result) | OP_Node | |
addSpecificVariable(const GU_Detail *gdp, int gdpidx, const char *varname, const char *attribname, const AttribTupleIndexArg &tuple_idx, GA_StorageClass storage, GA_AttributeOwner dictionary, GA_Defaults const &defaults=GA_Defaults(0.0f)) | SOP_Node | |
addSpecificVariable(int gpidx, const char *varname, int varidx, GA_AttributeOwner dictionary, SOP_LocalVarFunc callback, GA_Defaults const &defaults=GA_Defaults(0.0f)) | SOP_Node | |
addSystemError(const char *msg=0) | SOP_Node | inline |
addTransformError(const OP_Node &node, const char *label=0) const | OP_Node | |
addWarning(SOP_ErrorCodes code, const char *msg=0) | SOP_Node | inline |
allAttribMenu | SOP_Node | static |
allAttribReplaceMenu | SOP_Node | static |
allGroupMenu | SOP_Node | static |
allGroupReplaceMenu | SOP_Node | static |
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 |
allTextureCoordMenu | SOP_Node | static |
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 |
beginLoadingInNetwork() | OP_Network | protectedvirtual |
beginPropagateModification() | OP_Node | |
beginScriptBlockingDel() | OP_Node | inlineprotected |
beginVopCodeGeneratorUpdate() | OP_Node | inlinevirtual |
blockModify(int on_off, int propagate=1) | OP_Node | |
breakpointGroupMenu | SOP_Node | static |
breakpointGroupReplaceMenu | SOP_Node | static |
buildBreakpointGroupsFromSop(SOP_Node *src_sop, const PRM_Parm *parm, const PRM_SpareData *spare, bool addprim, int start, PRM_Name *menuEntries, int thelistsize) | SOP_Node | static |
buildDefaultCopContext(OP_Context &context, DEP_MicroNode *depnode=nullptr) | OP_Node | virtual |
buildEdgeGroupsFromSop(SOP_Node *src_sop, const PRM_Parm *parm, const PRM_SpareData *spare, bool addprim, int start, PRM_Name *menuEntries, int thelistsize) | SOP_Node | static |
buildGroupsFromSop(SOP_Node *src_sop, const PRM_Parm *parm, const PRM_SpareData *spare, unsigned type, int start, PRM_Name *menuEntries, int thelistsize, bool include_name_attrib=true) | SOP_Node | static |
buildInputBreakpointGroups(int sourcenum, PRM_Name *choicenames, int menusize, bool addprim, int start, const PRM_Parm *parm) | SOP_Node | |
buildInputEdgeGroups(int sourcenum, PRM_Name *choicenames, int menusize, bool addprim, int start, const PRM_Parm *parm) | SOP_Node | |
buildInputGroups(int thesourcenum, PRM_Name *thechoicenames, int themenusize, unsigned type, int start, bool includeselection, const PRM_Parm *parm) | SOP_Node | |
buildInputHashCode(UT_TokenString &string, OP_Context &context, int group_mask, int level) | OP_Node | |
buildLocalVarNames(UT_StringArray &out_vars) override | SOP_Node | protectedvirtual |
buildMParmInst(const PRM_Template *templates, UT_StringArray &mparm_inst, UT_IntArray &mparm_lvl, int level) | OP_Parameters | static |
buildNamedPrims(int thesourcenum, PRM_Name *thechoicenames, int themenusize, const PRM_Parm *parm, bool globvectors, bool numberedvolumes) | SOP_Node | |
buildOpDependencies() override | OP_Network | protectedvirtual |
buildOperatorTable(OP_OperatorTable &table) | SOP_Node | static |
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) override | SOP_Node | protectedvirtual |
cachedPythonObjects() const | OP_Node | inline |
cacheParmValues(const OP_Context &context) | OP_Parameters | |
cacheVarPrimBox(int gpdidx) | SOP_Node | |
cacheVarPtBox(int gpdidx) | SOP_Node | |
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 *node) | OP_Network | static |
canDestroyNode() override | OP_Network | 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 |
changeChildNodeType(OP_Node *child, const char *newtype, bool keepname, bool keepparms, bool keepcontents, bool quiet, int *newChildId=NULL) | OP_Network | |
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) override | OP_Network | 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 | |
checkChangedSourceFlags(unsigned idx, OP_Context &ctx, int *changed) | SOP_Node | protected |
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 |
childDeleted(OP_Node *) | OP_Network | virtual |
childFlagChange(OP_Node *) | OP_Network | virtual |
cleanAllBundleRefs() | OP_Node | |
cleanUnusedBundleRefs() | OP_Node | |
clearAllInstances() | SOP_Node | protected |
clearAllPendingUndoFlags() | OP_Node | static |
clearAndDestroyNodes() | OP_Network | protected |
clearCachedMimeFile() | OP_Network | |
clearCachedPythonObjects() | OP_Node | |
clearCompiledHash() | OP_Node | inline |
clearCurGdh(int index) | SOP_Node | |
clearCurPoint(int index) | SOP_Node | |
clearCurPrim(int index) | SOP_Node | |
clearCurVertex(int index) | SOP_Node | |
clearCurVertexNum(int index) | SOP_Node | |
clearDataBlocks() | OP_Node | |
clearDelScripts(int pickedOnly) | OP_Network | |
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 | |
clearInstance(int duplicate=0) | SOP_Node | protected |
clearInstanceReference(SOP_Node *node) | SOP_Node | |
clearInterrupted() | OP_Node | inlinevirtual |
clearInterruptedImpl(bool allow_recook) | OP_Node | protected |
clearNodeSelectionSet() | SOP_Node | |
clearOpReferences() | OP_Node | protected |
clearParmCache() | OP_Parameters | |
clearParmDependency(int parm_index) override | OP_Node | virtual |
clearSelection() | SOP_Node | |
clearSelection(GU_SelectionType stype) | SOP_Node | |
clearSelection(GA_GroupType gtype) | SOP_Node | |
OP_Network::clearSelection(OP_TileType t, int grouplist) | OP_Network | |
clearUndoFlags() override | OP_Network | virtual |
clearUniqueId() override | SOP_Node | protectedvirtual |
clearUnreferencedInputs() override | OP_Network | virtual |
clearUserData(bool save_undo) | OP_Node | |
clearVerbCache() | SOP_Node | |
clearVersionUserData() | OP_Node | |
cloneFromProxyRefNode(OP_Network *proxy) override | OP_Network | protectedvirtual |
cloneToProxyRefNode() override | OP_Network | protectedvirtual |
cmd_locate(CMD_Args &) | OP_Node | protectedstatic |
commandParmCallback(void *data, fpreal now, int argc, char *argv[], CMD_Args *args) | OP_Parameters | |
compactIndexPair(GA_Attribute *attrib) | SOP_Node | static |
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 |
convertPivotAboutGroupCentroid(PRM_Parm &grppivot_parm, int pivot_parm_idx, const UT_Vector3 *centroid=0) | SOP_Node | protected |
convertPivotAboutGroupCentroid(PRM_Parm &grppivot_parm, const char *pivot_parm_name, const UT_Vector3 *centroid=0) | SOP_Node | protected |
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 |
cookGuide(int guide_idx, OP_Context &context) | SOP_Node | |
cookGuide1(OP_Context &context) | SOP_Node | |
cookGuide2(OP_Context &context) | SOP_Node | |
cookInputAllGroups(OP_Context &context, const GA_Group *&group, bool alone=false, bool do_selection=true, int parm_index=0, int group_type_index=-1, GA_GroupType grouptype=GA_GROUP_INVALID, bool allow_reference=true, bool is_default_prim=true, bool ordered=false, bool detached=true, int input_index=0) | SOP_Node | protected |
cookInputAllGroups(OP_Context &context, const GA_Group *&group, bool alone, bool do_selection, int parm_index, int group_type_index, GA_GroupType grouptype, bool allow_reference, bool is_default_prim, bool ordered, const GroupCreator &creator) | SOP_Node | protected |
cookInputAllGroups(OP_Context &context, const GA_Group *&group, GU_DetailGroupPair &detail_group_pair, int alone=0, bool do_selection=true, int input_index=0, int parm_index=0, int group_type_index=-1, bool allow_reference=false, bool is_default_prim=true, bool fetchgdp=true, GU_Detail *pgdp=NULL) | SOP_Node | protectedvirtual |
cookInputEdgeGroups(OP_Context &context, const GA_EdgeGroup *&group, bool alone=false, bool do_selection=true, int parm_index=0, int group_type_index=-1, bool allow_reference=true, int input_index=0) | SOP_Node | protected |
cookInputEdgeGroups(OP_Context &context, const GA_EdgeGroup *&group, bool alone, bool do_selection, int parm_index, int group_type_index, bool allow_reference, const GU_Detail *pgdp) | SOP_Node | protected |
cookInputEdgeGroups(OP_Context &context, const GA_EdgeGroup *&group, GU_DetailGroupPair &detail_group_pair, int alone=0, bool do_selection=true, int input_index=0, int parm_index=0, int group_type_index=-1, bool allow_reference=false, bool fetchgdp=true, GU_Detail *pgdp=NULL) | SOP_Node | protectedvirtual |
cookInputGroups(OP_Context &context, int alone=0) | OP_Node | protectedvirtual |
cookInputPointGroups(OP_Context &context, const GA_PointGroup *&group, bool alone=false, bool do_selection=true, int parm_index=0, int group_type_index=-1, bool allow_reference=true, bool ordered=false, bool detached=true, int input_index=0) | SOP_Node | protected |
cookInputPointGroups(OP_Context &context, const GA_PointGroup *&group, bool alone, bool do_selection, int parm_index, int group_type_index, bool allow_reference, bool ordered, const GroupCreator &creator) | SOP_Node | protected |
cookInputPointGroups(OP_Context &context, const GA_PointGroup *&group, GU_DetailGroupPair &detail_group_pair, int alone=0, bool do_selection=true, int input_index=0, int parm_index=0, int group_type_index=-1, bool allow_reference=true, bool fetchgdp=true, GU_Detail *pgdp=NULL) | SOP_Node | protectedvirtual |
cookInputPrimitiveGroups(OP_Context &context, const GA_PrimitiveGroup *&group, bool alone=false, bool do_selection=true, int parm_index=0, int group_type_index=-1, bool allow_reference=true, bool ordered=false, bool detached=true, int input_index=0) | SOP_Node | protected |
cookInputPrimitiveGroups(OP_Context &context, const GA_PrimitiveGroup *&group, bool alone, bool do_selection, int parm_index, int group_type_index, bool allow_reference, bool ordered, const GroupCreator &creator) | SOP_Node | protected |
cookInputPrimitiveGroups(OP_Context &context, const GA_PrimitiveGroup *&group, GU_DetailGroupPair &detail_group_pair, int alone=0, bool do_selection=true, int input_index=0, int parm_index=0, int group_type_index=-1, bool allow_reference=true, bool fetchgdp=true, GU_Detail *pgdp=NULL) | SOP_Node | protectedvirtual |
cookLockedExecute(const F &functor) | OP_Node | inline |
cookMe(OP_Context &context) override | SOP_Node | protectedvirtual |
cookMyGuide(int guide_idx, OP_Context &context) | SOP_Node | inlineprotectedvirtual |
cookMyGuide1(OP_Context &context) | SOP_Node | protectedvirtual |
cookMyGuide2(OP_Context &context) | SOP_Node | protectedvirtual |
cookMyselfAsVerb(OP_Context &context) | SOP_Node | protected |
cookMySop(OP_Context &context)=0 | SOP_Node | protectedpure virtual |
cookMySopOutput(OP_Context &context, int outputidx, SOP_Node *interests) | SOP_Node | protectedvirtual |
cookOutput(OP_Context &context, int outputidx, SOP_Node *interests) | SOP_Node | |
cookOverrides(OP_Context &c) | OP_Node | |
cookParmsModified() const | OP_Node | inline |
cookVerb() const | SOP_Node | inlinevirtual |
copyCookedSelectionToUserSelection(OP_Context *context=0) | SOP_Node | |
copyItems(const OP_NetworkBoxItemList &srcitems, OP_NetworkBoxItemList &destitems, bool reference_parameters, bool relative_references, bool connect_outputs_to_multi_inputs) | OP_Network | |
copyNetworkBox(OP_NetworkBox *srcnetbox, OP_NetworkBoxSaveType save_type, OP_NodeList *nodes=NULL, const char *toname=NULL, bool reference_parameters=false) | OP_Network | |
copyNode(const OP_Node *srcnode, const char *toname=NULL, bool reference_parameters=false) | OP_Network | |
copyPickedItems(const OP_Network *srcnet, OP_ItemTypeMask item_type_mask, OP_Group *newnodes=nullptr, const OP_FixNameParms *fix_name_parms=nullptr) | OP_Network | |
copyPickedNodes(const OP_Network *srcnet, OP_Group *newnodes=0, const OP_FixNameParms *fix_name_parms=0) | OP_Network | |
copyPointPosFromSource(unsigned input_i, OP_Context &ctx) | SOP_Node | protected |
copyPostItNote(OP_PostIt *src_note, const char *toname=0) | OP_Network | |
copyTempSelections(OP_Context &context, SOP_Node *src) | SOP_Node | |
countInstances() | SOP_Node | protected |
countReferences(int op_id) | OP_Node | |
createAdhocBreakpointGroup(const GEO_Detail &geo) | SOP_Node | inlineprotected |
createAdhocEdgeGroup(GU_Detail &geo, const char *p="adhoc") | SOP_Node | inlineprotected |
createAdhocEdgeGroup(const GEO_Detail &geo) | SOP_Node | inlineprotected |
createAdhocPointGroup(GU_Detail &geo, const char *p="adhoc") | SOP_Node | inlineprotected |
createAdhocPointGroup(const GEO_Detail &geo) | SOP_Node | inlineprotected |
createAdhocPrimGroup(GU_Detail &geo, const char *p="adhoc") | SOP_Node | inlineprotected |
createAdhocPrimGroup(const GEO_Detail &geo) | SOP_Node | inlineprotected |
createAdhocVertexGroup(GU_Detail &geo, const char *p="adhoc") | SOP_Node | inlineprotected |
createAdhocVertexGroup(const GEO_Detail &geo) | SOP_Node | inlineprotected |
createAttributeEvaluator(const char *name) override | SOP_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 |
createGroup(const char *name=0) | OP_Network | |
createNetworkBox(const char *name, OP_NetworkBoxItemList *items=NULL) | OP_Network | |
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 |
createNode(const char *type, const char *name=0, int notify=1, int explicitly=1, int loadcontents=1, int *aliasedScriptedOp=0, char *matIconFilename=0, bool exact_type=false) | OP_Network | |
createNodeOfExactType(const char *type, const char *name=0) | OP_Network | inline |
createObsoleteParmList() override | OP_Node | virtual |
createParmMicroNode(const UT_StringRef &pn, int *pi) | OP_Parameters | |
createPostItNote(const char *name) | OP_Network | |
createProxyRefNode(const char *path) override | OP_Network | 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 |
curGdh(int index) const | SOP_Node | inline |
curGdp(int index) const | SOP_Node | inline |
curPoint(int index) const | SOP_Node | inline |
curPointBBox(int index) | SOP_Node | inline |
curPrim(int index) const | SOP_Node | inline |
curPrimBBox(int index) | SOP_Node | inline |
curPrimOff(int index) const | SOP_Node | inline |
curVertex(int local_var_gdp_index) const | SOP_Node | inline |
curVertexNum(int index) const | SOP_Node | inline |
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() override | SOP_Node | protectedvirtual |
deleteImplicitAncestors(OP_Node &node, const char *state=0, OP_Node *keep_node=0, bool included=true) | OP_Network | |
deleteInput(int idx) | OP_Node | protected |
deleteInput(const OP_ConnectorId &input_name) | OP_Node | protected |
deleteNodeData(void *) override | SOP_Node | protectedvirtual |
deleteUserData(const UT_StringRef &key, bool save_undo) | OP_Node | |
destroyAdhocGroup(const GA_Group *group) | SOP_Node | inline |
destroyAdhocGroups() | SOP_Node | inline |
destroyAdhocGroups(const GU_Detail *g) | SOP_Node | inline |
destroyChannel(const char *name) | OP_Parameters | |
destroyGroup(const char *name) | OP_Network | |
destroyGroup(OP_Group *group) | OP_Network | |
destroyItem(OP_NetworkBoxItem *item) | OP_Network | |
destroyItems(const OP_NetworkBoxItemList &items) | OP_Network | |
destroyNode(OP_Node *node) | OP_Network | |
destroyNodes(const OP_NodeList &nodes) | OP_Network | |
destroySelection() | SOP_Node | |
destroySingleNode(OP_Node *node) | OP_Network | protectedvirtual |
detailAttribMenu | SOP_Node | static |
detailAttribReplaceMenu | SOP_Node | static |
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) override | OP_Network | 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 | |
duplicateChangedSource(unsigned idx, OP_Context &ctx, int *changed=0, bool force=false) | SOP_Node | protected |
duplicatePointSource(unsigned index, OP_Context &ctx, GU_Detail *gdp, bool clean=true, bool wattrib=true, bool *fully=0) | SOP_Node | protected |
duplicatePointSource(unsigned index, OP_Context &ctx) | SOP_Node | inlineprotected |
duplicateSource(unsigned index, OP_Context &context, GU_Detail *gdp, bool clean=true) | SOP_Node | protected |
duplicateSource(unsigned index, OP_Context &context) | SOP_Node | inlineprotected |
duplicateSourceGroup(const GU_Detail *src_gdp, const GA_PrimitiveGroup *primgroup, GU_Detail *dest_gdp=0) | SOP_Node | protected |
edgeGroupMenu | SOP_Node | static |
edgeGroupReplaceMenu | SOP_Node | static |
edgeNamedGroupMenu | SOP_Node | static |
edgeNamedGroupReplaceMenu | SOP_Node | static |
edgePointGroupMenu | SOP_Node | static |
edgePointGroupReplaceMenu | SOP_Node | static |
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 |
endLoadingInNetwork() | OP_Network | protectedvirtual |
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) override | SOP_Node | virtual |
evaluateTransformTracksTargets(OP_Context &context, OP_NodeList &nodes, OP_Node *caller) override | SOP_Node | virtual |
evalVariableValue(fpreal &val, int index, int thread) override | SOP_Node | virtual |
evalVariableValue(UT_String &value, int index, int thread) override | SOP_Node | 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 | |
expandGroupMask(const char *pattern, UT_String &outNames, GA_GroupType type, const GU_Detail *pgdp) | SOP_Node | |
expandGroupMask(const char *pattern, UT_String &outNames, GA_GroupType type) | SOP_Node | inline |
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 | |
fillAttribNameMenu(PRM_Name *menu_entries, int max_menu_size, GA_AttributeOwner dictionary, int input_index, bool(*approve)(const GA_Attribute *, void *)=NULL, void *approve_data=NULL, bool decode_tokens=false) | SOP_Node | |
fillInfoTree(UT_InfoTree &tree, const OP_NodeInfoTreeParms &parms) | OP_Node | |
fillInfoTreeChildSpecific(UT_InfoTree &tree, const OP_NodeInfoTreeParms &parms, OP_Node *child) | OP_Node | virtual |
fillInfoTreeForGeometry(UT_InfoTree &branch, const OP_NodeInfoTreeParms &parms) | SOP_Node | |
fillInfoTreeNodeSpecific(UT_InfoTree &tree, const OP_NodeInfoTreeParms &parms) override | SOP_Node | virtual |
findChannel(const char *path) | OP_Node | |
findCHOPNETNode(const char *path) const | OP_Node | inline |
findCHOPNode(const char *path) const | OP_Node | inline |
findConnectedNode(OP_Node *op) const | OP_Network | protected |
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) override | OP_Network | virtual |
findError(const char *type, int code) const | OP_Parameters | inline |
findGroup(const char *name) const | OP_Network | |
findItem(const char *const_path, OP_ItemTypeMask item_type=OP_ITEMTYPE_ALL) override | OP_Network | virtual |
findKey(fpreal t, int direction) const | OP_Parameters | |
findLOPNode(const char *path) const | OP_Node | inline |
findNetworkBox(const char *const_path) override | OP_Network | virtual |
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 |
findOrCreateMotionEffectsNetwork(bool create=true) | OP_Network | |
findParametersOrProperties(fpreal now, OP_PropertyLookupList &list) | OP_Parameters | virtual |
findParentInput(const char *const_path) override | OP_Network | virtual |
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) override | OP_Network | virtual |
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 |
findUniqueDotName(const char *base=NULL) | OP_Network | |
findUniqueGroupName(const char *basename=0) | OP_Network | |
findUniqueNetworkBoxName(const char *base=NULL) | OP_Network | |
findUniquePostItNoteName(const char *base=NULL) | OP_Network | |
findVOPNETNode(const char *path) const | OP_Node | inline |
findVOPNode(const char *path) const | OP_Node | inline |
finishedLoadingChildOrder() | OP_Network | protectedvirtual |
finishedLoadingNetwork(bool is_child_call=false) | OP_Network | protectedvirtual |
finishedLoadingParentNetwork() | OP_Node | protected |
fixName(const char *name, const OP_FixNameParms &fix_name_parms, UT_String &fixed_name) | OP_Network | static |
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 |
forceValidGroupName(UT_String &name, UT_ErrorSeverity severity) | SOP_Node | |
forceValidGroupName(UT_String &name, UT_ErrorManager *error, UT_ErrorSeverity severity) | SOP_Node | static |
forceValidGroupPrefix(UT_String &prefix, UT_ErrorSeverity severity) | SOP_Node | |
forceValidOpName(UT_String &name) | OP_Node | static |
forEachGroupMatchingMask(const char *pattern, GroupOperation operation, void *data, GA_GroupType grpType, const GEO_Detail *pgdp=nullptr, bool maintainorder=false) | SOP_Node | protected |
gatherInputs(UT_Array< OP_InputPair > &input_pairs) | OP_Node | protected |
gatherOutputs(UT_Array< OP_OutputPair > &output_pairs) | OP_Node | protected |
gdp | SOP_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 override | OP_Network | virtual |
getAdditionalUndoNodes(const OP_NodeList &orig_list, OP_NodeList &nodes_for_input_undo) | OP_Network | inlineprotectedvirtual |
getAllChannels(CH_ChannelList &list, int scoped=0) | OP_Node | |
getAllChildren(OP_NodeList &children) const | OP_Node | |
getAllCollections(UT_ValArray< CH_Collection * > &list, int hide=0) | OP_Network | |
getAllConnectedChildren(int input_index, UT_Array< OP_Node * > &nodes, bool expandSubnets=true) const | OP_Network | |
getAllConnectedChildrenNamed(const OP_ConnectorId &input_name, UT_Array< OP_Node * > &nodes, bool expandSubnets=true) const | OP_Network | |
getAllItems(OP_ItemTypeMask item_type_mask, OP_NetworkBoxItemList &items) const | OP_Network | |
getAllNodes(OP_NodeList &nodes) | OP_Node | static |
getAllowSavingChild(OP_Node *node, const OP_SaveFlags &flags) | OP_Network | inlineprotectedvirtual |
getAnyOP() const | OP_Network | |
getAnyOutputOf(OP_Node *op) const | OP_Network | |
getAnyUndoPending() const | OP_Parameters | inline |
getArrayForLoadedInputNames() | OP_Node | virtual |
getArrayForLoadedOutputNames() | OP_Node | virtual |
getAttributeEvaluatorNames(UT_StringArray &names) override | SOP_Node | virtual |
getAudio() const | OP_Node | inlinevirtual |
getAudioNodePtr() | OP_Network | virtual |
getAudioNodeRef() | OP_Network | protectedvirtual |
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 &ctx) override | SOP_Node | virtual |
getBypass() const | OP_Node | inline |
getCachedDescriptiveName() | OP_Node | |
getCachedMimeFile() const | OP_Network | |
getCachedPythonObject(const UT_StringRef &key) const | OP_Node | |
getCanDeviateFromOTLDefinition() const | OP_Node | |
getCaptureOverrideFlag() | SOP_Node | inlinestatic |
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=0, int *hint=0) const override | OP_Network | virtual |
getChild(int index) const override | OP_Network | virtual |
getChildErrorSeverity() | OP_Node | |
getChildIndex(const OP_Node *) const | OP_Network | virtual |
getChildrenScale() const | OP_Network | inline |
getChildType() const override | SOP_Node | virtual |
getChildTypeID() const override | SOP_Node | virtual |
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 |
getClipboardFile(const char *file_prefix=0) | OP_Network | |
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 &ctx) override | SOP_Node | virtual |
getCookedDataType() const override | SOP_Node | virtual |
getCookedGeo(OP_Context &, int forced=0) | SOP_Node | |
getCookedGeoHandle(OP_Context &, int forced=0) | SOP_Node | |
getCookedGuide1() const | SOP_Node | |
getCookedGuide2() const | SOP_Node | |
getCookedViewGeoHandle(OP_Context &, int forced=0, SOP_Node **target_sop=nullptr) | SOP_Node | |
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 |
getCurGdh(int index) | SOP_Node | |
getCurrent() const | OP_Node | |
getCurrentNodePtr() | OP_Network | virtual |
getDandROpsEqual() override | OP_Network | virtual |
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 |
getDisplayNodePtr() | OP_Network | virtual |
getDisplayOrigin() const | OP_Node | inlinevirtual |
getDoingBulkNotification() | OP_Node | static |
getDOPNode(const char *path, int addextra=0) const | OP_Node | |
getDot(int index) const | OP_Network | |
getDot(const char *name) const | OP_Network | |
getDotList() | OP_Network | inline |
getDragDropChoice(DD_Source &src, DD_ChoiceList &choices) override | SOP_Node | protectedvirtual |
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 | |
getEditableSubNodes() const | OP_Network | inline |
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() override | OP_Network | 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 | |
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 |
getFlags() const | SOP_Node | inline |
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 |
getGAGroupType(PRM_GroupType prmgrouptype, GA_GroupType guess=GA_GROUP_INVALID) | SOP_Node | static |
getGAGroupType(PRM_UVGroupType prmuvgrouptype, GA_GroupType guess=GA_GROUP_INVALID) | SOP_Node | static |
getGAGroupType(GU_SelectionType guseltype) | SOP_Node | static |
getGAGroupType(GA_AttributeOwner owner) | SOP_Node | static |
getGAGroupType(const char *possiblename, GA_GroupType guess=GA_GROUP_INVALID) | SOP_Node | static |
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 |
getGroup(int index) const | OP_Network | |
getGroupAttribOwner(GA_GroupType gagrouptype, GA_AttributeOwner guess=GA_ATTRIB_INVALID) | SOP_Node | static |
getGroupCentroid(OP_Context &, UT_Vector3 &) | SOP_Node | inlineprotectedvirtual |
getGroups(UT_ValArray< OP_Group * > &list, int internal=0) | OP_Network | |
getGroupSelectButton(GA_GroupType group_type, const char *group_type_parm=NULL, int input_index=0, PRM_SpareData *merge_spare_data=NULL, const char *assoc_groups=NULL, GroupSelectAsOrdered ordered=GroupSelectAsOrdered::AUTO, const char *use_name_attr=nullptr, const char *select_script=nullptr) | SOP_Node | static |
getGroupSelectButton(GA_GroupMaskType group_mask, const char *group_type_parm=NULL, int input_index=0, PRM_SpareData *merge_spare_data=NULL, const char *assoc_groups=NULL, GroupSelectAsOrdered ordered=GroupSelectAsOrdered::AUTO, const char *use_name_attr=nullptr, const char *select_script=nullptr) | SOP_Node | static |
getGroupTypeName(GA_GroupType gagrouptype, const char *guess="guess") | SOP_Node | static |
getGuideListType() const | SOP_Node | inlinevirtual |
getGuideType(int guide_idx) | SOP_Node | inlinevirtual |
getGUSelType(GA_GroupType gagrouptype, GU_SelectionType guess=GU_SPrimitive) | SOP_Node | static |
getH() const override | SOP_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 |
getImplicitAncestors(OP_NodeList &implicit_nodes, OP_NodeList &border_nodes, OP_Node &node, const char *state=0, OP_Node *keep_node=0, bool included=true) | OP_Network | |
getIndirectString(OP_IndirectInput *, UT_String &) | OP_Network | |
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 | |
getInputLastGeo(int input, fpreal time) const | SOP_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 |
getIsClearingContentsOfEditableSubnodes() | OP_Network | inline |
getIsContainedBy(const OP_Node *testparent) const | OP_Node | |
getIsEditableAssetSubNode() const | OP_Node | |
getIsInputVisibleDefault(int idx) | OP_Node | virtual |
getIsRunningInCreateScript() const | OP_Node | protected |
getIsSubNodeEditable(const OP_Node *subnode) const | OP_Network | |
getItem(const char *name, OP_ItemTypeMask item_type=OP_ITEMTYPE_ALL) | OP_Network | |
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 | |
getLastGeo() const | SOP_Node | |
getLayersFromScopedChannels(const CH_ChannelRefList &ori_refs, CH_ChannelRefList &layer_refs) | OP_Parameters | static |
getLicense() const | OP_Node | |
getLoadCollisions(UT_IStream &is, OP_NodeList &node_list, UT_ValArray< OP_NetworkBox * > &netbox_list, UT_ValArray< OP_PostIt * > &pnote_list, const char *pattern="*") | OP_Network | |
getLoadedMemoryUsage() const | SOP_Node | virtual |
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 |
getMemberships(const OP_Node *node, UT_ValArray< OP_Group * > &list, int internal=0) | OP_Network | |
getMemoryUsage(bool inclusive) const override | SOP_Node | virtual |
getMessageSubNodes(OP_NodeList &list) const | OP_Network | |
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 | |
getNamedParentInput(const OP_ConnectorId &name) const | OP_Network | |
getNameSerialIndex() | OP_Node | static |
getNchildren() const override | OP_Network | virtual |
getNdots() const | OP_Network | |
getNetName() const | OP_Node | |
getNetOverviewColor(UT_Color &color) override | SOP_Node | virtual |
getNetworkBox(int index) const | OP_Network | |
getNetworkBox(const char *name) const | OP_Network | |
getNetworkLock(bool relaxedlockcheck=false, const OP_Node *inputNode=nullptr) const | OP_Node | |
getNetworkScopeStack(UT_StringArray &scope_stack) | OP_Network | |
getNgroups() const | OP_Network | |
getNnetworkBoxes() const | OP_Network | |
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 &iparms) override | SOP_Node | virtual |
getNparentInputs() const | OP_Network | inline |
getNpostItNotes() const | OP_Network | |
getNthConnectedInput(int n) const | OP_Node | |
getNumChildManagers(OP_OpTypeId type) const | OP_Network | |
getNumExtraInputs() const | OP_Node | |
getNumGuides() | SOP_Node | inlinevirtual |
getNumInputsToHash() | OP_Node | virtual |
getNumParms() const | OP_Parameters | inline |
getNumUniqueIds() | OP_Node | inlinestatic |
getNumVisibleInputs() const | OP_Node | virtual |
getNumVisibleOutputs() const | OP_Node | virtual |
getObjectAppearance() | SOP_Node | virtual |
getOBJNode(const char *path, int addextra=0) const | OP_Node | |
getOpDependents() const | OP_Node | inline |
getOperator() const | OP_Parameters | inline |
getOperatorFilter() | OP_Network | virtual |
getOperatorTable(const UT_StringRef &op_type, const char *script_path=0) | OP_Network | static |
getOperatorTable() const | OP_Network | 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 |
getOpsByName(const char *op_name, UT_Array< OP_Node * > &list) const | OP_Network | |
getOpType() const override | SOP_Node | virtual |
getOpTypeFromTable(const char *table) | OP_Network | static |
getOpTypeID() const override | SOP_Node | virtual |
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 |
getOutputNodePtrs() const | OP_Network | virtual |
getOutputNodes(UT_Array< OP_Node * > &outputs, bool into_subnets=false, bool through_dots=true, int output_idx=-1) const | OP_Node | |
getOutputSop(int outputidx, bool fallback_to_display_render=true) | SOP_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 |
getParentInput(int index) const | OP_Network | |
getParentInput(const char *name) const | OP_Network | |
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 | |
getPickedItems(OP_ItemTypeMask item_type_mask, OP_NetworkBoxItemList &picked, bool include_hidden=false, bool recurse_picked_netboxes=false) const | OP_Network | |
getPickedRangeUsingPathAttribute(const GU_Detail &gdp, const GA_Range &srcrange, const char *pickedstring, const char *path_attrib="path", bool use_packed_names=true) | SOP_Node | protectedstatic |
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 |
getPostItNote(int index) const | OP_Network | |
getPostItNote(const char *name) const | OP_Network | |
getPostParmSaveFlagsString(UT_String &cmd) const | OP_Node | virtual |
getPotentialChildErrorNodes(OP_NodeList &nodes) const override | OP_Network | virtual |
getPreferredAudioNodePtr(OP_Node *skipthisnode) const | OP_Network | protected |
getPreferredDisplayNodePtr(OP_Node *skipthisnode) const | OP_Network | protected |
getPreferredRenderNodePtr(OP_Node *skipthisnode) const | OP_Network | protected |
getPreParmSaveFlagsString(UT_String &cmd) const | OP_Node | virtual |
getPRMGroupType(GA_GroupType gagrouptype) | SOP_Node | static |
getPRMUVGroupType(GA_GroupType gagrouptype) | SOP_Node | static |
getRamp() | OP_Node | virtual |
getRawErrors(UT_Array< UT_Error > &errors, bool update) override | OP_Network | 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 |
getRenderNodePtr() | OP_Network | virtual |
getRepresentativeNodeId(OP_Node *changed_child, int current_rep_id) | OP_Network | |
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() override | OP_Network | virtual |
getScriptDirectory() | OP_Network | virtual |
getScriptFromTable(const char *table) | OP_Network | static |
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 | |
getSortedList() | OP_Network | |
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 | |
getStashedCurrentNodePtr() const | OP_Network | |
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 |
getTemplateOps(UT_ValArray< OP_Node * > &list) | OP_Network | |
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 |
getVariableOrder(int level) const | SOP_Node | |
getVariablePrecedence(int var) const | SOP_Node | |
getVariableString(int index, UT_String &value, int thread) | OP_Parameters | virtual |
getVariableValue(int index, int thread) | OP_Parameters | virtual |
getVariableValueFP(fpreal &val, int index) | SOP_Node | |
getVectorAttribs(const char *attrib_names, UT_Array< GA_Attribute * > &vertex_attribs, UT_Array< GA_Attribute * > &point_attribs, UT_Array< GA_Attribute * > &prim_attribs) | SOP_Node | |
getVectorAttribs(GU_Detail *gdp, const char *attrib_names, UT_Array< GA_Attribute * > &vertex_attribs, UT_Array< GA_Attribute * > &point_attribs, UT_Array< GA_Attribute * > &prim_attribs) | SOP_Node | static |
getVectorAttribs(const GA_AttributeDict &dict, const char *attrib_string, UT_Array< GA_Attribute * > &attribs, UT_String &bad_attribs) | SOP_Node | static |
getVersionParms() const | OP_Node | inline |
getViewSetting() const | OP_Network | inlinevirtual |
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 | SOP_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 *context=0, const char *prefix=" ") override | OP_Network | 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 *context=0, const char *prefix=" ") override | OP_Network | virtual |
GroupCreator typedef | SOP_Node | |
groupMenu | SOP_Node | static |
groupNameMenu | SOP_Node | static |
GroupOperation typedef | SOP_Node | protected |
groupReplaceMenu | SOP_Node | static |
GroupSelectAsOrdered enum name | SOP_Node | |
GuideType enum name | SOP_Node | |
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 | |
hasAnyEditableSubNodes() const | OP_Network | |
hasAnyOutputNodes(bool through_dots=true, int output_idx=-1) const | OP_Node | |
hasBlindData(const char *key) const | OP_Node | |
hasCachedMimeFile() const | OP_Network | |
hasChopOverriddenParms() const | OP_Node | |
hasComment() const | OP_Node | |
hasCookedSelection() const | SOP_Node | inline |
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 |
hasInstances() | SOP_Node | protected |
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 override | OP_Network | inlineprotectedvirtual |
hasTransformTracks() const override | SOP_Node | virtual |
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 |
initializeExpressions() | SOP_Node | static |
initializeParms(OP_Channels *channels) | OP_Parameters | protected |
initMultiparmInstance(UT_ValArray< PRM_Parm * > &parms) override | OP_Parameters | virtual |
inputConnectChanged(int which_input) override | SOP_Node | protectedvirtual |
inputConnectorLabel(unsigned idx) | OP_Node | virtual |
inputGeo(int index, OP_Context &) | SOP_Node | inlineprotected |
inputGeo(int index) const | SOP_Node | protected |
inputGeoHandle(int index) const | SOP_Node | protected |
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 |
invokeForEachGroupMatchingMask(const GU_Detail *gdp, const char *pattern, GA_GroupType grpType, const UT_Function< void(const GA_Group *)> &operation, bool maintainorder) | SOP_Node | static |
invokeForSubdivisionOfPrimitiveGroup(const UT_Function< void(const GA_Group *)> &operation, const GA_PrimitiveGroup *group, int optype, int opstep, const char *oplabel, const GU_Detail *gdp) | SOP_Node | static |
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 override | SOP_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 |
isGuideTimeDep(int guide_idx) const | SOP_Node | inlinevirtual |
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 |
isInvalidName(const char *name) | OP_Network | virtual |
isLoaded() const override | SOP_Node | virtual |
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 override | OP_Network | virtual |
isNetworkWithKids() const | OP_Node | |
isObsoleteChannel(const char *name) const | OP_Parameters | |
isOperatorAllowedAsChild(OP_Operator *op) | OP_Network | |
isOperatorAllowedInTabMenu(OP_Operator *op) | OP_Network | virtual |
isOperatorCreateAllowed(OP_Operator *op) | OP_Network | |
isOpWritten(UT_IStream &is) | OP_Network | static |
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 overridefinal | SOP_Node | inlinevirtual |
isSubNetwork(bool includemanagementops) const | OP_Node | virtual |
isSubNode(const OP_Node *node) const | OP_Network | |
isTimeDependent(const OP_Context &context) | OP_Node | |
isToolAllowed(const UT_StringHolder &tool_name, const UT_StringArray &submenus) | OP_Network | |
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 *extension, const char *path=0) override | SOP_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 |
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 |
loadFromClipboard(fpreal x=0, fpreal y=0, bool turn_off_display=false, const char *file_prefix=0) | OP_Network | |
loadInputs(UT_IStream &is, const char *path=0, bool named=false) | OP_Node | |
loadIntoNetwork(UT_IStream &is, OP_OverwriteAction overwrite=OP_NO_OVERWRITE, bool merge=false, const char *pattern=NULL, const OP_FixNameParms *fix_name_parms=NULL, UT_StringArray *src_names=NULL, UT_StringArray *dest_names=NULL) | OP_Network | |
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 | |
loadNetwork(UT_IStream &is, int merge=0, const char *pattern=NULL, int overwrite=0, const OP_FixNameParms *fix_name_parms=NULL, UT_StringArray *src_names=NULL, UT_StringArray *dest_names=NULL) | OP_Network | |
loadOldSpareParms(UT_IStream &is) | OP_Parameters | protected |
loadOverride(UT_IStream &is) | OP_Node | |
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) override | SOP_Node | virtual |
lockInputs(OP_Context &context) override | SOP_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 |
makeInstanceOf(SOP_Node *node, OP_Context &context, int inputidx) | SOP_Node | |
makeInstanceOf(GU_ConstDetailHandle gdh) | SOP_Node | |
makePreserveRequest() | SOP_Node | virtual |
markBundleRefsAsUnused() | OP_Node | |
markDetailDirty(GU_Detail *dirtygdp, bool bumpalldataid) | SOP_Node | static |
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 |
modifyAllChildNodeNames(bool renamepickableobjects, const char *prefix, int &id, std::set< int > *renaming_exclude_ids=NULL) | OP_Network | protected |
moveAndUpdateDependencies(const OP_NodeList &src_nodes, const OP_NodeList &dest_nodes) | OP_Node | static |
moveChildIndex(int srcindex, int dstindex) | OP_Network | virtual |
moveDependencies(OP_Node *from_node) override | OP_Network | protectedvirtual |
moveInput(int srcidx, int dstidx, bool forcesubnet=false) | OP_Node | virtual |
movePickedNodes(OP_Network *src_net, OP_NodeList *src_nodes_ptr=NULL, OP_NodeList *dest_nodes_ptr=NULL) | OP_Network | virtual |
moveProxyRefNodes(OP_Network *dest) override | OP_Network | protectedvirtual |
moveToGoodPosition(bool relativetoinputs=true, bool moveinputs=true, bool moveoutputs=true, bool moveunconnected=true) | OP_NetworkBoxItem | |
myAttribCache | SOP_Node | protected |
myAttribCacheOffsetGdpId | SOP_Node | protected |
myAttribCacheOffsetMetaCacheCount | SOP_Node | protected |
myAttribCacheTotalDictSize | SOP_Node | protected |
myAttributeEvaluatorCache | SOP_Node | protected |
myChannels | OP_Parameters | protected |
myColor | OP_NetworkBoxItem | protected |
myCompHash | OP_Node | protected |
myCurBuiltPrimBox | SOP_Node | protected |
myCurBuiltPtBox | SOP_Node | protected |
myCurGdpVal | SOP_Node | protected |
myCurPrimBox | SOP_Node | protected |
myCurPrimOff | SOP_Node | protected |
myCurPtBox | SOP_Node | protected |
myCurPtOff | SOP_Node | protected |
myCurrentLayerCache | SOP_Node | protected |
myCurVtxNum | SOP_Node | protected |
myCurVtxOff | SOP_Node | protected |
myDisplayNodePtr | OP_Network | protected |
myGdpHandle | SOP_Node | protected |
myGuide1 | SOP_Node | protected |
myGuide2 | SOP_Node | protected |
myHashCode | OP_Node | protected |
myHashTime | OP_Node | protected |
myHashVersion | OP_Node | protected |
myLastGroupMask | OP_Node | protected |
myLocalVarArray | SOP_Node | protected |
myLocalVarOrder | SOP_Node | protected |
myLocalVarOrderCache | SOP_Node | protected |
myLocalVarTable | SOP_Node | protected |
myNodeVerbCache | SOP_Node | protected |
myNodeVerbParms | SOP_Node | protected |
myOutputNodes | OP_Network | protected |
myParmHashCode | OP_Node | protected |
myParmHashTime | OP_Node | protected |
myParmHashVersion | OP_Node | protected |
myParmLastGroupMask | OP_Node | protected |
myParmList | PRM_ParmOwner | protected |
myRenderNodePtr | OP_Network | protected |
mySopFlags | SOP_Node | protected |
myStats | OP_Parameters | protected |
mySyncDepth | OP_Node | protected |
mySyncErrorLevel | OP_Node | protected |
mySyncErrors | OP_Node | protected |
myUsesSOPLocalVar | SOP_Node | protected |
myVarMapCache | SOP_Node | protected |
namedPrimsGlobMenu | SOP_Node | static |
namedPrimsMenu | SOP_Node | static |
namedVolumesGlobMenu | SOP_Node | static |
namedVolumesMenu | SOP_Node | static |
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 |
nodeSelectionSet() const | SOP_Node | |
nodeUnlocked() override | OP_Network | protectedvirtual |
notifyChannelOpDependents(PRM_Parm *in_parm, int vecid) | OP_Node | protected |
notifyGroupParmListeners(int parm_index, int group_type_index, const GU_Detail *pgdp, const GA_Group *group) | SOP_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_NodeList &cook_nodes) override | OP_Network | protectedvirtual |
OP_Node::notifyRenameDependents(const UT_String &full_from) | OP_Node | protected |
notifyRenameReferences(const UT_String &full_from, OP_NodeList &cook_nodes) override | OP_Network | protectedvirtual |
OP_Node::notifyRenameReferences(const UT_String &full_from) | OP_Node | protected |
notifyVarChange(const char *varname, OP_NodeList *changed_nodes=nullptr) | OP_Node | |
nOutputEntries() const | OP_Node | |
nOutputItems(int output_idx=-1) const | OP_Node | |
nPicked(OP_ItemTypeMask item_type_mask, bool include_hidden_nodes) const | OP_Network | |
numSpareInputs() const | OP_Parameters | |
onCreated() | OP_Node | inlinevirtual |
onInputAllocated(OP_Input *new_input, int index) | OP_Node | inlineprotectedvirtual |
OP_LockTypes typedef | OP_Node | |
OP_Network(OP_Network *parent, const char *name, OP_Operator *op) | OP_Network | protected |
OP_NetworkBoxItem() | OP_NetworkBoxItem | |
OP_Node(OP_Network *parent, const char *name, OP_Operator *entry) | OP_Node | protected |
OP_Parameters(const char *name, OP_Operator *entry) | OP_Parameters | protected |
OP_Parameters(const OP_Parameters &source, const char *name) | OP_Parameters | protected |
opChanged(OP_EventType reason, void *data=0) override | SOP_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) override | OP_Network | 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 |
parseAllGroups(const char *pattern, const GroupCreator &creator, bool allow_numeric=true, bool ordered=false, GA_GroupMaskType mask=GA_GMASK_FULL_MASK, GA_GroupType bestguess=GA_GROUP_PRIMITIVE) | SOP_Node | |
parseAllGroups(const char *pattern, GU_Detail *pgdp, int allow_numeric=1, int ordered=1, GA_GroupMaskType mask=GA_GMASK_FULL_MASK) | SOP_Node | |
parseAllGroups(const char *pattern) | SOP_Node | inline |
parseAllGroupsCopy(const char *pattern, const GroupCreator &creator, bool allow_numeric=true, bool ordered=false, GA_GroupMaskType mask=GA_GMASK_FULL_MASK, GA_GroupType bestguess=GA_GROUP_PRIMITIVE) | SOP_Node | |
parseAllGroupsCopy(const char *pattern, GU_Detail *pgdp, int allow_numeric=1, int ordered=1, GA_GroupMaskType mask=GA_GMASK_FULL_MASK) | SOP_Node | |
parseAllGroupsCopy(const char *pattern) | SOP_Node | inline |
parseBreakpointGroups(const char *pattern, const GU_Detail *pgdp, bool strict=true, GA_Index offset=GA_Index(0)) | SOP_Node | |
parseBreakpointGroups(const char *pattern) | SOP_Node | inline |
parseBreakpointGroupsCopy(const char *pattern, const GU_Detail *pgdp) | SOP_Node | |
parseBreakpointGroupsCopy(const char *pattern) | SOP_Node | inline |
parseEdgeGroups(const char *pattern, const GU_Detail *pgdp, bool strict=true, GA_Index prim_offset=GA_Index(0), GA_Index point_offset=GA_Index(0)) | SOP_Node | |
parseEdgeGroups(const char *pattern) | SOP_Node | inline |
parseEdgeGroupsCopy(const char *pattern, const GU_Detail *pgdp) | SOP_Node | |
parseEdgeGroupsCopy(const char *pattern) | SOP_Node | inline |
parseGroups(const char *pattern, GU_Detail *gdp, const GA_PrimitiveGroup *&prim, const GA_PointGroup *&points, bool strict=false) | SOP_Node | protected |
parseGroupsCopy(const char *pattern, GU_Detail *gdp, GA_PrimitiveGroup *&prim, GA_PointGroup *&points, GA_EdgeGroup *&edges, int unify, bool strict=false, GA_GroupType numeric_type=GA_GROUP_PRIMITIVE) | SOP_Node | protected |
parseInputGroup(const UT_String &groupname, GA_GroupType grouptype, const GroupCreator &creator, bool allow_reference, bool is_default_prim, bool ordered=false) | SOP_Node | protected |
parseInputGroup(const UT_String &groupname, int grouptype, GU_Detail *gdp, bool allow_reference, bool is_default_prim) | SOP_Node | protected |
parsePointGroups(const char *pattern, const GroupCreator &creator, bool allow_numeric=true, bool ordered=false, bool strict=false, GA_Index offset=GA_Index(0)) | SOP_Node | |
parsePointGroups(const char *pattern, GU_Detail *pgdp, int allow_numeric=1, int ordered=1, bool strict=false, int offset=0) | SOP_Node | |
parsePointGroups(const char *pattern) | SOP_Node | inline |
parsePointGroupsCopy(const char *pattern, const GroupCreator &creator, bool allow_numeric=true, bool ordered=false, bool strict=false) | SOP_Node | |
parsePointGroupsCopy(const char *pattern, GU_Detail *pgdp, int allow_numeric=1, int ordered=1, bool strict=false) | SOP_Node | |
parsePointGroupsCopy(const char *pattern) | SOP_Node | inline |
parsePrimitiveGroups(const char *pattern, const GroupCreator &creator, bool allow_numeric=true, bool ordered=false, bool strict=false, GA_Index offset=GA_Index(0)) | SOP_Node | |
parsePrimitiveGroups(const char *pattern, GU_Detail *pgdp, int allow_numeric=1, int ordered=1, bool strict=false, int offset=0) | SOP_Node | |
parsePrimitiveGroups(const char *pattern) | SOP_Node | inline |
parsePrimitiveGroupsCopy(const char *pattern, const GroupCreator &creator, bool allow_numeric=true, bool ordered=false, bool strict=false) | SOP_Node | |
parsePrimitiveGroupsCopy(const char *pattern, GU_Detail *pgdp, int allow_numeric=1, int ordered=1, bool strict=false) | SOP_Node | |
parsePrimitiveGroupsCopy(const char *pattern) | SOP_Node | inline |
parseVertexGroups(const char *pattern, const GU_Detail *pgdp, bool strict=true, GA_Index offset=GA_Index(0)) | SOP_Node | |
parseVertexGroups(const char *pattern) | SOP_Node | inline |
parseVertexGroupsCopy(const char *pattern, const GU_Detail *pgdp) | SOP_Node | |
parseVertexGroupsCopy(const char *pattern) | SOP_Node | inline |
pasteNetworkForMove(UT_IStream &is, UT_StringArray &src_names, UT_StringArray &dest_names) | OP_Network | |
patternContainsBundle(const char *pattern, const OP_Bundle *bundle) const | OP_Node | |
patternContainsGroup(const char *pattern, const OP_Group *group) const | OP_Node | |
peekCurrentNodePtr() | OP_Network | |
permissionError(const char *chname=0) override | OP_Node | protectedvirtual |
pickPrimitivesUsingPathAttribute(const GU_Detail &gdp, const GA_Range &srcrange, const char *stringparm, fpreal t, const char *path_attrib="path", bool use_packed_names=true) | SOP_Node | protected |
pickPrimitivesUsingPathAttribute(const char *stringparm, fpreal t, int input_number=0, const char *path_attrib="path", bool use_packed_names=true) | SOP_Node | protected |
pickRequest(OP_NetworkBoxItem *item, int shift) | OP_Network | |
pickRequest(int shift) | OP_Network | inline |
pointAttribMenu | SOP_Node | static |
pointAttribReplaceMenu | SOP_Node | static |
pointGroupMenu | SOP_Node | static |
pointGroupReplaceMenu | SOP_Node | static |
pointNamedGroupMenu | SOP_Node | static |
pointNamedGroupReplaceMenu | SOP_Node | static |
preDelete() | OP_Node | inlinevirtual |
prepNewDetail(GU_Detail *gdp) | SOP_Node | static |
preUpdateParmsFlags() | OP_Parameters | inlineprotectedvirtual |
primAttribMenu | SOP_Node | static |
primAttribReplaceMenu | SOP_Node | static |
primGroupMenu | SOP_Node | static |
primGroupReplaceMenu | SOP_Node | static |
primNamedGroupMenu | SOP_Node | static |
primNamedGroupReplaceMenu | SOP_Node | static |
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) override | OP_Network | protectedvirtual |
propagateNodeDataDeleted() | OP_Node | |
pubCookInputGroups(OP_Context &context, int alone=0) override | SOP_Node | protectedvirtual |
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) override | OP_Network | 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 |
refreshGdp() | SOP_Node | protected |
refreshRepresentativeNode(OP_Node &changed_child) | OP_Node | protectedvirtual |
reloadExternalFiles() | OP_Node | virtual |
reloadNewFiles(fpreal time_now) | OP_Parameters | virtual |
removeAdhocGroup(const GA_Group *group) | SOP_Node | inlineprotected |
removeAdhocGroups() | SOP_Node | inlineprotected |
removeChildManager(OP_OpTypeId type) | OP_Network | |
removeError(int idx) | OP_Parameters | inline |
removeMenuDuplicates(PRM_Name *menuEntries, int size) | SOP_Node | static |
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 |
removeProxyRefNode(OP_Network *proxy) | OP_Network | protected |
rename(const char *newname) | OP_Parameters | protectedvirtual |
renameInput(OP_Input *input, int new_id) | OP_Node | protected |
renameNode(OP_Node *node, const char *name, OP_RenameAction action=OP_RENAME_NORMAL) | OP_Network | virtual |
repositionOpsMaxY(OP_NetworkBoxItemList &items, fpreal x, fpreal y) | OP_Node | static |
resetAudioNodePtr(OP_Node *skipthisnode=0) | OP_Network | protected |
resetChangedSourceFlags() | SOP_Node | protected |
resetChangedSourceFlags(int which_input) | SOP_Node | protected |
resetDisplayNodePtr(OP_Node *skipthisnode=0) | OP_Network | protected |
resetLocalVarRefs() | SOP_Node | |
resetParmEventHandler() | OP_Parameters | protected |
resetRenderNodePtr(OP_Node *skipthisnode=0) | OP_Network | protected |
resetSimulation() | SOP_Node | inlinevirtual |
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) override | SOP_Node | virtual |
resolveIndirectString(const char *) | OP_Network | |
resolveInputReferences() | OP_Node | |
resolveObsoleteParms(PRM_ParmList *) | OP_Parameters | inlinevirtual |
resolveUnresolvedLoadedInputs() | OP_Node | protected |
resolveVariable(const char *name) override | SOP_Node | virtual |
runCreateScript() | OP_Node | virtual |
runDelScript() override | OP_Network | virtual |
save(std::ostream &os, const OP_SaveFlags &flags, const char *pathPrefix, const UT_String &name_override=UT_String()) override | SOP_Node | protectedvirtual |
saveAllItems(std::ostream &os, const OP_SaveFlags &flags, OP_ItemTypeMask item_type) | OP_Network | |
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 |
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 | |
saveFallbacksPathsFor(std::ostream &os, UT_Set< OP_Operator * > otloptable) | OP_Network | static |
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 | |
saveIntrinsicCommand(std::ostream &os, const char *name) | OP_Node | virtual |
saveItemList(std::ostream &os, const OP_NetworkBoxItemList &items, const OP_SaveFlags &save_flags) | OP_Network | |
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 | |
saveOpList(std::ostream &os, const UT_Array< OP_Node * > &op_list, const OP_SaveFlags &save_flags, int *nsaved=NULL) | OP_Network | |
saveOTLBackupInformation(std::ostream &os, const OP_OperatorList &fallbackops, const OP_OperatorList &dummyops) | OP_Network | static |
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 |
savePickedItems(std::ostream &os, const OP_SaveFlags &flags, OP_ItemTypeMask item_type, OP_NetworkBoxSaveType save_type=OP_NETWORKBOX_SAVE_ALL_CONTENTS) | OP_Network | |
savePresetContents(std::ostream &os) override | OP_Parameters | virtual |
saveRamp(std::ostream &os, UT_Ramp &ramp, const char *name=0, int command=0) | OP_Node | |
saveSingle(std::ostream &os, OP_Node *op, const OP_SaveFlags &flags, const UT_String &name_override=UT_String()) | OP_Network | |
saveSingle(std::ostream &os, OP_Node *op, const OP_SaveFlags &flags, const OP_SaveFlags &childflags, std::set< int > *renaming_exclude_ids=NULL, const UT_String &name_override=UT_String()) | OP_Network | |
saveSingleDot(std::ostream &os, OP_Dot &dot, const OP_SaveFlags &flags) | OP_Network | |
saveSingleNetworkBox(std::ostream &os, OP_NetworkBox &netbox, const OP_SaveFlags &flags, OP_NetworkBoxSaveType save_type, OP_NodeList *nodes=NULL) | OP_Network | |
saveSingleParmForUndo(PRM_Parm *parm) | OP_Parameters | |
saveSinglePostIt(std::ostream &os, OP_PostIt &pnote, const OP_SaveFlags &flags) | OP_Network | |
saveToClipboard(int all, OP_TileType type=OP_TILE_NODE, int grouplist=0, OP_ItemTypeMask item_type=OP_ITEMTYPE_NODE, const char *file_prefix=0) | OP_Network | |
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 |
select(GU_SelectionType stype) | SOP_Node | |
select(GA_GroupType gtype=GA_GROUP_PRIMITIVE) | SOP_Node | |
select(GU_SelectionHandle selection, bool add_to_sel=false) | SOP_Node | |
select(const GA_Group &group, bool use_gtype=true, bool add_to_sel=false) | SOP_Node | |
select(const GEO_Primitive &prim, bool sel_prim=true, bool add_to_sel=false) | SOP_Node | |
select(const GA_Range &range, bool use_rtype=true, bool add_to_sel=false) | SOP_Node | |
selectFrom(const GEO_Primitive &prim, bool sel_prim=true, bool add_to_sel=false) | SOP_Node | |
selectInputGroup(const GA_Group *group, GA_GroupType grouptype) | SOP_Node | |
selectInputGroup(const GA_Group *group, int grouptype) | SOP_Node | |
selectionEnabled() const | SOP_Node | inline |
selectPoint(GA_Offset ptoff, bool point_sel=true, bool add_to_sel=false) | SOP_Node | |
selectPointsFrom(GA_Offset ptoff, bool point_sel=true, bool add_to_sel=false) | SOP_Node | |
selectPrimitive(GA_Offset primoff, bool prim_sel=true, bool add_to_sel=false) | SOP_Node | |
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 |
setAllPickFlags(OP_ItemTypeMask item_type, int value) | OP_Network | |
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 | |
setCachedMimeFile(const char *filename) | OP_Network | |
setCachedPythonObject(const UT_StringHolder &key, void *opaque_py_object) | OP_Node | |
setCaptureOverrideFlag(bool flag) | SOP_Node | inlinestatic |
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 |
setChildrenScale(fpreal scale) | OP_Network | |
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 |
setCurGdh(int index, const GU_DetailHandle &gdh) | SOP_Node | |
setCurPoint(int index, GA_Offset ptoff) | SOP_Node | |
setCurPrim(int index, GA_Offset primoff) | SOP_Node | |
setCurrent(bool on_off) | OP_Node | |
setCurrentAndPicked() | OP_Node | |
setCurVertex(int index, GA_Offset ptoff) | SOP_Node | |
setCurVertexNum(int index, exint vtxnum) | SOP_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 | |
setForceCapture(bool) | SOP_Node | inlinevirtual |
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 lock_type, void *modeler=nullptr, bool allow_softlock_promotion=false, UT_Undo *undo=nullptr) override | SOP_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 | |
setNodeSelectionSet(GU_SelectionSetHandle selection_set) | SOP_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 |
setPivotParmToGroupCentroid(OP_Context &context) | SOP_Node | |
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) override | SOP_Node | protectedvirtual |
setUnload(bool on_off) | OP_Node | |
setupConnectorsAfterLoad() | OP_Node | protectedvirtual |
setupLocalVars() | SOP_Node | |
setUserData(const UT_StringRef &key, const UT_StringHolder &data, bool save_undo) | OP_Node | |
setUsesSOPLocalVar() | SOP_Node | inline |
setVariableOrder(int detail, int prim, int pt, int vtx) | SOP_Node | |
setViewSetting(const char *) | OP_Network | inlinevirtual |
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 | |
setVisualization(bool) | SOP_Node | inlinevirtual |
setVisualizeCallback(sopVisualizeCallback *callback, void *data) | SOP_Node | |
setWarnDeprecatedOpsOnLoad(bool enable) | OP_Network | inlinestatic |
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 | |
shouldResetGeoToEmpty() const | SOP_Node | inlineprotectedvirtual |
shouldUnload() const | SOP_Node | |
simulateNameCollisions(UT_StringArray &names) | OP_Network | |
sop_AttributeEvaluator class | SOP_Node | friend |
SOP_CacheData class | SOP_Node | friend |
SOP_CacheManager class | SOP_Node | friend |
SOP_Node(OP_Network *parent, const char *name, OP_Operator *entry) | SOP_Node | protected |
sop_NodeInputs class | SOP_Node | friend |
SOP_NodeParms class | SOP_Node | friend |
SOP_NodeVerb class | SOP_Node | friend |
SOP_UndoModel class | SOP_Node | friend |
sparedataFirstInput() | SOP_Node | static |
sparedataFourthInput() | SOP_Node | static |
sparedataSecondElseFirstInput() | SOP_Node | static |
sparedataSecondInput() | SOP_Node | static |
sparedataThirdInput() | SOP_Node | static |
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 |
stashCurrentNodePtr(const OP_Node *child) | OP_Network | |
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 |
subdivideMixPrimitiveGroup(GroupOperation operation, const GA_PrimitiveGroup *group, void *data, int optype, int opstep, const char *oplabel, GU_Detail *gdp=0) | SOP_Node | protected |
subdividePointGroup(GroupOperation operation, const GA_PointGroup *group, void *data, int optype, int opstep, const char *oplabel, GU_Detail *gdp=0) | SOP_Node | protected |
subdividePrimitiveGroup(GroupOperation operation, const GA_PrimitiveGroup *group, void *data, int optype, int opstep, const char *oplabel, const GU_Detail *gdp=0) | SOP_Node | protected |
subPicked(const OP_Group *group) | OP_Network | |
syncContents(UT_IStream &is) override | OP_Network | protectedvirtual |
syncContentsLevel() | OP_Network | static |
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) override | SOP_Node | protectedvirtual |
theFirstInput | SOP_Node | static |
theFourthInput | SOP_Node | static |
theSecondElseFirstInput | SOP_Node | static |
theSecondInput | SOP_Node | static |
theThirdInput | SOP_Node | static |
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_opts) override | OP_Network | 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) override | OP_Network | virtual |
uniqueNodeName(UT_String &name, UT_StringSet *fakeChildren=0) | OP_Network | |
unloadData() override | SOP_Node | virtual |
unloadDataHack() | SOP_Node | virtual |
unlockInput(unsigned idx) override | SOP_Node | virtual |
unlockInputs() override | SOP_Node | virtual |
unmatchOTLDefinition() | OP_Node | virtual |
unpinChannels(bool recurse) override | OP_Network | virtual |
unscopeChannels(bool recurse) override | OP_Network | virtual |
updateChannelPtrs(CH_CollectionList &parents) | OP_Node | static |
updateDandROpsEqual(int check_inputs=1) override | OP_Network | virtual |
updateErrorSeverity() | OP_Node | protected |
updateExtraFlagPtrs() | OP_Network | protectedvirtual |
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 | |
updateUserSelectionOnDetail() | SOP_Node | |
updateVersionUserData() | OP_Node | |
useInputSource(unsigned idx, bool &changed, bool force) | SOP_Node | inlineprotected |
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 override | SOP_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 | |
validateStatusNodePtrs(const OP_NodeList &skipnodes) | OP_Network | protected |
varCallbackAGE(sopVarInfo *varinfo) | SOP_Node | |
varCallbackBB(sopVarInfo *varinfo) | SOP_Node | |
varCallbackCE(sopVarInfo *varinfo) | SOP_Node | |
varCallbackLIFE(sopVarInfo *varinfo) | SOP_Node | |
varCallbackMAX(sopVarInfo *varinfo) | SOP_Node | |
varCallbackMIN(sopVarInfo *varinfo) | SOP_Node | |
varCallbackNPR(sopVarInfo *varinfo) | SOP_Node | |
varCallbackNPT(sopVarInfo *varinfo) | SOP_Node | |
varCallbackNVTX(sopVarInfo *varinfo) | SOP_Node | |
varCallbackPR(sopVarInfo *varinfo) | SOP_Node | |
varCallbackPT(sopVarInfo *varinfo) | SOP_Node | |
varCallbackSIZE(sopVarInfo *varinfo) | SOP_Node | |
varCallbackT(sopVarInfo *varinfo) | SOP_Node | |
varCallbackVTX(sopVarInfo *varinfo) | SOP_Node | |
varCallbackWEIGHT(sopVarInfo *varinfo) | SOP_Node | |
verifyTemplatesWithParameters() const | OP_Node | |
vertexAttribMenu | SOP_Node | static |
vertexAttribReplaceMenu | SOP_Node | static |
vertexNamedGroupMenu | SOP_Node | static |
vertexNamedGroupReplaceMenu | SOP_Node | static |
vertexTextureCoordMenu | SOP_Node | static |
wantsParentInputs() const | OP_Network | |
warnDeprecatedOpsOnLoad() | OP_Network | inlinestatic |
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_Network() override | OP_Network | protected |
~OP_NetworkBoxItem() | OP_NetworkBoxItem | virtual |
~OP_Node() override | OP_Node | protected |
~OP_Parameters() override | OP_Parameters | protected |
~PRM_ParmOwner() | PRM_ParmOwner | inlineprotectedvirtual |
~SOP_Node() override | SOP_Node | protected |
~UT_NonCopyable()=default | UT_NonCopyableNS::UT_NonCopyable | protected |