|
SNAP Library , User Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <bignet.h>
Public Member Functions | |
| TNode () | |
| TNode (const int &InVecId, const int &OutVecId) | |
| TNode (const int &InVecId, const int &OutVecId, const TNodeDat &NodeDat) | |
| TNode (const TNode &Node) | |
| TNode (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| bool | IsUnused () const |
Public Attributes | |
| TInt | InVId |
| TInt | OutVId |
| TNodeDat | Dat |
| TBigNet< TNodeData, IsDir >::TNode::TNode | ( | ) | [inline] |
| TBigNet< TNodeData, IsDir >::TNode::TNode | ( | const int & | InVecId, |
| const int & | OutVecId | ||
| ) | [inline] |
| TBigNet< TNodeData, IsDir >::TNode::TNode | ( | const int & | InVecId, |
| const int & | OutVecId, | ||
| const TNodeDat & | NodeDat | ||
| ) | [inline] |
| TBigNet< TNodeData, IsDir >::TNode::TNode | ( | const TNode & | Node | ) | [inline] |
| TBigNet< TNodeData, IsDir >::TNode::TNode | ( | TSIn & | SIn | ) | [inline] |
| bool TBigNet< TNodeData, IsDir >::TNode::IsUnused | ( | ) | const [inline] |
| void TBigNet< TNodeData, IsDir >::TNode::Save | ( | TSOut & | SOut | ) | const [inline] |
| TNodeDat TBigNet< TNodeData, IsDir >::TNode::Dat |
| TInt TBigNet< TNodeData, IsDir >::TNode::InVId |
| TInt TBigNet< TNodeData, IsDir >::TNode::OutVId |