My Project
Public Member Functions | Public Attributes | List of all members
all_distance_sketch::graph::GenericGraphBaseAdaptor< T >::GenericIterator Class Reference

Public Member Functions

 GenericIterator (const T *g, DegVector *_deg_v)
 
 GenericIterator (const T *g, int aNId, const DegVector *_deg_v)
 
int GetId () const
 
int GetInDeg () const
 
int GetDeg () const
 
int GetNbrNId (int n)
 
int GetOutDeg () const
 
int _GetOther (typename T::OutArcIt *e) const
 
int _GetOther (typename T::InArcIt *e) const
 
int GetOutNId (int n)
 
bool HasMore ()
 
GenericIteratoroperator++ (int)
 
bool operator== (const GenericIterator &rhs)
 
bool operator!= (const GenericIterator &rhs)
 

Public Attributes

const T * m_graph
 
T::NodeIt nodeIt
 
int out_neighbor_index
 
T::OutArcIt _e
 
const DegVector * _deg_vector
 

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