class ITInserter

This class is used to insert input terminals into the V set of a neural network, and (if needed) into a vector such as VI.

Attributes:

None public.

Methods:

ITInserter(std::set<Node*> *st,std::vector<InputTerminal*> *nv)
Constructr an inserter for the given set and vector. nv can be 0.
void operator() (InputTerminal* n)
Inserts the given input terminal into the set, and (if nv was non-0) at the end of the vector.