NRP Core  1.4.1
ngraph.hpp File Reference
#include <iostream>
#include <set>
#include <map>
#include <utility>
#include <iterator>
#include <vector>
#include <string>
#include <algorithm>
#include <sstream>
#include "set_ops.hpp"

Go to the source code of this file.

Classes

class  NGraph::tGraph< T >
 

Namespaces

 NGraph
 A mathematical graph object: a simple, directed, connected graph, where nodes are of arbitrary type (colores, cities, names, etc.)
Operations for adding and removing edges and vertices, together with functions for finding neighbors, subgraphs, and other properties are included.
 

Typedefs

typedef tGraph< unsigned int > NGraph::Graph
 
typedef tGraph< int > NGraph::iGraph
 
typedef tGraph< std::string > NGraph::sGraph
 

Functions

template<typename T >
std::istream & NGraph::operator>> (std::istream &s, tGraph< T > &G)
 
template<typename T >
std::ostream & NGraph::operator<< (std::ostream &s, const tGraph< T > &G)