PyFourStepsPlugin.NodeCompositor¶
- class NodeCompositor¶
Synopsis¶
Methods¶
def
__init__()def
addConnection()def
addNode()def
clone()def
getConnections()def
getLoops()def
getNode()def
getNodes()def
removeNode()def
runComposition()def
runFromNode()def
runLoop()def
runNode()def
runToNode()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__(iExperiment)¶
- Parameters:
iExperiment –
FourStepsExperiment
- addConnection(iConnection)¶
- Parameters:
iConnection –
NodeConnection- Return type:
- addNode(iNode)¶
- Parameters:
iNode –
NodeCompute
- clone()¶
- Return type:
- findImplicitLoop(iNodes)¶
- Parameters:
iNodes – .list of NodeCompute
- Return type:
- getConnections()¶
- Return type:
.list of NodeConnection
- getLoops()¶
- Return type:
.std.vectorFourStepLoop
- getNode(storeId)¶
- Parameters:
storeId – int
- Return type:
- getNodes()¶
- Return type:
.list of NodeCompute
- predictToNodeOutput(iNode)¶
- Parameters:
iNode –
NodeCompute
- removeConnection(iConnection)¶
- Parameters:
iConnection –
NodeConnection
- removeNode(iNode)¶
- Parameters:
iNode –
NodeCompute
- runFromNode(iNode, taskId)¶
- Parameters:
iNode –
NodeComputetaskId – str
- Return type:
- runLoop(iLoop)¶
- Parameters:
iLoop –
FourStepLoop- Return type:
- runNode(iNode, taskId)¶
- Parameters:
iNode –
NodeComputetaskId – str
- Return type:
- runToNode(iNode, taskId[, toDoFromNode=false])¶
- Parameters:
iNode –
NodeComputetaskId – str
toDoFromNode – bool
- Return type: