#include <nodes.h>
Public Member Functions | |
| TFuncNode (const std::string &AName, TNode< T > *AParam) | |
| std::string | name () const |
| virtual void | accept (TNodeVisitor< T > &) |
| calls the visit method in TNodeVisitor<> | |
| virtual TFuncNode< T > * | clone () const |
| clones that node | |
Any user defined function defined in a given library. If this user defined function can't be displayed in a graph if it has multiple parameters. MULTIPLE PARAMETER ARE TO BE DONE!
Definition at line 566 of file nodes.h.
1.6.3