All Distance Sketch  0.1
All distance sketch based algorithms
Public Member Functions | Friends | List of all members
all_distance_sketch::NodeIdDistanceData Class Reference

Container class to store node id and distance. More...

#include <node_sketch.h>

Public Member Functions

 NodeIdDistanceData (int node_id, graph::EdgeWeight distance)
 
int GetNId () const
 
graph::EdgeWeight GetDistance () const
 
bool operator== (const NodeIdDistanceData &other) const
 

Friends

std::ostream & operator<< (std::ostream &os, const NodeIdDistanceData &node_details)
 

Detailed Description

Container class to store node id and distance.


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