Package autodesk_toxik :: Module graph :: Class Output
[frames] | no frames]

Class Output

 object --+        
          |        
Boost.Python.instance --+    
              |    
         Socket --+
                  |
                 Output

Class for output socket objects.

Instance Methods
 
__rshift__(...)
 
disconnect(...)
Disconnects this output socket to whatever it is connected to.
[Input]
getInputs(...)
Returns: A list of input sockets this output socket is connected to.
ResultState
getResultState(...)
Returns: The state of the intermediate results of this output socket.
 
setResultState(...)
Sets the state of the intermediate results of this output socket.

Inherited from Socket: __cmp__, __init__, __reduce__, getDataType, getDirection, getGraph, getId, getLayout, getLifeScope, getName, getNode, getQualifiedName, isConnected, setName

Inherited from Boost.Python.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

getInputs(...)

 
Returns: [Input]
A list of input sockets this output socket is connected to.

getResultState(...)

 
Returns: ResultState
The state of the intermediate results of this output socket.

setResultState(...)

 

Sets the state of the intermediate results of this output socket.

Parameters: