#include <nixnode.h>
Inheritance diagram for NixNode:


Public Member Functions | |
| NixNode () | |
| void | Id (nodeid_t id) |
| nodeid_t | Id () const |
| int | Map () const |
| void | AddAdj (nodeid_t) |
| int | IsNeighbor (nodeid_t) |
| virtual const NodeWeight_t | NextAdj (const NodeWeight_t &) |
| NixVec * | ComputeNixVector (nodeid_t) |
| virtual NixPair_t | GetNix (nodeid_t) |
| virtual Nixl_t | GetNixl () |
| virtual nodeid_t | GetNeighbor (Nix_t, NixVec *) |
| NixVec * | GetNixVector (nodeid_t) |
| NsObject * | GetNsNeighbor (Nix_t) |
| void | PopulateObjects (void) |
| virtual void | AddAdj (nodeid_t a, int w=1) |
| virtual nodeid_t | GetNeighbor (Nix_t) |
Static Public Member Functions | |
| NixNode * | GetNodeObject (nodeid_t) |
| void | PopulateAllObjects (void) |
Public Attributes | |
| nodeid_t | m_id |
Private Attributes | |
| EdgeVec_t | m_Adj |
| ObjVec_t | m_AdjObj |
| int | m_Map |
| NVMap_t * | m_pNixVecs |
|
|
|
|
||||||||||||
|
Reimplemented in Node. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from RNode. |
|
|
Reimplemented from RNode. |
|
|
Referenced by Agent::initpkt(). |
|
|
Referenced by Agent::initpkt(). |
|
|
|
|
|
Definition at line 36 of file nixnode.h. References RNode::m_id, and nodeid_t.
00036 { return m_id;}
|
|
|
Definition at line 35 of file nixnode.h. References RNode::m_id.
00035 { m_id = id;}
|
|
|
|
|
|
Definition at line 37 of file nixnode.h. References m_Map.
00037 { return m_Map;}
|
|
|
Reimplemented from RNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 42 of file rnode.h. Referenced by Id(), and Node::Node(). |
|
|
Definition at line 53 of file nixnode.h. Referenced by Map(). |
|
|
|
1.3.3