Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Data Structures | Namespaces | Macros
Graph_boost.hh File Reference
#include "sgm/Graph_Interface.hh"
#include <boost/graph/adjacency_list.hpp>
#include <vector>
#include <utility>
#include "sgm/Graph_boost.icc"
Include dependency graph for Graph_boost.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  sgm::Graph_boost< GRAPH, NODE_LABEL_PROPERTY, EDGE_LABEL_PROPERTY, NODE_INDEX_PROPERTY >::EdgeDescriptor
 
class  sgm::Graph_boost< GRAPH, NODE_LABEL_PROPERTY, EDGE_LABEL_PROPERTY, NODE_INDEX_PROPERTY >
 Graph_Interface wrapper for boost graphs. More...
 

Namespaces

namespace  sgm
 

Macros

#define SGM_GRAPH_BOOST_TEMPLATE
 
#define SGM_GRAPH_BOOST_TYPE
 

Macro Definition Documentation

#define SGM_GRAPH_BOOST_TEMPLATE
Value:
template < class GRAPH, \
typename NODE_LABEL_PROPERTY, \
typename EDGE_LABEL_PROPERTY, \
typename NODE_INDEX_PROPERTY \
>

Definition at line 15 of file Graph_boost.hh.

#define SGM_GRAPH_BOOST_TYPE
Value:
, NODE_LABEL_PROPERTY \
, EDGE_LABEL_PROPERTY \
, NODE_INDEX_PROPERTY \
>

Definition at line 22 of file Graph_boost.hh.