ComputeNode

class lluvia.core.ComputeNode
bind(self, unicode name, obj)

Binds an object as parameter to this node.

Parameters

indexstr

Name of the object to bind

objlluvia.Buffer or lluvia.ImageView

Parameter to bind.

getParameter(self, unicode name)
getPort(self, unicode name)
grid
gridX
gridY
gridZ
init(self)

Init the node

local
localX
localY
localZ
record(self, CommandBuffer cmdBuffer)
run(self)

Runs this node

session
setParameter(self, unicode name, Parameter param)
type