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 <graph.h>
Public Member Functions | |
TNode () | |
TNode (const int &NId) | |
TNode (const TNode &Node) | |
TNode (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
int | GetId () const |
int | GetDeg () const |
int | GetInDeg () const |
int | GetOutDeg () const |
int | GetInNId (const int &NodeN) const |
int | GetOutNId (const int &NodeN) const |
int | GetNbrNId (const int &NodeN) const |
bool | IsInNId (const int &NId) const |
bool | IsOutNId (const int &NId) const |
bool | IsNbrNId (const int &NId) const |
void | PackOutNIdV () |
void | PackNIdV () |
Private Attributes | |
TInt | Id |
TIntV | InNIdV |
TIntV | OutNIdV |
Friends | |
class | TNGraph |
class | TNGraphMtx |
TNGraph::TNode::TNode | ( | ) | [inline] |
TNGraph::TNode::TNode | ( | const int & | NId | ) | [inline] |
TNGraph::TNode::TNode | ( | const TNode & | Node | ) | [inline] |
TNGraph::TNode::TNode | ( | TSIn & | SIn | ) | [inline] |
int TNGraph::TNode::GetDeg | ( | ) | const [inline] |
int TNGraph::TNode::GetId | ( | ) | const [inline] |
int TNGraph::TNode::GetInDeg | ( | ) | const [inline] |
int TNGraph::TNode::GetInNId | ( | const int & | NodeN | ) | const [inline] |
int TNGraph::TNode::GetNbrNId | ( | const int & | NodeN | ) | const [inline] |
int TNGraph::TNode::GetOutDeg | ( | ) | const [inline] |
int TNGraph::TNode::GetOutNId | ( | const int & | NodeN | ) | const [inline] |
bool TNGraph::TNode::IsInNId | ( | const int & | NId | ) | const [inline] |
bool TNGraph::TNode::IsNbrNId | ( | const int & | NId | ) | const [inline] |
bool TNGraph::TNode::IsOutNId | ( | const int & | NId | ) | const [inline] |
void TNGraph::TNode::PackNIdV | ( | ) | [inline] |
void TNGraph::TNode::PackOutNIdV | ( | ) | [inline] |
void TNGraph::TNode::Save | ( | TSOut & | SOut | ) | const [inline] |
friend class TNGraphMtx [friend] |
TInt TNGraph::TNode::Id [private] |
TIntV TNGraph::TNode::InNIdV [private] |
TIntV TNGraph::TNode::OutNIdV [private] |