|
Equalizer 1.0
|
Inheritance diagram for eVolve::Node:
Collaboration diagram for eVolve::Node:Public Member Functions | |
| Node (eq::Config *parent) | |
| Construct a new node. | |
| const InitData & | getInitData () const |
Protected Member Functions | |
| virtual | ~Node () |
| Destruct the node. | |
| virtual bool | configInit (const eq::uint128_t &initID) |
| Initialize this node. | |
Definition at line 39 of file share/Equalizer/examples/eVolve/node.h.
| eVolve::Node::Node | ( | eq::Config * | parent | ) | [inline] |
Construct a new node.
Reimplemented from eq::Node.
Definition at line 42 of file share/Equalizer/examples/eVolve/node.h.
| virtual eVolve::Node::~Node | ( | ) | [inline, protected, virtual] |
Destruct the node.
Reimplemented from eq::Node.
Definition at line 47 of file share/Equalizer/examples/eVolve/node.h.
| bool eVolve::Node::configInit | ( | const eq::uint128_t & | initID | ) | [protected, virtual] |
Initialize this node.
| initID | the init identifier. |
Reimplemented from eq::Node.
Definition at line 36 of file eVolve/node.cpp.
References eq::Node::configInit(), eq::fabric::Node< Config, Node, Pipe, NodeVisitor >::getConfig(), eq::fabric::Node< Config, Node, Pipe, NodeVisitor >::getIAttribute(), eq::fabric::Node< Config, Node, Pipe, NodeVisitor >::IATTR_THREAD_MODEL, eVolve::Config::mapData(), and eq::fabric::Object::setError().
Here is the call graph for this function:
1.0 by
1.7.3