| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Boost.Python.instance --+
|
Socket --+
|
Input --+
|
MultiInput
Multi-valued input. An input socket that represents a vector of other input sockets of the same data type.
| Instance Methods | |||
|
|||
| Input |
|
||
|
|||
|
|||
int
|
|
||
[Input]
|
|
||
int
|
|
||
| Input |
|
||
|
|||
|
|||
| Input |
|
||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Creates and adds an input to the inputs vector and returns it.
|
Connect this input to the specified output. This is a special connect method that is aware of the multivalued input connection.
|
Disconnect all the inputs in the vector.
|
|
|
|
Inserts a new input into the inputs vector before the given input. The
input is inserted at the end of the vector if the given input is
|
Moves an input in the inputs vector before the given input. The input
is moved to the end of the vector if the given input is
|
Remove the specified input from the inputs vector.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 8 08:00:13 2012 | http://epydoc.sourceforge.net |