My Project
Public Member Functions | List of all members
all_distance_sketch::graph::GenericGraphUnDirectedAdaptor Class Reference
Inheritance diagram for all_distance_sketch::graph::GenericGraphUnDirectedAdaptor:
all_distance_sketch::graph::GenericGraphBaseAdaptor< lemon::SmartGraph >

Public Member Functions

bool IsEdge (const int &aSrcNId, const int &aDstNId) const
 
int AddEdge (const int &aSrcNId, const int &aDstNId, int aWeight=1)
 
- Public Member Functions inherited from all_distance_sketch::graph::GenericGraphBaseAdaptor< lemon::SmartGraph >
int AddNode (int aNId=-1)
 
TNodeI BegNI ()
 
TNodeI EndNI ()
 
bool IsEdge (const int &aSrcNId, const int &aDstNId) const
 
bool IsNode (const int &NId) const
 
int GetNodes () const
 
int GetEdges () const
 
TNodeI GetNI (const int &aNId) const
 
int GetMxNId () const
 

Additional Inherited Members

- Public Types inherited from all_distance_sketch::graph::GenericGraphBaseAdaptor< lemon::SmartGraph >
typedef GenericNode TNode
 
typedef GenericIterator TNodeI
 
- Public Attributes inherited from all_distance_sketch::graph::GenericGraphBaseAdaptor< lemon::SmartGraph >
DegVector deg_vector
 
- Protected Member Functions inherited from all_distance_sketch::graph::GenericGraphBaseAdaptor< lemon::SmartGraph >
void _CountEdge (int aSrcNId, int aDstNId)
 
void _AddNode (int aInt, int aExt)
 
void _AddNodeToVec (NodeList *aVec, int aDstNId)
 
void _AddEdge (const int &aSrcNId, const int &aDstNId)
 
- Protected Attributes inherited from all_distance_sketch::graph::GenericGraphBaseAdaptor< lemon::SmartGraph >
lemon::SmartGraph graph
 
EdgesList edges_list
 
NodeList nodes_list
 

The documentation for this class was generated from the following file: