PyFourStepsPlugin.NodeCompute¶
- class NodeCompute¶
Inherited by:
FourStepLoopSynopsis¶
Methods¶
def
__init__()def
addToQueue()def
getId()def
getInputNodes()def
getInputSlots()def
getModel()def
getName()def
getOriginNodes()def
getOutputNodes()def
getOutputSlots()def
getPosition()def
getSlot()def
getStoreId()def
getTarget()def
getType()def
getUuid()def
isConnected()def
isOnQueue()def
setModel()def
setName()def
setPosition()def
setPredicted()def
setStoreId()def
setType()
Virtual methods¶
def
canBeIncluded()def
canExecute()def
candidates()def
clone()def
execute()def
getOutputList()def
isReady()def
loadData()def
loadOriginData()def
predictInputs()def
predictOutputs()def
publishOutputs()def
reset()def
resetOutput()def
retrieveData()def
setSlots()def
setTarget()def
validSettings()
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__()¶
- addToQueue()¶
- clone()¶
- Return type:
- deleteDataFromDb()¶
- deleteDataFromMemory()¶
- findDownstreamNodes([iIncludeLoops=true])¶
- Parameters:
iIncludeLoops – bool
- Return type:
.std.pairQSetNodeCompute,bool
- findUpstreamNodes([iIncludeLoops=true])¶
- Parameters:
iIncludeLoops – bool
- Return type:
.std.pairQSetNodeCompute,bool
- getDestinationNodes()¶
- Return type:
.list of NodeCompute
- getDownstreamNodes([iIncludeLoops=true])¶
- Parameters:
iIncludeLoops – bool
- Return type:
.list of NodeCompute
- getFourStepsExperiment()¶
- Return type:
- getInputNodes()¶
- Return type:
.list of NodeCompute
- getMissingInputConnections()¶
- Return type:
.std.vectorQString
- getOriginNodes()¶
- Return type:
.list of NodeCompute
- getOutputNodes()¶
- Return type:
.list of NodeCompute
- getSlot(slotId, type)¶
- Parameters:
slotId – str
type –
EConnectionType
- Return type:
- getSlotInputElements(slotId)¶
- Parameters:
slotId – str
- Return type:
.list of NodeOutputElement
- getSlotOutputElements(slotId)¶
- Parameters:
slotId – str
- Return type:
.list of NodeOutputElement
- getUpstreamNodes([iIncludeLoops=true])¶
- Parameters:
iIncludeLoops – bool
- Return type:
.list of NodeCompute
- loadData(iSlot[, iFilter=NodeOutput()])¶
- Parameters:
iSlot –
NodeSlotiFilter –
NodeOutput
- Return type:
- predictInputs()¶
- publishOutputs([iIteration=0])¶
- Parameters:
iIteration – int
- removeFromQueue()¶
- reset()¶
- resetOutput()¶
- setFourStepsExperiment(iExperiment)¶
- Parameters:
iExperiment –
FourStepsExperiment
- setName(iName)¶
- Parameters:
iName – str
- setOutputObjects(slotId, objects)¶
- Parameters:
slotId – str
objects – .list of GKObject
- setPendingPrediction()¶
- setPredicted()¶
- setSlots()¶
- setStoreId(aid)¶
- Parameters:
aid – int
- setType(atype)¶
- Parameters:
atype – str