Graph C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces
base_weighted_undirected_vertex.hpp File Reference

Virtual base class for vertices in weighted undirected graphs. More...

#include <vector>
#include "base_undirected_vertex.hpp"

Go to the source code of this file.

Classes

class  gcl::base_weighted_undirected_vertex< EdgeAttributesType >
 Virtual template base class for vertices in undirected graphs. More...
 

Namespaces

 gcl
 Classes and functions related to the Graph C++ Library.
 

Detailed Description

Virtual base class for vertices in weighted undirected graphs.

Author
Antoine Allard (antoineallard.info)
Date
Oct. 2015
Todo:

Add block comment to functions that receive arguments describing their actions and their requirements (e.g., format of the output files).

Add group within member functions to categorize them.