bioprocessing 6.0.4
graph.h
Go to the documentation of this file.
1/* Copyright (C) 2000-2013 CEA
2 *
3 * This software and supporting documentation were developed by
4 * bioPICSEL
5 * CEA/DSV/I²BM/MIRCen/LMN, Batiment 61,
6 * 18, route du Panorama
7 * 92265 Fontenay-aux-Roses
8 * France
9 */
10
11#ifndef BIOPROCESSING_GRAPH_GRAPH
12#define BIOPROCESSING_GRAPH_GRAPH
13
14//--- bioprocessing ----------------------------------------------------------
19//--- aims -------------------------------------------------------------------
20#include <aims/vector/vector.h>
21//----------------------------------------------------------------------------
22
23namespace bio {
24//============================================================================
25// GRAPH TYPES
26//============================================================================
27
28 // typedef SetGraphRef< SetEdgeRef< BaseVertexRef > > Graph;
29 // typedef SetGraphRef< SetEdgeRef< PointVertexRef< Point3d > > > PointGraph;
30
31 // template <typename T>
32 // struct Value
33 // {
34 // public:
35 // typedef SetGraphRef< SetEdgeRef< ValueVertexRef<T> > > Graph;
36 // };
37
38 // template <typename W>
39 // struct Weight
40 // {
41 // public:
42 // typedef SetEWGraphRef< SetEdgeRef< BaseVertexRef >, W > EWGraph;
43 // };
44
45} // namespace bio
46
47#endif // BIOPROCESSING_GRAPH_GRAPH