ContainerNode
- class lluvia.core.ContainerNode
- bind(self, unicode name, obj)
Binds an object as parater to this node.
Parameters
- indexstr
Name of the object to bind
- objlluvia.Buffer or lluvia.ImageView
Parameter to bind.
- bindNode(self, node)
- getNode(self, unicode name)
- getParameter(self, unicode name)
- getPort(self, unicode name)
- init(self)
Init the node.
- record(self, CommandBuffer cmdBuffer)
- run(self)
Runs this node
- session
- setParameter(self, unicode name, Parameter param)
- type