Home
last modified time | relevance | path

Searched refs:getOutputConnection (Results 1 – 20 of 20) sorted by relevance

/dports/science/pybrain/pybrain-0.3.3/pybrain/supervised/evolino/
H A Dnetworkwrapper.py440 c = self.getOutputConnection()
447 c = self.getOutputConnection()
482 def getOutputConnection(self): member in NetworkWrapper
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubscenecommand.cpp180 TFx *outFx = fx->getOutputConnection(i)->getOwnerFx(); in isConnected()
182 roots[fx].push_back(fx->getOutputConnection(i)); in isConnected()
191 roots[*it2].push_back((*it2)->getOutputConnection(i)); in isConnected()
308 ports.append(columnFx->getOutputConnection(j)); in getColumnOutputConnections()
503 xsheetFx->getOutputConnection(0)->getOwnerFx()) in explodeFxSubTree()
1270 TFxPort *outputPort = fx->getOutputConnection(k); in removeFx()
1280 fx->getOutputConnection(i)->setFx(inputPort->getFx()); in removeFx()
1909 editingGroup = m_root->getOutputConnection(0) in undo()
2004 outPorts.push_back(columnFx->getOutputConnection(i)); in redo()
2058 editingGroup = m_root->getOutputConnection(0) in redo()
[all …]
H A Dcolumncommand.cpp87 TFx *outputFx = startFx->getOutputConnection(i)->getOwnerFx(); in getColumnLinkedFxs()
93 TFxPort *port = newStartFx->getOutputConnection(i - outputNodeCount); in getColumnLinkedFxs()
168 TFxPort *outputPort = fx->getOutputConnection(j); in cloneNotColumnLinkedFxsAndOutputsFx()
322 TFxPort *port = fx->getOutputConnection(j); in deleteColumnsWithoutUndo()
492 m_columnLinks[fx->getOutputConnection(i)] = fx; in PasteColumnsUndo()
568 TFx *outFx = fx->getOutputConnection(i)->getOwnerFx(); in DeleteColumnsUndo()
570 m_columnFxLinks[fx->getOutputConnection(i)] = fx; in DeleteColumnsUndo()
H A Dcachefxcommand.cpp48 TFx *outFx = fx->getOutputConnection(i)->getOwnerFx(); // Owner fx?? in traceMaximalAncestors()
H A Dfxschematicnodeselection.cpp60 TFxPort *port = fx->getOutputConnection(j); in DeleteFxsUndo()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tfx/
H A Dtmacrofx.cpp64 TFxP connectedFx = fx->getOutputConnection(j)->getOwnerFx(); in sortFxs()
131 TFxPort *outputPort = fx->getOutputConnection(i); in analyze()
391 TFxPort *port = root->getOutputConnection(k); in create()
H A Dtpassivecachemanager.cpp167 TFxPort *port = fx->getOutputConnection(i); in getNotAllowingAncestor()
H A Dtfx.cpp514 TFxPort *TFx::getOutputConnection(int i) const { in getOutputConnection() function in TFx
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfxdag.cpp198 TFx *outFx = fx->getOutputConnection(i)->getOwnerFx(); in isRendered()
211 TFxPort *port = fx->getOutputConnection(i); in isControl()
H A Dfxcommand.cpp411 TFxPort *port = inputFx->getOutputConnection( in attachOutputs()
441 TFxPort *outPort = fxRight->getOutputConnection(p); in detachFxs()
616 pred(fx->getOutputConnection(0)->getOwnerFx()))) in rightmostConnectedFx()
619 fx = fx->getOutputConnection(0)->getOwnerFx(); in rightmostConnectedFx()
672 TFxPort *port = fx->getOutputConnection(ol); in outputLinks()
1225 TFxPort *port = fx->getOutputConnection(p); in replace()
1450 rootFx->getOutputConnection(p)->setFx(macroFx); in redo()
1483 macroFx->getOutputConnection(p)->setFx(rootFx); in undo()
2191 if (TFx *outFx = ofx->getOutputConnection(p)->getOwnerFx()) { in initialize()
2991 TFxPort *port = m_fx->getOutputConnection(ol); in initialize()
[all …]
H A Dtstageobjectcmd.cpp852 columnFxConnection[id].append(columnFx->getOutputConnection(j)); in removeColums()
883 TFxPort *port = fx->getOutputConnection(j); in removeColums()
H A Dtxsheet.cpp1350 while ((outPort = fx->getOutputConnection(0))) outPort->setFx(0); in removeColumn()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstageobjectsdata.cpp90 TFx *parentFx = fx->getOutputConnection(i)->getOwnerFx(); in hasTerminalUpstream()
109 TFx *parentFx = fx->getOutputConnection(oc)->getOwnerFx(); in isColumnSelectionTerminalFx()
758 TFx *outputFx = fxOrig->getOutputConnection(i)->getOwnerFx(); in storeFxs()
784 TFx *outputFx = fxOrig->getOutputConnection(i)->getOwnerFx(); in storeFxs()
H A Dfxselection.cpp485 TFx *outputFx = inputFx->getOutputConnection(i)->getOwnerFx(); in getBoundingFxs()
590 TFx *outputFx = fx->getOutputConnection(i)->getOwnerFx(); in visitFx()
H A Dfxschematicscene.cpp112 TFx *fx = currentFx->getOutputConnection(0)->getOwnerFx(); in findBoundariesFxs()
154 TFx *outFx = fx->getOutputConnection(j)->getOwnerFx(); in getRoots()
656 TFxPort *outPort = xsheetFx->getOutputConnection(0); in placeNode()
915 TFxPort *outConnection = macro->getOutputConnection(i); in updateLink()
1259 TFx *outFx = fx->getOutputConnection(j)->getOwnerFx(); in reorderScene()
1295 TFx *outFx = fx->getOutputConnection(j)->getOwnerFx(); in removeRetroLinks()
1344 TFx *outputFx = fx->getOutputConnection(i)->getOwnerFx(); in placeNodeAndParents()
H A Dfxdata.cpp190 TFx *outputFx = fx->getOutputConnection(i)->getOwnerFx(); in visitFx()
H A Dstageobjectselection.cpp60 m_columnFxConnections[*it].append(columnFx->getOutputConnection(i)); in TPasteSelectionUndo()
/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A Dautocluster.h77 unsigned int getOutputConnection(int cluster_id) const in getOutputConnection() function
H A Dautocluster.cpp661 = merge_cluster_list_[i]->getOutputConnection(outside_vec[j]); in mergeUtil()
1279 = merge_cluster_list_[i]->getOutputConnection(outside_vec[j]); in mergeMacroUtil()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtfx.h437 TFxPort *getOutputConnection(int i) const;