Revision: | 253 |
Committed: | Tue Jul 13 19:40:46 2010 UTC (14 years, 10 months ago) by francois |
Content type: | text/plain |
Original Path: | magic/lib/outil/src/HypergraphLib_Filaments.h |
File size: | 277 byte(s) |
Log Message: | changement de hiearchie et utilisation de ccmake + mise a jour |
# | User | Rev | Content |
---|---|---|---|
1 | foucault | 27 | #ifndef FILAMENTS_H |
2 | #define FILAMENTS_H | ||
3 | |||
4 | |||
5 | #include <set> | ||
6 | #include <vector> | ||
7 | #include <map> | ||
8 | |||
9 | #include "Graph.h" | ||
10 | |||
11 | |||
12 | namespace HypergraphLib { | ||
13 | |||
14 | void HYPERGRAPHLIB_ITEM | ||
15 | Filaments ( Graph * G, std::vector < std::vector < int > > & __filaments ); | ||
16 | |||
17 | } | ||
18 | |||
19 | #endif |