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

Class ValueNode

 object --+        
          |        
Boost.Python.instance --+    
              |    
           Node --+
                  |
                 ValueNode

Node that feeds a constant or animated value to its output.

Instance Methods
Input
getInput(...)
Returns: The single input of this value node.
Output
getOutput(...)
Returns: The single output of this value node.

Inherited from Node: __cmp__, __getitem__, __init__, __reduce__, __rshift__, addAnchor, addValue, enableSchematicThumbnail, getAnchors, getGraph, getGroup, getId, getInputs, getName, getOutputs, getPrimaryImageInput, getPrimaryImageOutput, getPrimaryInput, getPrimaryOutput, getQualifiedName, getSchematicPosition, getValue, getValues, hasAnchor, isSchematicThumbnailEnabled, removeAnchor, removeValue, setAnchors, setName, setSchematicPosition

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

getInput(...)

 
Parameters:
  • name
Returns: Input
The single input of this value node.
Overrides: Node.getInput

getOutput(...)

 
Parameters:
  • name
Returns: Output
The single output of this value node.
Overrides: Node.getOutput