class NodeInput
|
A NodeInput is a data structure that holds a reference to
the node we are connected at and its related output number. More... |
|
|
Public Methods
Public Members
Detailed Description
A NodeInput is a data structure that holds a reference to
the node we are connected at and its related output number.
The outputID of the connected node
The reference of the node
The name of the input
NodeInput (Node *n, int t, const string &inputName) :outputID(t),node(n),name(inputName)
|
Constructor with a node and an outputID
Copy constructor
equality operator
NodeInput () : outputID(-1), node(NULL)
|
default constructor
NodeInput (const string &inputName) : outputID(-1), node(NULL), name(inputName)
|
constructor with a nodeName
- Author: Jean-Marc Valin
- Generated: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:36 2002, using kdoc 2.0a40.