PyFourStepsPlugin.NodeCompositor

class NodeCompositor

Synopsis

Methods

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:

iExperimentFourStepsExperiment

addConnection(iConnection)
Parameters:

iConnectionNodeConnection

Return type:

bool

addNode(iNode)
Parameters:

iNodeNodeCompute

clone()
Return type:

NodeCompositor

findImplicitLoop(iNodes)
Parameters:

iNodes – .list of NodeCompute

Return type:

NodeCompute

getConnections()
Return type:

.list of NodeConnection

getLoops()
Return type:

.std.vectorFourStepLoop

getNode(storeId)
Parameters:

storeId – int

Return type:

NodeCompute

getNodes()
Return type:

.list of NodeCompute

predictToNodeOutput(iNode)
Parameters:

iNodeNodeCompute

removeConnection(iConnection)
Parameters:

iConnectionNodeConnection

removeNode(iNode)
Parameters:

iNodeNodeCompute

runComposition(taskId)
Parameters:

taskId – str

Return type:

bool

runFromNode(iNode, taskId)
Parameters:
Return type:

bool

runLoop(iLoop)
Parameters:

iLoopFourStepLoop

Return type:

bool

runNode(iNode, taskId)
Parameters:
Return type:

bool

runToNode(iNode, taskId[, toDoFromNode=false])
Parameters:
  • iNodeNodeCompute

  • taskId – str

  • toDoFromNode – bool

Return type:

bool