|
SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
This is the complete list of members for TBPGraph, including all inherited members.
| AddEdge(const int &LeftNId, const int &RightNId) | TBPGraph | |
| AddEdge(const TEdgeI &EdgeI) | TBPGraph | inline |
| AddNode(int NId=-1, const bool &LeftNode=true) | TBPGraph | |
| AddNode(const TNodeI &NodeI) | TBPGraph | inline |
| BegEI() const | TBPGraph | inline |
| BegLNI() const | TBPGraph | inline |
| BegNI() const | TBPGraph | inline |
| BegRNI() const | TBPGraph | inline |
| bgsBoth enum value | TBPGraph | |
| bgsLeft enum value | TBPGraph | |
| bgsRight enum value | TBPGraph | |
| bgsUndef enum value | TBPGraph | |
| Clr() | TBPGraph | inline |
| CRef | TBPGraph | private |
| Defrag(const bool &OnlyNodeLinks=false) | TBPGraph | |
| DelEdge(const int &LeftNId, const int &RightNId) | TBPGraph | |
| DelNode(const int &NId) | TBPGraph | |
| DelNode(const TNode &NodeI) | TBPGraph | inline |
| Dump(FILE *OutF=stdout) const | TBPGraph | |
| Empty() const | TBPGraph | inline |
| EndEI() const | TBPGraph | inline |
| EndLNI() const | TBPGraph | inline |
| EndNI() const | TBPGraph | inline |
| EndRNI() const | TBPGraph | inline |
| GetEdges() const | TBPGraph | |
| GetEI(const int &EId) const | TBPGraph | |
| GetEI(const int &LeftNId, const int &RightNId) const | TBPGraph | |
| GetLNIdV(TIntV &NIdV) const | TBPGraph | |
| GetLNodes() const | TBPGraph | inline |
| GetMxNId() const | TBPGraph | inline |
| GetNI(const int &NId) const | TBPGraph | inline |
| GetNIdV(TIntV &NIdV) const | TBPGraph | |
| GetNodes() const | TBPGraph | inline |
| GetRndLNId(TRnd &Rnd=TInt::Rnd) | TBPGraph | |
| GetRndNI(TRnd &Rnd=TInt::Rnd) | TBPGraph | inline |
| GetRndNId(TRnd &Rnd=TInt::Rnd) | TBPGraph | |
| GetRndRNId(TRnd &Rnd=TInt::Rnd) | TBPGraph | |
| GetRNIdV(TIntV &NIdV) const | TBPGraph | |
| GetRNodes() const | TBPGraph | inline |
| GetSmallGraph() | TBPGraph | static |
| HasFlag(const TGraphFlag &Flag) const | TBPGraph | |
| IsEdge(const int &LeftNId, const int &RightNId) const | TBPGraph | |
| IsLNode(const int &NId) const | TBPGraph | inline |
| IsNode(const int &NId) const | TBPGraph | inline |
| IsOk(const bool &ThrowExcept=true) const | TBPGraph | |
| IsRNode(const int &NId) const | TBPGraph | inline |
| LeftH | TBPGraph | private |
| Load(TSIn &SIn) | TBPGraph | inlinestatic |
| MxNId | TBPGraph | private |
| New() | TBPGraph | inlinestatic |
| New(const int &Nodes, const int &Edges) | TBPGraph | inlinestatic |
| operator=(const TBPGraph &BPGraph) | TBPGraph | inline |
| PNet typedef | TBPGraph | |
| Reserve(const int &Nodes, const int &Edges) | TBPGraph | |
| RightH | TBPGraph | private |
| Save(TSOut &SOut) const | TBPGraph | inline |
| TBPGraph() | TBPGraph | inline |
| TBPGraph(const int &Nodes, const int &Edges) | TBPGraph | inlineexplicit |
| TBPGraph(const TBPGraph &BPGraph) | TBPGraph | inline |
| TBPGraph(TSIn &SIn) | TBPGraph | inline |
| TNet typedef | TBPGraph | |
| TNodeTy enum name | TBPGraph | |
| TPt< TBPGraph > class | TBPGraph | friend |