To Do:
tests deletion of graphnodes and see whether they are being garbage collected.
It should work with the new collector as it can handle cyclic references - these
strong cycles we have a lot in this structure. Weakrefs will not work for nested
facade nodes as they are tuples not allowing weak refs.
|
_addIncludeNodePlugs(self,
outset)
Add the plugs defined in include to the given output list |
source code
|
|
|
_removeExcludedPlugs(self,
outset)
remove the plugs from our exclude list and modify the outset |
source code
|
|
Inherited from FacadeNodeBase :
__getattr__ ,
clearPlugCache
Inherited from interface.iDuplicatable :
copyTo ,
copyToOther ,
duplicate
Inherited from interface.Interface :
supports
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
|
|
|
|
__init__(self,
wrappedGraph,
*args,
**kwargs)
Initialize the instance
:param wrappedGraph: graph we are wrapping |
source code
|
|
Inherited from dge.NodeBase :
__del__ ,
__str__
|
|
|
Inherited from FacadeNodeBase :
copyFrom
|
Inherited from dge.NodeBase :
compute
|
Inherited from dge.NodeBase :
id ,
setID
|
Inherited from FacadeNodeBase :
plugs
Inherited from dge.NodeBase :
clearCache ,
connections ,
inputPlugs ,
outputPlugs ,
toShell ,
toShells
|