My Project
Classes | Public Types | Public Member Functions | List of all members
all_distance_sketch::graph::GenericGraphAdaptor Class Reference

Classes

class  GenericIterator
 
class  GenericNode
 

Public Types

typedef GenericNode TNode
 
typedef GenericIterator TNodeI
 

Public Member Functions

int AddNode (int aNid=-1)
 
int AddEdge (const int &aSrcNId, const int &aDstNId, int aWeight=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
 

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