My Project
Public Member Functions | Public Attributes | List of all members
all_distance_sketch::graph::WeightMap Struct Reference

Public Member Functions

void SetDirected ()
 
void SetUnDirected ()
 
void Hint (int num_expected_edges)
 
bool AddEdge (int source_node_id, int dest_node_id, EdgeWeight weight)
 
bool _AddEdge (int source_node_id, int dest_node_id, EdgeWeight weight)
 
TEdgesWeights * GetNodeWeights (int aNode)
 
bool GetEdgeWeight (int source_node_id, int dest_node_id, EdgeWeight *result_edge_weight)
 

Public Attributes

TWeights weights_
 
bool is_directed_
 

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